Color spaces of #bb18bc
RGB | 187 | 24 | 188 |
---|---|---|---|
HSL | 0.83 | 0.77 | 0.42 |
HSV | 300° | 87° | 74° |
CMYK | 0.01 | 0.87 | 0.00 0.26 |
XYZ | 29.8973 | 14.8489 | 48.8673 |
Yxy | 14.8489 | 0.3194 | 0.1586 |
Hunter Lab | 38.5343 | 71.0565 | -48.2147 |
CIE-Lab | 45.4265 | 75.2739 | -47.2183 |
#bb18bc color RGB value is (187,24,188).
#bb18bc hex color red value is 187, green value is 24 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bb18bc hue: 0.83 , saturation: 0.77 and the lightness value of bb18bc is 0.42.
The process color (four color CMYK) of #bb18bc color hex is 0.01, 0.87, 0.00, 0.26. Web safe color of #bb18bc is #cc00cc. Color #bb18bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00011000 | 10111100 |
Octal | 273 | 30 | 274 |
Decimal | 187 | 24 | 188 |
Hex | BB | 18 | BC |
Shades of #bb18bc
Tints of #bb18bc
RGB Percentages of Color #bb18bc
CMYK Percentages of Color #bb18bc
Complementary Color
#bb18bc | #19bc18 |
#bb18bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb18bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb18bc Color CSS Codes
.mybgcolor {background-color:#bb18bc; } .myforecolor {color:#bb18bc; } .mybordercolor {border:3px solid #bb18bc; }
#bb18bc Text Font Color
<p style="color:#bb18bc">Text here</p>
This sample text font color is #bb18bc
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.
#bb18bc Background Color
<div style="background-color:#bb18bc">
Div content here</div>
This div background color is #bb18bc
#bb18bc Border Color
<div style="border:3px solid #bb18bc">
Div here</div>
This div border color is #bb18bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,24,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb18bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb18bc; -webkit-box-shadow: 1px 1px 3px 2px #bb18bc; box-shadow: 1px 1px 3px 2px #bb18bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,24,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 #bb18bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb18bc; -webkit-box-shadow: 1px 1px 3px 2px #bb18bc; box-shadow: 1px 1px 3px 2px #bb18bc;">
Div content here</div>
This div box has shadow with color #bb18bc
Comments
No comments written yet.
Please login to write comment.