Shades of Heliotrope #BB64FA
Tints of Heliotrope #BB64FA
RGB
CMYK
RGB Variations
Color information
#BB64FA (or 0xBB64FA) is known color: Heliotrope. HEX triplet: BB, 64 and FA. RGB value is (187,100,250). Sum of RGB (Red+Green+Blue) = 187+100+250=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64FA is #449B05. Grayscale: #8E8E8E. Windows color (decimal): -4496134 or 16409787. OLE color: 16409787.
HSL color Cylindrical-coordinate representation of color #BB64FA: hue angle of 274.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB64FA is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 100 | 250 | - |
| CMYK | 0.25 | 0.6 | 0 | 0.02 |
| HSL | 274.8º | 0.94% | 0.69% | - |
| HSV(B) | 274.8º | 0.6% | 0.98% | - |
| XYZ | 42.31 | 26.58 | 93.34 | - |
| YUV | 143.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 250 | 0.25 | 0.6 | 0 | 0.02 | 274.8 | 0.94 | 0.69 |
| Hex | BB | 64 | FA | 19 | 3C | 0 | 2 | 113 | 5E | 45 |
| Octal | 273 | 144 | 372 | 31 | 74 | 0 | 2 | 423 | 136 | 105 |
| Binary | 10111011 | 1100100 | 11111010 | 11001 | 111100 | 0 | 10 | 100010011 | 1011110 | 1000101 |
Color Harmonies of #BB64FA
Complementary color
Monochromatic Colors of #BB64FA
Black with #BB64FA
Text Example
Text Example
White with #BB64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64FA; }
p { color: rgb(187,100,250); }
H1.HeaderClassName
{
color: #BB64FA;
}
.AnyTagClassName
{
color: #BB64FA;
}
</style>
background-color css
<style>
a { background-color: #BB64FA; }
a { background-color: rgb(187,100,250); }
div.DivClassName
{
background-color: #BB64FA;
}
.BgClassName
{
background-color: #BB64FA;
}
</style>
border-color css
<style>
span { border-color: #BB64FA; }
span { border-color: rgb(187,100,250); }
td.TdClassName
{
border-color: #BB64FA;
}
.TagClassName
{
border-color: #BB64FA;
}
</style>