Shades of Heliotrope #BE86FF
Tints of Heliotrope #BE86FF
RGB
CMYK
RGB Variations
Color information
#BE86FF (or 0xBE86FF) is known color: Heliotrope. HEX triplet: BE, 86 and FF. RGB value is (190,134,255). Sum of RGB (Red+Green+Blue) = 190+134+255=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86FF is #417900. Grayscale: #A4A4A4. Windows color (decimal): -4290817 or 16746174. OLE color: 16746174.
HSL color Cylindrical-coordinate representation of color #BE86FF: hue angle of 267.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE86FF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 134 | 255 | - |
| CMYK | 0.25 | 0.47 | 0 | 0 |
| HSL | 267.77º | 1% | 0.76% | - |
| HSV(B) | 267.77º | 0.47% | 1% | - |
| XYZ | 47.81 | 35.22 | 98.89 | - |
| YUV | 164.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 255 | 0.25 | 0.47 | 0 | 0 | 267.77 | 1 | 0.76 |
| Hex | BE | 86 | FF | 19 | 2F | 0 | 0 | 10C | 64 | 4C |
| Octal | 276 | 206 | 377 | 31 | 57 | 0 | 0 | 414 | 144 | 114 |
| Binary | 10111110 | 10000110 | 11111111 | 11001 | 101111 | 0 | 0 | 100001100 | 1100100 | 1001100 |
Color Harmonies of #BE86FF
Complementary color
Monochromatic Colors of #BE86FF
Black with #BE86FF
Text Example
Text Example
White with #BE86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE86FF; }
p { color: rgb(190,134,255); }
H1.HeaderClassName
{
color: #BE86FF;
}
.AnyTagClassName
{
color: #BE86FF;
}
</style>
background-color css
<style>
a { background-color: #BE86FF; }
a { background-color: rgb(190,134,255); }
div.DivClassName
{
background-color: #BE86FF;
}
.BgClassName
{
background-color: #BE86FF;
}
</style>
border-color css
<style>
span { border-color: #BE86FF; }
span { border-color: rgb(190,134,255); }
td.TdClassName
{
border-color: #BE86FF;
}
.TagClassName
{
border-color: #BE86FF;
}
</style>