Shades of Medium Orchid #BE5EDA
Tints of Medium Orchid #BE5EDA
RGB
CMYK
RGB Variations
Color information
#BE5EDA (or 0xBE5EDA) is known color: Medium Orchid. HEX triplet: BE, 5E and DA. RGB value is (190,94,218). Sum of RGB (Red+Green+Blue) = 190+94+218=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE5EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EDA is #41A125. Grayscale: #888888. Windows color (decimal): -4301094 or 14311102. OLE color: 14311102.
HSL color Cylindrical-coordinate representation of color #BE5EDA: hue angle of 286.45º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5EDA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 94 | 218 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.15 |
| HSL | 286.45º | 0.63% | 0.61% | - |
| HSV(B) | 286.45º | 0.57% | 0.85% | - |
| XYZ | 37.89 | 24.01 | 68.97 | - |
| YUV | 136.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 218 | 0.13 | 0.57 | 0 | 0.15 | 286.45 | 0.63 | 0.61 |
| Hex | BE | 5E | DA | D | 39 | 0 | F | 11E | 3F | 3D |
| Octal | 276 | 136 | 332 | 15 | 71 | 0 | 17 | 436 | 77 | 75 |
| Binary | 10111110 | 1011110 | 11011010 | 1101 | 111001 | 0 | 1111 | 100011110 | 111111 | 111101 |
Color Harmonies of #BE5EDA
Complementary color
Monochromatic Colors of #BE5EDA
Black with #BE5EDA
Text Example
Text Example
White with #BE5EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5EDA; }
p { color: rgb(190,94,218); }
H1.HeaderClassName
{
color: #BE5EDA;
}
.AnyTagClassName
{
color: #BE5EDA;
}
</style>
background-color css
<style>
a { background-color: #BE5EDA; }
a { background-color: rgb(190,94,218); }
div.DivClassName
{
background-color: #BE5EDA;
}
.BgClassName
{
background-color: #BE5EDA;
}
</style>
border-color css
<style>
span { border-color: #BE5EDA; }
span { border-color: rgb(190,94,218); }
td.TdClassName
{
border-color: #BE5EDA;
}
.TagClassName
{
border-color: #BE5EDA;
}
</style>