Shades of Heliotrope #B96CFC
Tints of Heliotrope #B96CFC
RGB
CMYK
RGB Variations
Color information
#B96CFC (or 0xB96CFC) is known color: Heliotrope. HEX triplet: B9, 6C and FC. RGB value is (185,108,252). Sum of RGB (Red+Green+Blue) = 185+108+252=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #B96CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CFC is #469303. Grayscale: #929292. Windows color (decimal): -4625156 or 16542905. OLE color: 16542905.
HSL color Cylindrical-coordinate representation of color #B96CFC: hue angle of 272.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96CFC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 108 | 252 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.01 |
| HSL | 272.08º | 0.96% | 0.71% | - |
| HSV(B) | 272.08º | 0.57% | 0.99% | - |
| XYZ | 42.94 | 28.07 | 95.25 | - |
| YUV | 147.44 | 187.01 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 252 | 0.27 | 0.57 | 0 | 0.01 | 272.08 | 0.96 | 0.71 |
| Hex | B9 | 6C | FC | 1B | 39 | 0 | 1 | 110 | 60 | 47 |
| Octal | 271 | 154 | 374 | 33 | 71 | 0 | 1 | 420 | 140 | 107 |
| Binary | 10111001 | 1101100 | 11111100 | 11011 | 111001 | 0 | 1 | 100010000 | 1100000 | 1000111 |
Color Harmonies of #B96CFC
Complementary color
Monochromatic Colors of #B96CFC
Black with #B96CFC
Text Example
Text Example
White with #B96CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CFC; }
p { color: rgb(185,108,252); }
H1.HeaderClassName
{
color: #B96CFC;
}
.AnyTagClassName
{
color: #B96CFC;
}
</style>
background-color css
<style>
a { background-color: #B96CFC; }
a { background-color: rgb(185,108,252); }
div.DivClassName
{
background-color: #B96CFC;
}
.BgClassName
{
background-color: #B96CFC;
}
</style>
border-color css
<style>
span { border-color: #B96CFC; }
span { border-color: rgb(185,108,252); }
td.TdClassName
{
border-color: #B96CFC;
}
.TagClassName
{
border-color: #B96CFC;
}
</style>