Shades of Heliotrope #BB64FE
Tints of Heliotrope #BB64FE
RGB
CMYK
RGB Variations
Color information
#BB64FE (or 0xBB64FE) is known color: Heliotrope. HEX triplet: BB, 64 and FE. RGB value is (187,100,254). Sum of RGB (Red+Green+Blue) = 187+100+254=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64FE is #449B01. Grayscale: #8F8F8F. Windows color (decimal): -4496130 or 16671931. OLE color: 16671931.
HSL color Cylindrical-coordinate representation of color #BB64FE: hue angle of 273.9º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB64FE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 100 | 254 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.00 |
| HSL | 273.9º | 0.99% | 0.69% | - |
| HSV(B) | 273.9º | 0.61% | 1% | - |
| XYZ | 42.94 | 26.83 | 96.68 | - |
| YUV | 143.57 | 190.32 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 254 | 0.26 | 0.61 | 0 | 0.00 | 273.9 | 0.99 | 0.69 |
| Hex | BB | 64 | FE | 1A | 3D | 0 | 0 | 112 | 63 | 45 |
| Octal | 273 | 144 | 376 | 32 | 75 | 0 | 0 | 422 | 143 | 105 |
| Binary | 10111011 | 1100100 | 11111110 | 11010 | 111101 | 0 | 0 | 100010010 | 1100011 | 1000101 |
Color Harmonies of #BB64FE
Complementary color
Monochromatic Colors of #BB64FE
Black with #BB64FE
Text Example
Text Example
White with #BB64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64FE; }
p { color: rgb(187,100,254); }
H1.HeaderClassName
{
color: #BB64FE;
}
.AnyTagClassName
{
color: #BB64FE;
}
</style>
background-color css
<style>
a { background-color: #BB64FE; }
a { background-color: rgb(187,100,254); }
div.DivClassName
{
background-color: #BB64FE;
}
.BgClassName
{
background-color: #BB64FE;
}
</style>
border-color css
<style>
span { border-color: #BB64FE; }
span { border-color: rgb(187,100,254); }
td.TdClassName
{
border-color: #BB64FE;
}
.TagClassName
{
border-color: #BB64FE;
}
</style>