Shades of Heliotrope #B966FB
Tints of Heliotrope #B966FB
RGB
CMYK
RGB Variations
Color information
#B966FB (or 0xB966FB) is known color: Heliotrope. HEX triplet: B9, 66 and FB. RGB value is (185,102,251). Sum of RGB (Red+Green+Blue) = 185+102+251=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #B966FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966FB is #469904. Grayscale: #8F8F8F. Windows color (decimal): -4626693 or 16475833. OLE color: 16475833.
HSL color Cylindrical-coordinate representation of color #B966FB: hue angle of 273.42º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B966FB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 102 | 251 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.02 |
| HSL | 273.42º | 0.95% | 0.69% | - |
| HSV(B) | 273.42º | 0.59% | 0.98% | - |
| XYZ | 42.17 | 26.78 | 94.21 | - |
| YUV | 143.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 251 | 0.26 | 0.59 | 0 | 0.02 | 273.42 | 0.95 | 0.69 |
| Hex | B9 | 66 | FB | 1A | 3B | 0 | 2 | 111 | 5F | 45 |
| Octal | 271 | 146 | 373 | 32 | 73 | 0 | 2 | 421 | 137 | 105 |
| Binary | 10111001 | 1100110 | 11111011 | 11010 | 111011 | 0 | 10 | 100010001 | 1011111 | 1000101 |
Color Harmonies of #B966FB
Complementary color
Monochromatic Colors of #B966FB
Black with #B966FB
Text Example
Text Example
White with #B966FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966FB; }
p { color: rgb(185,102,251); }
H1.HeaderClassName
{
color: #B966FB;
}
.AnyTagClassName
{
color: #B966FB;
}
</style>
background-color css
<style>
a { background-color: #B966FB; }
a { background-color: rgb(185,102,251); }
div.DivClassName
{
background-color: #B966FB;
}
.BgClassName
{
background-color: #B966FB;
}
</style>
border-color css
<style>
span { border-color: #B966FB; }
span { border-color: rgb(185,102,251); }
td.TdClassName
{
border-color: #B966FB;
}
.TagClassName
{
border-color: #B966FB;
}
</style>