Shades of Medium Orchid #BE4ECD
Tints of Medium Orchid #BE4ECD
RGB
CMYK
RGB Variations
Color information
#BE4ECD (or 0xBE4ECD) is known color: Medium Orchid. HEX triplet: BE, 4E and CD. RGB value is (190,78,205). Sum of RGB (Red+Green+Blue) = 190+78+205=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE4ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4ECD is #41B132. Grayscale: #7D7D7D. Windows color (decimal): -4305203 or 13455038. OLE color: 13455038.
HSL color Cylindrical-coordinate representation of color #BE4ECD: hue angle of 292.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4ECD is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 78 | 205 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.20 |
| HSL | 292.91º | 0.56% | 0.55% | - |
| HSV(B) | 292.91º | 0.62% | 0.8% | - |
| XYZ | 34.98 | 20.8 | 59.93 | - |
| YUV | 125.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 205 | 0.07 | 0.62 | 0 | 0.20 | 292.91 | 0.56 | 0.55 |
| Hex | BE | 4E | CD | 7 | 3E | 0 | 14 | 125 | 38 | 37 |
| Octal | 276 | 116 | 315 | 7 | 76 | 0 | 24 | 445 | 70 | 67 |
| Binary | 10111110 | 1001110 | 11001101 | 111 | 111110 | 0 | 10100 | 100100101 | 111000 | 110111 |
Color Harmonies of #BE4ECD
Complementary color
Monochromatic Colors of #BE4ECD
Black with #BE4ECD
Text Example
Text Example
White with #BE4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4ECD; }
p { color: rgb(190,78,205); }
H1.HeaderClassName
{
color: #BE4ECD;
}
.AnyTagClassName
{
color: #BE4ECD;
}
</style>
background-color css
<style>
a { background-color: #BE4ECD; }
a { background-color: rgb(190,78,205); }
div.DivClassName
{
background-color: #BE4ECD;
}
.BgClassName
{
background-color: #BE4ECD;
}
</style>
border-color css
<style>
span { border-color: #BE4ECD; }
span { border-color: rgb(190,78,205); }
td.TdClassName
{
border-color: #BE4ECD;
}
.TagClassName
{
border-color: #BE4ECD;
}
</style>