Shades of Heliotrope #BE73EC
Tints of Heliotrope #BE73EC
RGB
CMYK
RGB Variations
Color information
#BE73EC (or 0xBE73EC) is known color: Heliotrope. HEX triplet: BE, 73 and EC. RGB value is (190,115,236). Sum of RGB (Red+Green+Blue) = 190+115+236=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE73EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73EC is #418C13. Grayscale: #969696. Windows color (decimal): -4295700 or 15496126. OLE color: 15496126.
HSL color Cylindrical-coordinate representation of color #BE73EC: hue angle of 277.19º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE73EC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 115 | 236 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.07 |
| HSL | 277.19º | 0.76% | 0.69% | - |
| HSV(B) | 277.19º | 0.51% | 0.93% | - |
| XYZ | 42.51 | 29.26 | 82.77 | - |
| YUV | 151.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 236 | 0.19 | 0.51 | 0 | 0.07 | 277.19 | 0.76 | 0.69 |
| Hex | BE | 73 | EC | 13 | 33 | 0 | 7 | 115 | 4C | 45 |
| Octal | 276 | 163 | 354 | 23 | 63 | 0 | 7 | 425 | 114 | 105 |
| Binary | 10111110 | 1110011 | 11101100 | 10011 | 110011 | 0 | 111 | 100010101 | 1001100 | 1000101 |
Color Harmonies of #BE73EC
Complementary color
Monochromatic Colors of #BE73EC
Black with #BE73EC
Text Example
Text Example
White with #BE73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73EC; }
p { color: rgb(190,115,236); }
H1.HeaderClassName
{
color: #BE73EC;
}
.AnyTagClassName
{
color: #BE73EC;
}
</style>
background-color css
<style>
a { background-color: #BE73EC; }
a { background-color: rgb(190,115,236); }
div.DivClassName
{
background-color: #BE73EC;
}
.BgClassName
{
background-color: #BE73EC;
}
</style>
border-color css
<style>
span { border-color: #BE73EC; }
span { border-color: rgb(190,115,236); }
td.TdClassName
{
border-color: #BE73EC;
}
.TagClassName
{
border-color: #BE73EC;
}
</style>