Shades of Heliotrope #B86AFE
Tints of Heliotrope #B86AFE
RGB
CMYK
RGB Variations
Color information
#B86AFE (or 0xB86AFE) is known color: Heliotrope. HEX triplet: B8, 6A and FE. RGB value is (184,106,254). Sum of RGB (Red+Green+Blue) = 184+106+254=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #B86AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AFE is #479501. Grayscale: #919191. Windows color (decimal): -4691202 or 16673464. OLE color: 16673464.
HSL color Cylindrical-coordinate representation of color #B86AFE: hue angle of 271.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B86AFE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 106 | 254 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.00 |
| HSL | 271.62º | 0.99% | 0.71% | - |
| HSV(B) | 271.62º | 0.58% | 1% | - |
| XYZ | 42.81 | 27.65 | 96.85 | - |
| YUV | 146.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 254 | 0.28 | 0.58 | 0 | 0.00 | 271.62 | 0.99 | 0.71 |
| Hex | B8 | 6A | FE | 1C | 3A | 0 | 0 | 110 | 63 | 47 |
| Octal | 270 | 152 | 376 | 34 | 72 | 0 | 0 | 420 | 143 | 107 |
| Binary | 10111000 | 1101010 | 11111110 | 11100 | 111010 | 0 | 0 | 100010000 | 1100011 | 1000111 |
Color Harmonies of #B86AFE
Complementary color
Monochromatic Colors of #B86AFE
Black with #B86AFE
Text Example
Text Example
White with #B86AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86AFE; }
p { color: rgb(184,106,254); }
H1.HeaderClassName
{
color: #B86AFE;
}
.AnyTagClassName
{
color: #B86AFE;
}
</style>
background-color css
<style>
a { background-color: #B86AFE; }
a { background-color: rgb(184,106,254); }
div.DivClassName
{
background-color: #B86AFE;
}
.BgClassName
{
background-color: #B86AFE;
}
</style>
border-color css
<style>
span { border-color: #B86AFE; }
span { border-color: rgb(184,106,254); }
td.TdClassName
{
border-color: #B86AFE;
}
.TagClassName
{
border-color: #B86AFE;
}
</style>