Shades of Heliotrope #BE6EFF
Tints of Heliotrope #BE6EFF
RGB
CMYK
RGB Variations
Color information
#BE6EFF (or 0xBE6EFF) is known color: Heliotrope. HEX triplet: BE, 6E and FF. RGB value is (190,110,255). Sum of RGB (Red+Green+Blue) = 190+110+255=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EFF is #419100. Grayscale: #959595. Windows color (decimal): -4296961 or 16740030. OLE color: 16740030.
HSL color Cylindrical-coordinate representation of color #BE6EFF: hue angle of 273.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6EFF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 110 | 255 | - |
| CMYK | 0.25 | 0.57 | 0 | 0 |
| HSL | 273.1º | 1% | 0.72% | - |
| HSV(B) | 273.1º | 0.57% | 1% | - |
| XYZ | 44.86 | 29.32 | 97.9 | - |
| YUV | 150.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 255 | 0.25 | 0.57 | 0 | 0 | 273.1 | 1 | 0.72 |
| Hex | BE | 6E | FF | 19 | 39 | 0 | 0 | 111 | 64 | 48 |
| Octal | 276 | 156 | 377 | 31 | 71 | 0 | 0 | 421 | 144 | 110 |
| Binary | 10111110 | 1101110 | 11111111 | 11001 | 111001 | 0 | 0 | 100010001 | 1100100 | 1001000 |
Color Harmonies of #BE6EFF
Complementary color
Monochromatic Colors of #BE6EFF
Black with #BE6EFF
Text Example
Text Example
White with #BE6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EFF; }
p { color: rgb(190,110,255); }
H1.HeaderClassName
{
color: #BE6EFF;
}
.AnyTagClassName
{
color: #BE6EFF;
}
</style>
background-color css
<style>
a { background-color: #BE6EFF; }
a { background-color: rgb(190,110,255); }
div.DivClassName
{
background-color: #BE6EFF;
}
.BgClassName
{
background-color: #BE6EFF;
}
</style>
border-color css
<style>
span { border-color: #BE6EFF; }
span { border-color: rgb(190,110,255); }
td.TdClassName
{
border-color: #BE6EFF;
}
.TagClassName
{
border-color: #BE6EFF;
}
</style>