Shades of Heliotrope #B966FE
Tints of Heliotrope #B966FE
RGB
CMYK
RGB Variations
Color information
#B966FE (or 0xB966FE) is known color: Heliotrope. HEX triplet: B9, 66 and FE. RGB value is (185,102,254). Sum of RGB (Red+Green+Blue) = 185+102+254=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 102 (40.23% from 255 or 18.85% 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 #B966FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966FE is #469901. Grayscale: #8F8F8F. Windows color (decimal): -4626690 or 16672441. OLE color: 16672441.
HSL color Cylindrical-coordinate representation of color #B966FE: hue angle of 272.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B966FE is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 102 | 254 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.00 |
| HSL | 272.76º | 0.99% | 0.7% | - |
| HSV(B) | 272.76º | 0.6% | 1% | - |
| XYZ | 42.65 | 26.97 | 96.72 | - |
| YUV | 144.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 254 | 0.27 | 0.60 | 0 | 0.00 | 272.76 | 0.99 | 0.7 |
| Hex | B9 | 66 | FE | 1B | 3C | 0 | 0 | 111 | 63 | 46 |
| Octal | 271 | 146 | 376 | 33 | 74 | 0 | 0 | 421 | 143 | 106 |
| Binary | 10111001 | 1100110 | 11111110 | 11011 | 111100 | 0 | 0 | 100010001 | 1100011 | 1000110 |
Color Harmonies of #B966FE
Complementary color
Monochromatic Colors of #B966FE
Black with #B966FE
Text Example
Text Example
White with #B966FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966FE; }
p { color: rgb(185,102,254); }
H1.HeaderClassName
{
color: #B966FE;
}
.AnyTagClassName
{
color: #B966FE;
}
</style>
background-color css
<style>
a { background-color: #B966FE; }
a { background-color: rgb(185,102,254); }
div.DivClassName
{
background-color: #B966FE;
}
.BgClassName
{
background-color: #B966FE;
}
</style>
border-color css
<style>
span { border-color: #B966FE; }
span { border-color: rgb(185,102,254); }
td.TdClassName
{
border-color: #B966FE;
}
.TagClassName
{
border-color: #B966FE;
}
</style>