Shades of Heliotrope #BE6EEE
Tints of Heliotrope #BE6EEE
RGB
CMYK
RGB Variations
Color information
#BE6EEE (or 0xBE6EEE) is known color: Heliotrope. HEX triplet: BE, 6E and EE. RGB value is (190,110,238). Sum of RGB (Red+Green+Blue) = 190+110+238=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EEE is #419111. Grayscale: #949494. Windows color (decimal): -4296978 or 15625918. OLE color: 15625918.
HSL color Cylindrical-coordinate representation of color #BE6EEE: hue angle of 277.5º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE6EEE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 110 | 238 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.07 |
| HSL | 277.5º | 0.79% | 0.68% | - |
| HSV(B) | 277.5º | 0.54% | 0.93% | - |
| XYZ | 42.24 | 28.27 | 84.12 | - |
| YUV | 148.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 238 | 0.20 | 0.54 | 0 | 0.07 | 277.5 | 0.79 | 0.68 |
| Hex | BE | 6E | EE | 14 | 36 | 0 | 7 | 116 | 4F | 44 |
| Octal | 276 | 156 | 356 | 24 | 66 | 0 | 7 | 426 | 117 | 104 |
| Binary | 10111110 | 1101110 | 11101110 | 10100 | 110110 | 0 | 111 | 100010110 | 1001111 | 1000100 |
Color Harmonies of #BE6EEE
Complementary color
Monochromatic Colors of #BE6EEE
Black with #BE6EEE
Text Example
Text Example
White with #BE6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EEE; }
p { color: rgb(190,110,238); }
H1.HeaderClassName
{
color: #BE6EEE;
}
.AnyTagClassName
{
color: #BE6EEE;
}
</style>
background-color css
<style>
a { background-color: #BE6EEE; }
a { background-color: rgb(190,110,238); }
div.DivClassName
{
background-color: #BE6EEE;
}
.BgClassName
{
background-color: #BE6EEE;
}
</style>
border-color css
<style>
span { border-color: #BE6EEE; }
span { border-color: rgb(190,110,238); }
td.TdClassName
{
border-color: #BE6EEE;
}
.TagClassName
{
border-color: #BE6EEE;
}
</style>