Shades of Medium Orchid #BE5ECD
Tints of Medium Orchid #BE5ECD
RGB
CMYK
RGB Variations
Color information
#BE5ECD (or 0xBE5ECD) is known color: Medium Orchid. HEX triplet: BE, 5E and CD. RGB value is (190,94,205). Sum of RGB (Red+Green+Blue) = 190+94+205=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ECD is #41A132. Grayscale: #878787. Windows color (decimal): -4301107 or 13459134. OLE color: 13459134.
HSL color Cylindrical-coordinate representation of color #BE5ECD: hue angle of 291.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5ECD is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 94 | 205 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.20 |
| HSL | 291.89º | 0.53% | 0.59% | - |
| HSV(B) | 291.89º | 0.54% | 0.8% | - |
| XYZ | 36.26 | 23.36 | 60.36 | - |
| YUV | 135.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 205 | 0.07 | 0.54 | 0 | 0.20 | 291.89 | 0.53 | 0.59 |
| Hex | BE | 5E | CD | 7 | 36 | 0 | 14 | 124 | 35 | 3B |
| Octal | 276 | 136 | 315 | 7 | 66 | 0 | 24 | 444 | 65 | 73 |
| Binary | 10111110 | 1011110 | 11001101 | 111 | 110110 | 0 | 10100 | 100100100 | 110101 | 111011 |
Color Harmonies of #BE5ECD
Complementary color
Monochromatic Colors of #BE5ECD
Black with #BE5ECD
Text Example
Text Example
White with #BE5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5ECD; }
p { color: rgb(190,94,205); }
H1.HeaderClassName
{
color: #BE5ECD;
}
.AnyTagClassName
{
color: #BE5ECD;
}
</style>
background-color css
<style>
a { background-color: #BE5ECD; }
a { background-color: rgb(190,94,205); }
div.DivClassName
{
background-color: #BE5ECD;
}
.BgClassName
{
background-color: #BE5ECD;
}
</style>
border-color css
<style>
span { border-color: #BE5ECD; }
span { border-color: rgb(190,94,205); }
td.TdClassName
{
border-color: #BE5ECD;
}
.TagClassName
{
border-color: #BE5ECD;
}
</style>