Shades of Heliotrope #BB65FC
Tints of Heliotrope #BB65FC
RGB
CMYK
RGB Variations
Color information
#BB65FC (or 0xBB65FC) is known color: Heliotrope. HEX triplet: BB, 65 and FC. RGB value is (187,101,252). Sum of RGB (Red+Green+Blue) = 187+101+252=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB65FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB65FC is #449A03. Grayscale: #8F8F8F. Windows color (decimal): -4495876 or 16541115. OLE color: 16541115.
HSL color Cylindrical-coordinate representation of color #BB65FC: hue angle of 274.17º 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 #BB65FC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 101 | 252 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.01 |
| HSL | 274.17º | 0.96% | 0.69% | - |
| HSV(B) | 274.17º | 0.6% | 0.99% | - |
| XYZ | 42.72 | 26.9 | 95.04 | - |
| YUV | 143.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 252 | 0.26 | 0.60 | 0 | 0.01 | 274.17 | 0.96 | 0.69 |
| Hex | BB | 65 | FC | 1A | 3C | 0 | 1 | 112 | 60 | 45 |
| Octal | 273 | 145 | 374 | 32 | 74 | 0 | 1 | 422 | 140 | 105 |
| Binary | 10111011 | 1100101 | 11111100 | 11010 | 111100 | 0 | 1 | 100010010 | 1100000 | 1000101 |
Color Harmonies of #BB65FC
Complementary color
Monochromatic Colors of #BB65FC
Black with #BB65FC
Text Example
Text Example
White with #BB65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65FC; }
p { color: rgb(187,101,252); }
H1.HeaderClassName
{
color: #BB65FC;
}
.AnyTagClassName
{
color: #BB65FC;
}
</style>
background-color css
<style>
a { background-color: #BB65FC; }
a { background-color: rgb(187,101,252); }
div.DivClassName
{
background-color: #BB65FC;
}
.BgClassName
{
background-color: #BB65FC;
}
</style>
border-color css
<style>
span { border-color: #BB65FC; }
span { border-color: rgb(187,101,252); }
td.TdClassName
{
border-color: #BB65FC;
}
.TagClassName
{
border-color: #BB65FC;
}
</style>