Shades of Medium Orchid #BE4EDE
Tints of Medium Orchid #BE4EDE
RGB
CMYK
RGB Variations
Color information
#BE4EDE (or 0xBE4EDE) is known color: Medium Orchid. HEX triplet: BE, 4E and DE. RGB value is (190,78,222). Sum of RGB (Red+Green+Blue) = 190+78+222=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EDE is #41B121. Grayscale: #7F7F7F. Windows color (decimal): -4305186 or 14569150. OLE color: 14569150.
HSL color Cylindrical-coordinate representation of color #BE4EDE: hue angle of 286.67º degrees, saturation: 0.69, 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 #BE4EDE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 78 | 222 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 286.67º | 0.69% | 0.59% | - |
| HSV(B) | 286.67º | 0.65% | 0.87% | - |
| XYZ | 37.14 | 21.67 | 71.33 | - |
| YUV | 127.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 222 | 0.14 | 0.65 | 0 | 0.13 | 286.67 | 0.69 | 0.59 |
| Hex | BE | 4E | DE | E | 41 | 0 | D | 11F | 45 | 3B |
| Octal | 276 | 116 | 336 | 16 | 101 | 0 | 15 | 437 | 105 | 73 |
| Binary | 10111110 | 1001110 | 11011110 | 1110 | 1000001 | 0 | 1101 | 100011111 | 1000101 | 111011 |
Color Harmonies of #BE4EDE
Complementary color
Monochromatic Colors of #BE4EDE
Black with #BE4EDE
Text Example
Text Example
White with #BE4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EDE; }
p { color: rgb(190,78,222); }
H1.HeaderClassName
{
color: #BE4EDE;
}
.AnyTagClassName
{
color: #BE4EDE;
}
</style>
background-color css
<style>
a { background-color: #BE4EDE; }
a { background-color: rgb(190,78,222); }
div.DivClassName
{
background-color: #BE4EDE;
}
.BgClassName
{
background-color: #BE4EDE;
}
</style>
border-color css
<style>
span { border-color: #BE4EDE; }
span { border-color: rgb(190,78,222); }
td.TdClassName
{
border-color: #BE4EDE;
}
.TagClassName
{
border-color: #BE4EDE;
}
</style>