Shades of Heliotrope #B86FFE
Tints of Heliotrope #B86FFE
RGB
CMYK
RGB Variations
Color information
#B86FFE (or 0xB86FFE) is known color: Heliotrope. HEX triplet: B8, 6F and FE. RGB value is (184,111,254). Sum of RGB (Red+Green+Blue) = 184+111+254=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B86FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FFE is #479001. Grayscale: #949494. Windows color (decimal): -4689922 or 16674744. OLE color: 16674744.
HSL color Cylindrical-coordinate representation of color #B86FFE: hue angle of 270.63º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86FFE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 111 | 254 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.00 |
| HSL | 270.63º | 0.99% | 0.72% | - |
| HSV(B) | 270.63º | 0.56% | 1% | - |
| XYZ | 43.34 | 28.71 | 97.02 | - |
| YUV | 149.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 254 | 0.28 | 0.56 | 0 | 0.00 | 270.63 | 0.99 | 0.72 |
| Hex | B8 | 6F | FE | 1C | 38 | 0 | 0 | 10F | 63 | 48 |
| Octal | 270 | 157 | 376 | 34 | 70 | 0 | 0 | 417 | 143 | 110 |
| Binary | 10111000 | 1101111 | 11111110 | 11100 | 111000 | 0 | 0 | 100001111 | 1100011 | 1001000 |
Color Harmonies of #B86FFE
Complementary color
Monochromatic Colors of #B86FFE
Black with #B86FFE
Text Example
Text Example
White with #B86FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FFE; }
p { color: rgb(184,111,254); }
H1.HeaderClassName
{
color: #B86FFE;
}
.AnyTagClassName
{
color: #B86FFE;
}
</style>
background-color css
<style>
a { background-color: #B86FFE; }
a { background-color: rgb(184,111,254); }
div.DivClassName
{
background-color: #B86FFE;
}
.BgClassName
{
background-color: #B86FFE;
}
</style>
border-color css
<style>
span { border-color: #B86FFE; }
span { border-color: rgb(184,111,254); }
td.TdClassName
{
border-color: #B86FFE;
}
.TagClassName
{
border-color: #B86FFE;
}
</style>