Shades of Heliotrope #BB66F7
Tints of Heliotrope #BB66F7
RGB
CMYK
RGB Variations
Color information
#BB66F7 (or 0xBB66F7) is known color: Heliotrope. HEX triplet: BB, 66 and F7. RGB value is (187,102,247). Sum of RGB (Red+Green+Blue) = 187+102+247=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB66F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66F7 is #449908. Grayscale: #8F8F8F. Windows color (decimal): -4495625 or 16213691. OLE color: 16213691.
HSL color Cylindrical-coordinate representation of color #BB66F7: hue angle of 275.17º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB66F7 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 102 | 247 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.03 |
| HSL | 275.17º | 0.9% | 0.68% | - |
| HSV(B) | 275.17º | 0.59% | 0.97% | - |
| XYZ | 42.03 | 26.78 | 90.95 | - |
| YUV | 143.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 247 | 0.24 | 0.59 | 0 | 0.03 | 275.17 | 0.9 | 0.68 |
| Hex | BB | 66 | F7 | 18 | 3B | 0 | 3 | 113 | 5A | 44 |
| Octal | 273 | 146 | 367 | 30 | 73 | 0 | 3 | 423 | 132 | 104 |
| Binary | 10111011 | 1100110 | 11110111 | 11000 | 111011 | 0 | 11 | 100010011 | 1011010 | 1000100 |
Color Harmonies of #BB66F7
Complementary color
Monochromatic Colors of #BB66F7
Black with #BB66F7
Text Example
Text Example
White with #BB66F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66F7; }
p { color: rgb(187,102,247); }
H1.HeaderClassName
{
color: #BB66F7;
}
.AnyTagClassName
{
color: #BB66F7;
}
</style>
background-color css
<style>
a { background-color: #BB66F7; }
a { background-color: rgb(187,102,247); }
div.DivClassName
{
background-color: #BB66F7;
}
.BgClassName
{
background-color: #BB66F7;
}
</style>
border-color css
<style>
span { border-color: #BB66F7; }
span { border-color: rgb(187,102,247); }
td.TdClassName
{
border-color: #BB66F7;
}
.TagClassName
{
border-color: #BB66F7;
}
</style>