Shades of Heliotrope #BE70ED
Tints of Heliotrope #BE70ED
RGB
CMYK
RGB Variations
Color information
#BE70ED (or 0xBE70ED) is known color: Heliotrope. HEX triplet: BE, 70 and ED. RGB value is (190,112,237). Sum of RGB (Red+Green+Blue) = 190+112+237=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70ED is #418F12. Grayscale: #959595. Windows color (decimal): -4296467 or 15560894. OLE color: 15560894.
HSL color Cylindrical-coordinate representation of color #BE70ED: hue angle of 277.44º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE70ED is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 112 | 237 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.07 |
| HSL | 277.44º | 0.78% | 0.68% | - |
| HSV(B) | 277.44º | 0.53% | 0.93% | - |
| XYZ | 42.32 | 28.65 | 83.42 | - |
| YUV | 149.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 237 | 0.20 | 0.53 | 0 | 0.07 | 277.44 | 0.78 | 0.68 |
| Hex | BE | 70 | ED | 14 | 35 | 0 | 7 | 115 | 4E | 44 |
| Octal | 276 | 160 | 355 | 24 | 65 | 0 | 7 | 425 | 116 | 104 |
| Binary | 10111110 | 1110000 | 11101101 | 10100 | 110101 | 0 | 111 | 100010101 | 1001110 | 1000100 |
Color Harmonies of #BE70ED
Complementary color
Monochromatic Colors of #BE70ED
Black with #BE70ED
Text Example
Text Example
White with #BE70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70ED; }
p { color: rgb(190,112,237); }
H1.HeaderClassName
{
color: #BE70ED;
}
.AnyTagClassName
{
color: #BE70ED;
}
</style>
background-color css
<style>
a { background-color: #BE70ED; }
a { background-color: rgb(190,112,237); }
div.DivClassName
{
background-color: #BE70ED;
}
.BgClassName
{
background-color: #BE70ED;
}
</style>
border-color css
<style>
span { border-color: #BE70ED; }
span { border-color: rgb(190,112,237); }
td.TdClassName
{
border-color: #BE70ED;
}
.TagClassName
{
border-color: #BE70ED;
}
</style>