Shades of Medium Orchid #BE5EDD
Tints of Medium Orchid #BE5EDD
RGB
CMYK
RGB Variations
Color information
#BE5EDD (or 0xBE5EDD) is known color: Medium Orchid. HEX triplet: BE, 5E and DD. RGB value is (190,94,221). Sum of RGB (Red+Green+Blue) = 190+94+221=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EDD is #41A122. Grayscale: #888888. Windows color (decimal): -4301091 or 14507710. OLE color: 14507710.
HSL color Cylindrical-coordinate representation of color #BE5EDD: hue angle of 285.35º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5EDD is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 94 | 221 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 285.35º | 0.65% | 0.62% | - |
| HSV(B) | 285.35º | 0.57% | 0.87% | - |
| XYZ | 38.29 | 24.17 | 71.05 | - |
| YUV | 137.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 221 | 0.14 | 0.57 | 0 | 0.13 | 285.35 | 0.65 | 0.62 |
| Hex | BE | 5E | DD | E | 39 | 0 | D | 11D | 41 | 3E |
| Octal | 276 | 136 | 335 | 16 | 71 | 0 | 15 | 435 | 101 | 76 |
| Binary | 10111110 | 1011110 | 11011101 | 1110 | 111001 | 0 | 1101 | 100011101 | 1000001 | 111110 |
Color Harmonies of #BE5EDD
Complementary color
Monochromatic Colors of #BE5EDD
Black with #BE5EDD
Text Example
Text Example
White with #BE5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5EDD; }
p { color: rgb(190,94,221); }
H1.HeaderClassName
{
color: #BE5EDD;
}
.AnyTagClassName
{
color: #BE5EDD;
}
</style>
background-color css
<style>
a { background-color: #BE5EDD; }
a { background-color: rgb(190,94,221); }
div.DivClassName
{
background-color: #BE5EDD;
}
.BgClassName
{
background-color: #BE5EDD;
}
</style>
border-color css
<style>
span { border-color: #BE5EDD; }
span { border-color: rgb(190,94,221); }
td.TdClassName
{
border-color: #BE5EDD;
}
.TagClassName
{
border-color: #BE5EDD;
}
</style>