Shades of Medium Orchid #BE5CDC
Tints of Medium Orchid #BE5CDC
RGB
CMYK
RGB Variations
Color information
#BE5CDC (or 0xBE5CDC) is known color: Medium Orchid. HEX triplet: BE, 5C and DC. RGB value is (190,92,220). Sum of RGB (Red+Green+Blue) = 190+92+220=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CDC is #41A323. Grayscale: #878787. Windows color (decimal): -4301604 or 14441662. OLE color: 14441662.
HSL color Cylindrical-coordinate representation of color #BE5CDC: hue angle of 285.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5CDC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 92 | 220 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.14 |
| HSL | 285.94º | 0.65% | 0.61% | - |
| HSV(B) | 285.94º | 0.58% | 0.86% | - |
| XYZ | 37.98 | 23.77 | 70.3 | - |
| YUV | 135.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 220 | 0.14 | 0.58 | 0 | 0.14 | 285.94 | 0.65 | 0.61 |
| Hex | BE | 5C | DC | E | 3A | 0 | E | 11E | 41 | 3D |
| Octal | 276 | 134 | 334 | 16 | 72 | 0 | 16 | 436 | 101 | 75 |
| Binary | 10111110 | 1011100 | 11011100 | 1110 | 111010 | 0 | 1110 | 100011110 | 1000001 | 111101 |
Color Harmonies of #BE5CDC
Complementary color
Monochromatic Colors of #BE5CDC
Black with #BE5CDC
Text Example
Text Example
White with #BE5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5CDC; }
p { color: rgb(190,92,220); }
H1.HeaderClassName
{
color: #BE5CDC;
}
.AnyTagClassName
{
color: #BE5CDC;
}
</style>
background-color css
<style>
a { background-color: #BE5CDC; }
a { background-color: rgb(190,92,220); }
div.DivClassName
{
background-color: #BE5CDC;
}
.BgClassName
{
background-color: #BE5CDC;
}
</style>
border-color css
<style>
span { border-color: #BE5CDC; }
span { border-color: rgb(190,92,220); }
td.TdClassName
{
border-color: #BE5CDC;
}
.TagClassName
{
border-color: #BE5CDC;
}
</style>