Shades of Heliotrope #BB72FF
Tints of Heliotrope #BB72FF
RGB
CMYK
RGB Variations
Color information
#BB72FF (or 0xBB72FF) is known color: Heliotrope. HEX triplet: BB, 72 and FF. RGB value is (187,114,255). Sum of RGB (Red+Green+Blue) = 187+114+255=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72FF is #448D00. Grayscale: #979797. Windows color (decimal): -4492545 or 16741051. OLE color: 16741051.
HSL color Cylindrical-coordinate representation of color #BB72FF: hue angle of 271.06º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB72FF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 114 | 255 | - |
| CMYK | 0.27 | 0.55 | 0 | 0 |
| HSL | 271.06º | 1% | 0.72% | - |
| HSV(B) | 271.06º | 0.55% | 1% | - |
| XYZ | 44.56 | 29.82 | 98.01 | - |
| YUV | 151.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 255 | 0.27 | 0.55 | 0 | 0 | 271.06 | 1 | 0.72 |
| Hex | BB | 72 | FF | 1B | 37 | 0 | 0 | 10F | 64 | 48 |
| Octal | 273 | 162 | 377 | 33 | 67 | 0 | 0 | 417 | 144 | 110 |
| Binary | 10111011 | 1110010 | 11111111 | 11011 | 110111 | 0 | 0 | 100001111 | 1100100 | 1001000 |
Color Harmonies of #BB72FF
Complementary color
Monochromatic Colors of #BB72FF
Black with #BB72FF
Text Example
Text Example
White with #BB72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72FF; }
p { color: rgb(187,114,255); }
H1.HeaderClassName
{
color: #BB72FF;
}
.AnyTagClassName
{
color: #BB72FF;
}
</style>
background-color css
<style>
a { background-color: #BB72FF; }
a { background-color: rgb(187,114,255); }
div.DivClassName
{
background-color: #BB72FF;
}
.BgClassName
{
background-color: #BB72FF;
}
</style>
border-color css
<style>
span { border-color: #BB72FF; }
span { border-color: rgb(187,114,255); }
td.TdClassName
{
border-color: #BB72FF;
}
.TagClassName
{
border-color: #BB72FF;
}
</style>