Shades of Heliotrope #B96FF2
Tints of Heliotrope #B96FF2
RGB
CMYK
RGB Variations
Color information
#B96FF2 (or 0xB96FF2) is known color: Heliotrope. HEX triplet: B9, 6F and F2. RGB value is (185,111,242). Sum of RGB (Red+Green+Blue) = 185+111+242=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #B96FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF2 is #46900D. Grayscale: #939393. Windows color (decimal): -4624398 or 15888313. OLE color: 15888313.
HSL color Cylindrical-coordinate representation of color #B96FF2: hue angle of 273.89º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96FF2 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 111 | 242 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.05 |
| HSL | 273.89º | 0.83% | 0.69% | - |
| HSV(B) | 273.89º | 0.54% | 0.95% | - |
| XYZ | 41.72 | 28.09 | 87.23 | - |
| YUV | 148.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 242 | 0.24 | 0.54 | 0 | 0.05 | 273.89 | 0.83 | 0.69 |
| Hex | B9 | 6F | F2 | 18 | 36 | 0 | 5 | 112 | 53 | 45 |
| Octal | 271 | 157 | 362 | 30 | 66 | 0 | 5 | 422 | 123 | 105 |
| Binary | 10111001 | 1101111 | 11110010 | 11000 | 110110 | 0 | 101 | 100010010 | 1010011 | 1000101 |
Color Harmonies of #B96FF2
Complementary color
Monochromatic Colors of #B96FF2
Black with #B96FF2
Text Example
Text Example
White with #B96FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FF2; }
p { color: rgb(185,111,242); }
H1.HeaderClassName
{
color: #B96FF2;
}
.AnyTagClassName
{
color: #B96FF2;
}
</style>
background-color css
<style>
a { background-color: #B96FF2; }
a { background-color: rgb(185,111,242); }
div.DivClassName
{
background-color: #B96FF2;
}
.BgClassName
{
background-color: #B96FF2;
}
</style>
border-color css
<style>
span { border-color: #B96FF2; }
span { border-color: rgb(185,111,242); }
td.TdClassName
{
border-color: #B96FF2;
}
.TagClassName
{
border-color: #B96FF2;
}
</style>