Shades of Medium Orchid #BE5EEC
Tints of Medium Orchid #BE5EEC
RGB
CMYK
RGB Variations
Color information
#BE5EEC (or 0xBE5EEC) is known color: Medium Orchid. HEX triplet: BE, 5E and EC. RGB value is (190,94,236). Sum of RGB (Red+Green+Blue) = 190+94+236=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EEC is #41A113. Grayscale: #8A8A8A. Windows color (decimal): -4301076 or 15490750. OLE color: 15490750.
HSL color Cylindrical-coordinate representation of color #BE5EEC: hue angle of 280.56º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE5EEC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 94 | 236 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.07 |
| HSL | 280.56º | 0.79% | 0.65% | - |
| HSV(B) | 280.56º | 0.6% | 0.93% | - |
| XYZ | 40.38 | 25.01 | 82.06 | - |
| YUV | 138.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 236 | 0.19 | 0.60 | 0 | 0.07 | 280.56 | 0.79 | 0.65 |
| Hex | BE | 5E | EC | 13 | 3C | 0 | 7 | 119 | 4F | 41 |
| Octal | 276 | 136 | 354 | 23 | 74 | 0 | 7 | 431 | 117 | 101 |
| Binary | 10111110 | 1011110 | 11101100 | 10011 | 111100 | 0 | 111 | 100011001 | 1001111 | 1000001 |
Color Harmonies of #BE5EEC
Complementary color
Monochromatic Colors of #BE5EEC
Black with #BE5EEC
Text Example
Text Example
White with #BE5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5EEC; }
p { color: rgb(190,94,236); }
H1.HeaderClassName
{
color: #BE5EEC;
}
.AnyTagClassName
{
color: #BE5EEC;
}
</style>
background-color css
<style>
a { background-color: #BE5EEC; }
a { background-color: rgb(190,94,236); }
div.DivClassName
{
background-color: #BE5EEC;
}
.BgClassName
{
background-color: #BE5EEC;
}
</style>
border-color css
<style>
span { border-color: #BE5EEC; }
span { border-color: rgb(190,94,236); }
td.TdClassName
{
border-color: #BE5EEC;
}
.TagClassName
{
border-color: #BE5EEC;
}
</style>