Shades of Heliotrope #BB64F9
Tints of Heliotrope #BB64F9
RGB
CMYK
RGB Variations
Color information
#BB64F9 (or 0xBB64F9) is known color: Heliotrope. HEX triplet: BB, 64 and F9. RGB value is (187,100,249). Sum of RGB (Red+Green+Blue) = 187+100+249=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB64F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64F9 is #449B06. Grayscale: #8E8E8E. Windows color (decimal): -4496135 or 16344251. OLE color: 16344251.
HSL color Cylindrical-coordinate representation of color #BB64F9: hue angle of 275.03º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB64F9 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 100 | 249 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.02 |
| HSL | 275.03º | 0.93% | 0.68% | - |
| HSV(B) | 275.03º | 0.6% | 0.98% | - |
| XYZ | 42.15 | 26.52 | 92.52 | - |
| YUV | 143 | 187.82 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 249 | 0.25 | 0.60 | 0 | 0.02 | 275.03 | 0.93 | 0.68 |
| Hex | BB | 64 | F9 | 19 | 3C | 0 | 2 | 113 | 5D | 44 |
| Octal | 273 | 144 | 371 | 31 | 74 | 0 | 2 | 423 | 135 | 104 |
| Binary | 10111011 | 1100100 | 11111001 | 11001 | 111100 | 0 | 10 | 100010011 | 1011101 | 1000100 |
Color Harmonies of #BB64F9
Complementary color
Monochromatic Colors of #BB64F9
Black with #BB64F9
Text Example
Text Example
White with #BB64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64F9; }
p { color: rgb(187,100,249); }
H1.HeaderClassName
{
color: #BB64F9;
}
.AnyTagClassName
{
color: #BB64F9;
}
</style>
background-color css
<style>
a { background-color: #BB64F9; }
a { background-color: rgb(187,100,249); }
div.DivClassName
{
background-color: #BB64F9;
}
.BgClassName
{
background-color: #BB64F9;
}
</style>
border-color css
<style>
span { border-color: #BB64F9; }
span { border-color: rgb(187,100,249); }
td.TdClassName
{
border-color: #BB64F9;
}
.TagClassName
{
border-color: #BB64F9;
}
</style>