Shades of Heliotrope #BE71EC
Tints of Heliotrope #BE71EC
RGB
CMYK
RGB Variations
Color information
#BE71EC (or 0xBE71EC) is known color: Heliotrope. HEX triplet: BE, 71 and EC. RGB value is (190,113,236). Sum of RGB (Red+Green+Blue) = 190+113+236=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE71EC is #418E13. Grayscale: #959595. Windows color (decimal): -4296212 or 15495614. OLE color: 15495614.
HSL color Cylindrical-coordinate representation of color #BE71EC: hue angle of 277.56º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE71EC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 113 | 236 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.07 |
| HSL | 277.56º | 0.76% | 0.68% | - |
| HSV(B) | 277.56º | 0.52% | 0.93% | - |
| XYZ | 42.28 | 28.81 | 82.69 | - |
| YUV | 150.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 236 | 0.19 | 0.52 | 0 | 0.07 | 277.56 | 0.76 | 0.68 |
| Hex | BE | 71 | EC | 13 | 34 | 0 | 7 | 116 | 4C | 44 |
| Octal | 276 | 161 | 354 | 23 | 64 | 0 | 7 | 426 | 114 | 104 |
| Binary | 10111110 | 1110001 | 11101100 | 10011 | 110100 | 0 | 111 | 100010110 | 1001100 | 1000100 |
Color Harmonies of #BE71EC
Complementary color
Monochromatic Colors of #BE71EC
Black with #BE71EC
Text Example
Text Example
White with #BE71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71EC; }
p { color: rgb(190,113,236); }
H1.HeaderClassName
{
color: #BE71EC;
}
.AnyTagClassName
{
color: #BE71EC;
}
</style>
background-color css
<style>
a { background-color: #BE71EC; }
a { background-color: rgb(190,113,236); }
div.DivClassName
{
background-color: #BE71EC;
}
.BgClassName
{
background-color: #BE71EC;
}
</style>
border-color css
<style>
span { border-color: #BE71EC; }
span { border-color: rgb(190,113,236); }
td.TdClassName
{
border-color: #BE71EC;
}
.TagClassName
{
border-color: #BE71EC;
}
</style>