Shades of Medium Orchid #BE5ECE
Tints of Medium Orchid #BE5ECE
RGB
CMYK
RGB Variations
Color information
#BE5ECE (or 0xBE5ECE) is known color: Medium Orchid. HEX triplet: BE, 5E and CE. RGB value is (190,94,206). Sum of RGB (Red+Green+Blue) = 190+94+206=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ECE is #41A131. Grayscale: #878787. Windows color (decimal): -4301106 or 13524670. OLE color: 13524670.
HSL color Cylindrical-coordinate representation of color #BE5ECE: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5ECE is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 94 | 206 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.19 |
| HSL | 291.43º | 0.53% | 0.59% | - |
| HSV(B) | 291.43º | 0.54% | 0.81% | - |
| XYZ | 36.38 | 23.41 | 60.99 | - |
| YUV | 135.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 206 | 0.08 | 0.54 | 0 | 0.19 | 291.43 | 0.53 | 0.59 |
| Hex | BE | 5E | CE | 8 | 36 | 0 | 13 | 123 | 35 | 3B |
| Octal | 276 | 136 | 316 | 10 | 66 | 0 | 23 | 443 | 65 | 73 |
| Binary | 10111110 | 1011110 | 11001110 | 1000 | 110110 | 0 | 10011 | 100100011 | 110101 | 111011 |
Color Harmonies of #BE5ECE
Complementary color
Monochromatic Colors of #BE5ECE
Black with #BE5ECE
Text Example
Text Example
White with #BE5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5ECE; }
p { color: rgb(190,94,206); }
H1.HeaderClassName
{
color: #BE5ECE;
}
.AnyTagClassName
{
color: #BE5ECE;
}
</style>
background-color css
<style>
a { background-color: #BE5ECE; }
a { background-color: rgb(190,94,206); }
div.DivClassName
{
background-color: #BE5ECE;
}
.BgClassName
{
background-color: #BE5ECE;
}
</style>
border-color css
<style>
span { border-color: #BE5ECE; }
span { border-color: rgb(190,94,206); }
td.TdClassName
{
border-color: #BE5ECE;
}
.TagClassName
{
border-color: #BE5ECE;
}
</style>