Shades of Medium Orchid #BE5ECF
Tints of Medium Orchid #BE5ECF
RGB
CMYK
RGB Variations
Color information
#BE5ECF (or 0xBE5ECF) is known color: Medium Orchid. HEX triplet: BE, 5E and CF. RGB value is (190,94,207). Sum of RGB (Red+Green+Blue) = 190+94+207=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE5ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ECF is #41A130. Grayscale: #878787. Windows color (decimal): -4301105 or 13590206. OLE color: 13590206.
HSL color Cylindrical-coordinate representation of color #BE5ECF: hue angle of 290.97º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5ECF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 94 | 207 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.19 |
| HSL | 290.97º | 0.54% | 0.59% | - |
| HSV(B) | 290.97º | 0.55% | 0.81% | - |
| XYZ | 36.5 | 23.46 | 61.64 | - |
| YUV | 135.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 207 | 0.08 | 0.55 | 0 | 0.19 | 290.97 | 0.54 | 0.59 |
| Hex | BE | 5E | CF | 8 | 37 | 0 | 13 | 123 | 36 | 3B |
| Octal | 276 | 136 | 317 | 10 | 67 | 0 | 23 | 443 | 66 | 73 |
| Binary | 10111110 | 1011110 | 11001111 | 1000 | 110111 | 0 | 10011 | 100100011 | 110110 | 111011 |
Color Harmonies of #BE5ECF
Complementary color
Monochromatic Colors of #BE5ECF
Black with #BE5ECF
Text Example
Text Example
White with #BE5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5ECF; }
p { color: rgb(190,94,207); }
H1.HeaderClassName
{
color: #BE5ECF;
}
.AnyTagClassName
{
color: #BE5ECF;
}
</style>
background-color css
<style>
a { background-color: #BE5ECF; }
a { background-color: rgb(190,94,207); }
div.DivClassName
{
background-color: #BE5ECF;
}
.BgClassName
{
background-color: #BE5ECF;
}
</style>
border-color css
<style>
span { border-color: #BE5ECF; }
span { border-color: rgb(190,94,207); }
td.TdClassName
{
border-color: #BE5ECF;
}
.TagClassName
{
border-color: #BE5ECF;
}
</style>