Shades of Heliotrope #B96EFE
Tints of Heliotrope #B96EFE
RGB
CMYK
RGB Variations
Color information
#B96EFE (or 0xB96EFE) is known color: Heliotrope. HEX triplet: B9, 6E and FE. RGB value is (185,110,254). Sum of RGB (Red+Green+Blue) = 185+110+254=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B96EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EFE is #469101. Grayscale: #949494. Windows color (decimal): -4624642 or 16674489. OLE color: 16674489.
HSL color Cylindrical-coordinate representation of color #B96EFE: hue angle of 271.25º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96EFE is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 110 | 254 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.00 |
| HSL | 271.25º | 0.99% | 0.71% | - |
| HSV(B) | 271.25º | 0.57% | 1% | - |
| XYZ | 43.47 | 28.62 | 97 | - |
| YUV | 148.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 254 | 0.27 | 0.57 | 0 | 0.00 | 271.25 | 0.99 | 0.71 |
| Hex | B9 | 6E | FE | 1B | 39 | 0 | 0 | 10F | 63 | 47 |
| Octal | 271 | 156 | 376 | 33 | 71 | 0 | 0 | 417 | 143 | 107 |
| Binary | 10111001 | 1101110 | 11111110 | 11011 | 111001 | 0 | 0 | 100001111 | 1100011 | 1000111 |
Color Harmonies of #B96EFE
Complementary color
Monochromatic Colors of #B96EFE
Black with #B96EFE
Text Example
Text Example
White with #B96EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EFE; }
p { color: rgb(185,110,254); }
H1.HeaderClassName
{
color: #B96EFE;
}
.AnyTagClassName
{
color: #B96EFE;
}
</style>
background-color css
<style>
a { background-color: #B96EFE; }
a { background-color: rgb(185,110,254); }
div.DivClassName
{
background-color: #B96EFE;
}
.BgClassName
{
background-color: #B96EFE;
}
</style>
border-color css
<style>
span { border-color: #B96EFE; }
span { border-color: rgb(185,110,254); }
td.TdClassName
{
border-color: #B96EFE;
}
.TagClassName
{
border-color: #B96EFE;
}
</style>