Shades of Medium Orchid #BE5ED0
Tints of Medium Orchid #BE5ED0
RGB
CMYK
RGB Variations
Color information
#BE5ED0 (or 0xBE5ED0) is known color: Medium Orchid. HEX triplet: BE, 5E and D0. RGB value is (190,94,208). Sum of RGB (Red+Green+Blue) = 190+94+208=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE5ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ED0 is #41A12F. Grayscale: #878787. Windows color (decimal): -4301104 or 13655742. OLE color: 13655742.
HSL color Cylindrical-coordinate representation of color #BE5ED0: hue angle of 290.53º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5ED0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 94 | 208 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.18 |
| HSL | 290.53º | 0.55% | 0.59% | - |
| HSV(B) | 290.53º | 0.55% | 0.82% | - |
| XYZ | 36.62 | 23.51 | 62.28 | - |
| YUV | 135.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 208 | 0.09 | 0.55 | 0 | 0.18 | 290.53 | 0.55 | 0.59 |
| Hex | BE | 5E | D0 | 9 | 37 | 0 | 12 | 123 | 37 | 3B |
| Octal | 276 | 136 | 320 | 11 | 67 | 0 | 22 | 443 | 67 | 73 |
| Binary | 10111110 | 1011110 | 11010000 | 1001 | 110111 | 0 | 10010 | 100100011 | 110111 | 111011 |
Color Harmonies of #BE5ED0
Complementary color
Monochromatic Colors of #BE5ED0
Black with #BE5ED0
Text Example
Text Example
White with #BE5ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5ED0; }
p { color: rgb(190,94,208); }
H1.HeaderClassName
{
color: #BE5ED0;
}
.AnyTagClassName
{
color: #BE5ED0;
}
</style>
background-color css
<style>
a { background-color: #BE5ED0; }
a { background-color: rgb(190,94,208); }
div.DivClassName
{
background-color: #BE5ED0;
}
.BgClassName
{
background-color: #BE5ED0;
}
</style>
border-color css
<style>
span { border-color: #BE5ED0; }
span { border-color: rgb(190,94,208); }
td.TdClassName
{
border-color: #BE5ED0;
}
.TagClassName
{
border-color: #BE5ED0;
}
</style>