Shades of Heliotrope #B86EFF
Tints of Heliotrope #B86EFF
RGB
CMYK
RGB Variations
Color information
#B86EFF (or 0xB86EFF) is known color: Heliotrope. HEX triplet: B8, 6E and FF. RGB value is (184,110,255). Sum of RGB (Red+Green+Blue) = 184+110+255=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B86EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EFF is #479100. Grayscale: #949494. Windows color (decimal): -4690177 or 16740024. OLE color: 16740024.
HSL color Cylindrical-coordinate representation of color #B86EFF: hue angle of 270.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B86EFF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 110 | 255 | - |
| CMYK | 0.28 | 0.57 | 0 | 0 |
| HSL | 270.62º | 1% | 0.72% | - |
| HSV(B) | 270.62º | 0.57% | 1% | - |
| XYZ | 43.39 | 28.56 | 97.83 | - |
| YUV | 148.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 255 | 0.28 | 0.57 | 0 | 0 | 270.62 | 1 | 0.72 |
| Hex | B8 | 6E | FF | 1C | 39 | 0 | 0 | 10F | 64 | 48 |
| Octal | 270 | 156 | 377 | 34 | 71 | 0 | 0 | 417 | 144 | 110 |
| Binary | 10111000 | 1101110 | 11111111 | 11100 | 111001 | 0 | 0 | 100001111 | 1100100 | 1001000 |
Color Harmonies of #B86EFF
Complementary color
Monochromatic Colors of #B86EFF
Black with #B86EFF
Text Example
Text Example
White with #B86EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EFF; }
p { color: rgb(184,110,255); }
H1.HeaderClassName
{
color: #B86EFF;
}
.AnyTagClassName
{
color: #B86EFF;
}
</style>
background-color css
<style>
a { background-color: #B86EFF; }
a { background-color: rgb(184,110,255); }
div.DivClassName
{
background-color: #B86EFF;
}
.BgClassName
{
background-color: #B86EFF;
}
</style>
border-color css
<style>
span { border-color: #B86EFF; }
span { border-color: rgb(184,110,255); }
td.TdClassName
{
border-color: #B86EFF;
}
.TagClassName
{
border-color: #B86EFF;
}
</style>