Color spaces of #bb15bc
RGB | 187 | 21 | 188 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.41 |
HSV | 300° | 89° | 74° |
CMYK | 0.01 | 0.89 | 0.00 0.26 |
XYZ | 29.8388 | 14.7320 | 48.8478 |
Yxy | 14.7320 | 0.3194 | 0.1577 |
Hunter Lab | 38.3823 | 71.5988 | -48.5887 |
CIE-Lab | 45.2649 | 75.7487 | -47.4766 |
#bb15bc color RGB value is (187,21,188).
#bb15bc hex color red value is 187, green value is 21 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bb15bc hue: 0.83 , saturation: 0.80 and the lightness value of bb15bc is 0.41.
The process color (four color CMYK) of #bb15bc color hex is 0.01, 0.89, 0.00, 0.26. Web safe color of #bb15bc is #cc00cc. Color #bb15bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00010101 | 10111100 |
Octal | 273 | 25 | 274 |
Decimal | 187 | 21 | 188 |
Hex | BB | 15 | BC |
Shades of #bb15bc
Tints of #bb15bc
RGB Percentages of Color #bb15bc
CMYK Percentages of Color #bb15bc
Complementary Color
#bb15bc | #16bc15 |
#bb15bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb15bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb15bc Color CSS Codes
.mybgcolor {background-color:#bb15bc; } .myforecolor {color:#bb15bc; } .mybordercolor {border:3px solid #bb15bc; }
#bb15bc Text Font Color
<p style="color:#bb15bc">Text here</p>
This sample text font color is #bb15bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bb15bc Background Color
<div style="background-color:#bb15bc">
Div content here</div>
This div background color is #bb15bc
#bb15bc Border Color
<div style="border:3px solid #bb15bc">
Div here</div>
This div border color is #bb15bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,21,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb15bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb15bc; -webkit-box-shadow: 1px 1px 3px 2px #bb15bc; box-shadow: 1px 1px 3px 2px #bb15bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,21,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb15bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb15bc; -webkit-box-shadow: 1px 1px 3px 2px #bb15bc; box-shadow: 1px 1px 3px 2px #bb15bc;">
Div content here</div>
This div box has shadow with color #bb15bc
Comments
No comments written yet.
Please login to write comment.