Shades of Heliotrope #BE86FE
Tints of Heliotrope #BE86FE
RGB
CMYK
RGB Variations
Color information
#BE86FE (or 0xBE86FE) is known color: Heliotrope. HEX triplet: BE, 86 and FE. RGB value is (190,134,254). Sum of RGB (Red+Green+Blue) = 190+134+254=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86FE is #417901. Grayscale: #A4A4A4. Windows color (decimal): -4290818 or 16680638. OLE color: 16680638.
HSL color Cylindrical-coordinate representation of color #BE86FE: hue angle of 268º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE86FE is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 134 | 254 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.00 |
| HSL | 268º | 0.98% | 0.76% | - |
| HSV(B) | 268º | 0.47% | 1% | - |
| XYZ | 47.65 | 35.15 | 98.04 | - |
| YUV | 164.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 254 | 0.25 | 0.47 | 0 | 0.00 | 268 | 0.98 | 0.76 |
| Hex | BE | 86 | FE | 19 | 2F | 0 | 0 | 10C | 62 | 4C |
| Octal | 276 | 206 | 376 | 31 | 57 | 0 | 0 | 414 | 142 | 114 |
| Binary | 10111110 | 10000110 | 11111110 | 11001 | 101111 | 0 | 0 | 100001100 | 1100010 | 1001100 |
Color Harmonies of #BE86FE
Complementary color
Monochromatic Colors of #BE86FE
Black with #BE86FE
Text Example
Text Example
White with #BE86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE86FE; }
p { color: rgb(190,134,254); }
H1.HeaderClassName
{
color: #BE86FE;
}
.AnyTagClassName
{
color: #BE86FE;
}
</style>
background-color css
<style>
a { background-color: #BE86FE; }
a { background-color: rgb(190,134,254); }
div.DivClassName
{
background-color: #BE86FE;
}
.BgClassName
{
background-color: #BE86FE;
}
</style>
border-color css
<style>
span { border-color: #BE86FE; }
span { border-color: rgb(190,134,254); }
td.TdClassName
{
border-color: #BE86FE;
}
.TagClassName
{
border-color: #BE86FE;
}
</style>