Shades of Heliotrope #B86BFF
Tints of Heliotrope #B86BFF
RGB
CMYK
RGB Variations
Color information
#B86BFF (or 0xB86BFF) is known color: Heliotrope. HEX triplet: B8, 6B and FF. RGB value is (184,107,255). Sum of RGB (Red+Green+Blue) = 184+107+255=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #B86BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86BFF is #479400. Grayscale: #929292. Windows color (decimal): -4690945 or 16739256. OLE color: 16739256.
HSL color Cylindrical-coordinate representation of color #B86BFF: hue angle of 271.22º 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 #B86BFF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 107 | 255 | - |
| CMYK | 0.28 | 0.58 | 0 | 0 |
| HSL | 271.22º | 1% | 0.71% | - |
| HSV(B) | 271.22º | 0.58% | 1% | - |
| XYZ | 43.07 | 27.93 | 97.73 | - |
| YUV | 146.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 255 | 0.28 | 0.58 | 0 | 0 | 271.22 | 1 | 0.71 |
| Hex | B8 | 6B | FF | 1C | 3A | 0 | 0 | 10F | 64 | 47 |
| Octal | 270 | 153 | 377 | 34 | 72 | 0 | 0 | 417 | 144 | 107 |
| Binary | 10111000 | 1101011 | 11111111 | 11100 | 111010 | 0 | 0 | 100001111 | 1100100 | 1000111 |
Color Harmonies of #B86BFF
Complementary color
Monochromatic Colors of #B86BFF
Black with #B86BFF
Text Example
Text Example
White with #B86BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BFF; }
p { color: rgb(184,107,255); }
H1.HeaderClassName
{
color: #B86BFF;
}
.AnyTagClassName
{
color: #B86BFF;
}
</style>
background-color css
<style>
a { background-color: #B86BFF; }
a { background-color: rgb(184,107,255); }
div.DivClassName
{
background-color: #B86BFF;
}
.BgClassName
{
background-color: #B86BFF;
}
</style>
border-color css
<style>
span { border-color: #B86BFF; }
span { border-color: rgb(184,107,255); }
td.TdClassName
{
border-color: #B86BFF;
}
.TagClassName
{
border-color: #B86BFF;
}
</style>