Shades of Medium Orchid #BE4EDD
Tints of Medium Orchid #BE4EDD
RGB
CMYK
RGB Variations
Color information
#BE4EDD (or 0xBE4EDD) is known color: Medium Orchid. HEX triplet: BE, 4E and DD. RGB value is (190,78,221). Sum of RGB (Red+Green+Blue) = 190+78+221=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EDD is #41B122. Grayscale: #7F7F7F. Windows color (decimal): -4305187 or 14503614. OLE color: 14503614.
HSL color Cylindrical-coordinate representation of color #BE4EDD: hue angle of 286.99º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4EDD is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 78 | 221 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 286.99º | 0.68% | 0.59% | - |
| HSV(B) | 286.99º | 0.65% | 0.87% | - |
| XYZ | 37.01 | 21.62 | 70.63 | - |
| YUV | 127.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 221 | 0.14 | 0.65 | 0 | 0.13 | 286.99 | 0.68 | 0.59 |
| Hex | BE | 4E | DD | E | 41 | 0 | D | 11F | 44 | 3B |
| Octal | 276 | 116 | 335 | 16 | 101 | 0 | 15 | 437 | 104 | 73 |
| Binary | 10111110 | 1001110 | 11011101 | 1110 | 1000001 | 0 | 1101 | 100011111 | 1000100 | 111011 |
Color Harmonies of #BE4EDD
Complementary color
Monochromatic Colors of #BE4EDD
Black with #BE4EDD
Text Example
Text Example
White with #BE4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EDD; }
p { color: rgb(190,78,221); }
H1.HeaderClassName
{
color: #BE4EDD;
}
.AnyTagClassName
{
color: #BE4EDD;
}
</style>
background-color css
<style>
a { background-color: #BE4EDD; }
a { background-color: rgb(190,78,221); }
div.DivClassName
{
background-color: #BE4EDD;
}
.BgClassName
{
background-color: #BE4EDD;
}
</style>
border-color css
<style>
span { border-color: #BE4EDD; }
span { border-color: rgb(190,78,221); }
td.TdClassName
{
border-color: #BE4EDD;
}
.TagClassName
{
border-color: #BE4EDD;
}
</style>