Shades of Heliotrope #BB66FE
Tints of Heliotrope #BB66FE
RGB
CMYK
RGB Variations
Color information
#BB66FE (or 0xBB66FE) is known color: Heliotrope. HEX triplet: BB, 66 and FE. RGB value is (187,102,254). Sum of RGB (Red+Green+Blue) = 187+102+254=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66FE is #449901. Grayscale: #909090. Windows color (decimal): -4495618 or 16672443. OLE color: 16672443.
HSL color Cylindrical-coordinate representation of color #BB66FE: hue angle of 273.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB66FE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 102 | 254 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.00 |
| HSL | 273.55º | 0.99% | 0.7% | - |
| HSV(B) | 273.55º | 0.6% | 1% | - |
| XYZ | 43.13 | 27.22 | 96.75 | - |
| YUV | 144.74 | 189.66 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 254 | 0.26 | 0.60 | 0 | 0.00 | 273.55 | 0.99 | 0.7 |
| Hex | BB | 66 | FE | 1A | 3C | 0 | 0 | 112 | 63 | 46 |
| Octal | 273 | 146 | 376 | 32 | 74 | 0 | 0 | 422 | 143 | 106 |
| Binary | 10111011 | 1100110 | 11111110 | 11010 | 111100 | 0 | 0 | 100010010 | 1100011 | 1000110 |
Color Harmonies of #BB66FE
Complementary color
Monochromatic Colors of #BB66FE
Black with #BB66FE
Text Example
Text Example
White with #BB66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66FE; }
p { color: rgb(187,102,254); }
H1.HeaderClassName
{
color: #BB66FE;
}
.AnyTagClassName
{
color: #BB66FE;
}
</style>
background-color css
<style>
a { background-color: #BB66FE; }
a { background-color: rgb(187,102,254); }
div.DivClassName
{
background-color: #BB66FE;
}
.BgClassName
{
background-color: #BB66FE;
}
</style>
border-color css
<style>
span { border-color: #BB66FE; }
span { border-color: rgb(187,102,254); }
td.TdClassName
{
border-color: #BB66FE;
}
.TagClassName
{
border-color: #BB66FE;
}
</style>