Shades of Heliotrope #B96EFB
Tints of Heliotrope #B96EFB
RGB
CMYK
RGB Variations
Color information
#B96EFB (or 0xB96EFB) is known color: Heliotrope. HEX triplet: B9, 6E and FB. RGB value is (185,110,251). Sum of RGB (Red+Green+Blue) = 185+110+251=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #B96EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EFB is #469104. Grayscale: #949494. Windows color (decimal): -4624645 or 16477881. OLE color: 16477881.
HSL color Cylindrical-coordinate representation of color #B96EFB: hue angle of 271.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B96EFB is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 110 | 251 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.02 |
| HSL | 271.91º | 0.95% | 0.71% | - |
| HSV(B) | 271.91º | 0.56% | 0.98% | - |
| XYZ | 43 | 28.43 | 94.49 | - |
| YUV | 148.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 251 | 0.26 | 0.56 | 0 | 0.02 | 271.91 | 0.95 | 0.71 |
| Hex | B9 | 6E | FB | 1A | 38 | 0 | 2 | 110 | 5F | 47 |
| Octal | 271 | 156 | 373 | 32 | 70 | 0 | 2 | 420 | 137 | 107 |
| Binary | 10111001 | 1101110 | 11111011 | 11010 | 111000 | 0 | 10 | 100010000 | 1011111 | 1000111 |
Color Harmonies of #B96EFB
Complementary color
Monochromatic Colors of #B96EFB
Black with #B96EFB
Text Example
Text Example
White with #B96EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EFB; }
p { color: rgb(185,110,251); }
H1.HeaderClassName
{
color: #B96EFB;
}
.AnyTagClassName
{
color: #B96EFB;
}
</style>
background-color css
<style>
a { background-color: #B96EFB; }
a { background-color: rgb(185,110,251); }
div.DivClassName
{
background-color: #B96EFB;
}
.BgClassName
{
background-color: #B96EFB;
}
</style>
border-color css
<style>
span { border-color: #B96EFB; }
span { border-color: rgb(185,110,251); }
td.TdClassName
{
border-color: #B96EFB;
}
.TagClassName
{
border-color: #B96EFB;
}
</style>