Shades of Heliotrope #BB66FF
Tints of Heliotrope #BB66FF
RGB
CMYK
RGB Variations
Color information
#BB66FF (or 0xBB66FF) is known color: Heliotrope. HEX triplet: BB, 66 and FF. RGB value is (187,102,255). Sum of RGB (Red+Green+Blue) = 187+102+255=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66FF is #449900. Grayscale: #909090. Windows color (decimal): -4495617 or 16737979. OLE color: 16737979.
HSL color Cylindrical-coordinate representation of color #BB66FF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB66FF is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 102 | 255 | - |
| CMYK | 0.27 | 0.6 | 0 | 0 |
| HSL | 273.33º | 1% | 0.7% | - |
| HSV(B) | 273.33º | 0.6% | 1% | - |
| XYZ | 43.29 | 27.29 | 97.59 | - |
| YUV | 144.86 | 190.16 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 255 | 0.27 | 0.6 | 0 | 0 | 273.33 | 1 | 0.7 |
| Hex | BB | 66 | FF | 1B | 3C | 0 | 0 | 111 | 64 | 46 |
| Octal | 273 | 146 | 377 | 33 | 74 | 0 | 0 | 421 | 144 | 106 |
| Binary | 10111011 | 1100110 | 11111111 | 11011 | 111100 | 0 | 0 | 100010001 | 1100100 | 1000110 |
Color Harmonies of #BB66FF
Complementary color
Monochromatic Colors of #BB66FF
Black with #BB66FF
Text Example
Text Example
White with #BB66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66FF; }
p { color: rgb(187,102,255); }
H1.HeaderClassName
{
color: #BB66FF;
}
.AnyTagClassName
{
color: #BB66FF;
}
</style>
background-color css
<style>
a { background-color: #BB66FF; }
a { background-color: rgb(187,102,255); }
div.DivClassName
{
background-color: #BB66FF;
}
.BgClassName
{
background-color: #BB66FF;
}
</style>
border-color css
<style>
span { border-color: #BB66FF; }
span { border-color: rgb(187,102,255); }
td.TdClassName
{
border-color: #BB66FF;
}
.TagClassName
{
border-color: #BB66FF;
}
</style>