Shades of Heliotrope #B86DFE
Tints of Heliotrope #B86DFE
RGB
CMYK
RGB Variations
Color information
#B86DFE (or 0xB86DFE) is known color: Heliotrope. HEX triplet: B8, 6D and FE. RGB value is (184,109,254). Sum of RGB (Red+Green+Blue) = 184+109+254=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B86DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DFE is #479201. Grayscale: #939393. Windows color (decimal): -4690434 or 16674232. OLE color: 16674232.
HSL color Cylindrical-coordinate representation of color #B86DFE: hue angle of 271.03º 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 #B86DFE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 109 | 254 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.00 |
| HSL | 271.03º | 0.99% | 0.71% | - |
| HSV(B) | 271.03º | 0.57% | 1% | - |
| XYZ | 43.13 | 28.28 | 96.95 | - |
| YUV | 147.96 | 187.85 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 254 | 0.28 | 0.57 | 0 | 0.00 | 271.03 | 0.99 | 0.71 |
| Hex | B8 | 6D | FE | 1C | 39 | 0 | 0 | 10F | 63 | 47 |
| Octal | 270 | 155 | 376 | 34 | 71 | 0 | 0 | 417 | 143 | 107 |
| Binary | 10111000 | 1101101 | 11111110 | 11100 | 111001 | 0 | 0 | 100001111 | 1100011 | 1000111 |
Color Harmonies of #B86DFE
Complementary color
Monochromatic Colors of #B86DFE
Black with #B86DFE
Text Example
Text Example
White with #B86DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DFE; }
p { color: rgb(184,109,254); }
H1.HeaderClassName
{
color: #B86DFE;
}
.AnyTagClassName
{
color: #B86DFE;
}
</style>
background-color css
<style>
a { background-color: #B86DFE; }
a { background-color: rgb(184,109,254); }
div.DivClassName
{
background-color: #B86DFE;
}
.BgClassName
{
background-color: #B86DFE;
}
</style>
border-color css
<style>
span { border-color: #B86DFE; }
span { border-color: rgb(184,109,254); }
td.TdClassName
{
border-color: #B86DFE;
}
.TagClassName
{
border-color: #B86DFE;
}
</style>