Shades of Heliotrope #B86CFE
Tints of Heliotrope #B86CFE
RGB
CMYK
RGB Variations
Color information
#B86CFE (or 0xB86CFE) is known color: Heliotrope. HEX triplet: B8, 6C and FE. RGB value is (184,108,254). Sum of RGB (Red+Green+Blue) = 184+108+254=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #B86CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CFE is #479301. Grayscale: #929292. Windows color (decimal): -4690690 or 16673976. OLE color: 16673976.
HSL color Cylindrical-coordinate representation of color #B86CFE: hue angle of 271.23º 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 #B86CFE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 108 | 254 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.00 |
| HSL | 271.23º | 0.99% | 0.71% | - |
| HSV(B) | 271.23º | 0.57% | 1% | - |
| XYZ | 43.02 | 28.07 | 96.92 | - |
| YUV | 147.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 254 | 0.28 | 0.57 | 0 | 0.00 | 271.23 | 0.99 | 0.71 |
| Hex | B8 | 6C | FE | 1C | 39 | 0 | 0 | 10F | 63 | 47 |
| Octal | 270 | 154 | 376 | 34 | 71 | 0 | 0 | 417 | 143 | 107 |
| Binary | 10111000 | 1101100 | 11111110 | 11100 | 111001 | 0 | 0 | 100001111 | 1100011 | 1000111 |
Color Harmonies of #B86CFE
Complementary color
Monochromatic Colors of #B86CFE
Black with #B86CFE
Text Example
Text Example
White with #B86CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CFE; }
p { color: rgb(184,108,254); }
H1.HeaderClassName
{
color: #B86CFE;
}
.AnyTagClassName
{
color: #B86CFE;
}
</style>
background-color css
<style>
a { background-color: #B86CFE; }
a { background-color: rgb(184,108,254); }
div.DivClassName
{
background-color: #B86CFE;
}
.BgClassName
{
background-color: #B86CFE;
}
</style>
border-color css
<style>
span { border-color: #B86CFE; }
span { border-color: rgb(184,108,254); }
td.TdClassName
{
border-color: #B86CFE;
}
.TagClassName
{
border-color: #B86CFE;
}
</style>