Shades of Heliotrope #B86CFF
Tints of Heliotrope #B86CFF
RGB
CMYK
RGB Variations
Color information
#B86CFF (or 0xB86CFF) is known color: Heliotrope. HEX triplet: B8, 6C and FF. RGB value is (184,108,255). Sum of RGB (Red+Green+Blue) = 184+108+255=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #B86CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CFF is #479300. Grayscale: #929292. Windows color (decimal): -4690689 or 16739512. OLE color: 16739512.
HSL color Cylindrical-coordinate representation of color #B86CFF: hue angle of 271.02º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B86CFF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 108 | 255 | - |
| CMYK | 0.28 | 0.58 | 0 | 0 |
| HSL | 271.02º | 1% | 0.71% | - |
| HSV(B) | 271.02º | 0.58% | 1% | - |
| XYZ | 43.18 | 28.14 | 97.76 | - |
| YUV | 147.48 | 188.68 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 255 | 0.28 | 0.58 | 0 | 0 | 271.02 | 1 | 0.71 |
| Hex | B8 | 6C | FF | 1C | 3A | 0 | 0 | 10F | 64 | 47 |
| Octal | 270 | 154 | 377 | 34 | 72 | 0 | 0 | 417 | 144 | 107 |
| Binary | 10111000 | 1101100 | 11111111 | 11100 | 111010 | 0 | 0 | 100001111 | 1100100 | 1000111 |
Color Harmonies of #B86CFF
Complementary color
Monochromatic Colors of #B86CFF
Black with #B86CFF
Text Example
Text Example
White with #B86CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CFF; }
p { color: rgb(184,108,255); }
H1.HeaderClassName
{
color: #B86CFF;
}
.AnyTagClassName
{
color: #B86CFF;
}
</style>
background-color css
<style>
a { background-color: #B86CFF; }
a { background-color: rgb(184,108,255); }
div.DivClassName
{
background-color: #B86CFF;
}
.BgClassName
{
background-color: #B86CFF;
}
</style>
border-color css
<style>
span { border-color: #B86CFF; }
span { border-color: rgb(184,108,255); }
td.TdClassName
{
border-color: #B86CFF;
}
.TagClassName
{
border-color: #B86CFF;
}
</style>