Shades of Medium Orchid #BE4EDA
Tints of Medium Orchid #BE4EDA
RGB
CMYK
RGB Variations
Color information
#BE4EDA (or 0xBE4EDA) is known color: Medium Orchid. HEX triplet: BE, 4E and DA. RGB value is (190,78,218). Sum of RGB (Red+Green+Blue) = 190+78+218=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EDA is #41B125. Grayscale: #7F7F7F. Windows color (decimal): -4305190 or 14307006. OLE color: 14307006.
HSL color Cylindrical-coordinate representation of color #BE4EDA: hue angle of 288º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4EDA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 78 | 218 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.15 |
| HSL | 288º | 0.65% | 0.58% | - |
| HSV(B) | 288º | 0.64% | 0.85% | - |
| XYZ | 36.61 | 21.46 | 68.54 | - |
| YUV | 127.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 218 | 0.13 | 0.64 | 0 | 0.15 | 288 | 0.65 | 0.58 |
| Hex | BE | 4E | DA | D | 40 | 0 | F | 120 | 41 | 3A |
| Octal | 276 | 116 | 332 | 15 | 100 | 0 | 17 | 440 | 101 | 72 |
| Binary | 10111110 | 1001110 | 11011010 | 1101 | 1000000 | 0 | 1111 | 100100000 | 1000001 | 111010 |
Color Harmonies of #BE4EDA
Complementary color
Monochromatic Colors of #BE4EDA
Black with #BE4EDA
Text Example
Text Example
White with #BE4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EDA; }
p { color: rgb(190,78,218); }
H1.HeaderClassName
{
color: #BE4EDA;
}
.AnyTagClassName
{
color: #BE4EDA;
}
</style>
background-color css
<style>
a { background-color: #BE4EDA; }
a { background-color: rgb(190,78,218); }
div.DivClassName
{
background-color: #BE4EDA;
}
.BgClassName
{
background-color: #BE4EDA;
}
</style>
border-color css
<style>
span { border-color: #BE4EDA; }
span { border-color: rgb(190,78,218); }
td.TdClassName
{
border-color: #BE4EDA;
}
.TagClassName
{
border-color: #BE4EDA;
}
</style>