Shades of Heliotrope #BE73ED
Tints of Heliotrope #BE73ED
RGB
CMYK
RGB Variations
Color information
#BE73ED (or 0xBE73ED) is known color: Heliotrope. HEX triplet: BE, 73 and ED. RGB value is (190,115,237). Sum of RGB (Red+Green+Blue) = 190+115+237=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73ED is #418C12. Grayscale: #969696. Windows color (decimal): -4295699 or 15561662. OLE color: 15561662.
HSL color Cylindrical-coordinate representation of color #BE73ED: hue angle of 276.89º degrees, saturation: 0.77, 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 #BE73ED is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 115 | 237 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.07 |
| HSL | 276.89º | 0.77% | 0.69% | - |
| HSV(B) | 276.89º | 0.51% | 0.93% | - |
| XYZ | 42.65 | 29.32 | 83.53 | - |
| YUV | 151.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 237 | 0.20 | 0.51 | 0 | 0.07 | 276.89 | 0.77 | 0.69 |
| Hex | BE | 73 | ED | 14 | 33 | 0 | 7 | 115 | 4D | 45 |
| Octal | 276 | 163 | 355 | 24 | 63 | 0 | 7 | 425 | 115 | 105 |
| Binary | 10111110 | 1110011 | 11101101 | 10100 | 110011 | 0 | 111 | 100010101 | 1001101 | 1000101 |
Color Harmonies of #BE73ED
Complementary color
Monochromatic Colors of #BE73ED
Black with #BE73ED
Text Example
Text Example
White with #BE73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73ED; }
p { color: rgb(190,115,237); }
H1.HeaderClassName
{
color: #BE73ED;
}
.AnyTagClassName
{
color: #BE73ED;
}
</style>
background-color css
<style>
a { background-color: #BE73ED; }
a { background-color: rgb(190,115,237); }
div.DivClassName
{
background-color: #BE73ED;
}
.BgClassName
{
background-color: #BE73ED;
}
</style>
border-color css
<style>
span { border-color: #BE73ED; }
span { border-color: rgb(190,115,237); }
td.TdClassName
{
border-color: #BE73ED;
}
.TagClassName
{
border-color: #BE73ED;
}
</style>