Shades of Heliotrope #BB64FC
Tints of Heliotrope #BB64FC
RGB
CMYK
RGB Variations
Color information
#BB64FC (or 0xBB64FC) is known color: Heliotrope. HEX triplet: BB, 64 and FC. RGB value is (187,100,252). Sum of RGB (Red+Green+Blue) = 187+100+252=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB64FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64FC is #449B03. Grayscale: #8E8E8E. Windows color (decimal): -4496132 or 16540859. OLE color: 16540859.
HSL color Cylindrical-coordinate representation of color #BB64FC: hue angle of 274.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB64FC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 100 | 252 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.01 |
| HSL | 274.34º | 0.96% | 0.69% | - |
| HSV(B) | 274.34º | 0.6% | 0.99% | - |
| XYZ | 42.62 | 26.71 | 95 | - |
| YUV | 143.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 252 | 0.26 | 0.60 | 0 | 0.01 | 274.34 | 0.96 | 0.69 |
| Hex | BB | 64 | FC | 1A | 3C | 0 | 1 | 112 | 60 | 45 |
| Octal | 273 | 144 | 374 | 32 | 74 | 0 | 1 | 422 | 140 | 105 |
| Binary | 10111011 | 1100100 | 11111100 | 11010 | 111100 | 0 | 1 | 100010010 | 1100000 | 1000101 |
Color Harmonies of #BB64FC
Complementary color
Monochromatic Colors of #BB64FC
Black with #BB64FC
Text Example
Text Example
White with #BB64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64FC; }
p { color: rgb(187,100,252); }
H1.HeaderClassName
{
color: #BB64FC;
}
.AnyTagClassName
{
color: #BB64FC;
}
</style>
background-color css
<style>
a { background-color: #BB64FC; }
a { background-color: rgb(187,100,252); }
div.DivClassName
{
background-color: #BB64FC;
}
.BgClassName
{
background-color: #BB64FC;
}
</style>
border-color css
<style>
span { border-color: #BB64FC; }
span { border-color: rgb(187,100,252); }
td.TdClassName
{
border-color: #BB64FC;
}
.TagClassName
{
border-color: #BB64FC;
}
</style>