Shades of Medium Orchid #BE2EDA
Tints of Medium Orchid #BE2EDA
RGB
CMYK
RGB Variations
Color information
#BE2EDA (or 0xBE2EDA) is known color: Medium Orchid. HEX triplet: BE, 2E and DA. RGB value is (190,46,218). Sum of RGB (Red+Green+Blue) = 190+46+218=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE2EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EDA is #41D125. Grayscale: #6C6C6C. Windows color (decimal): -4313382 or 14298814. OLE color: 14298814.
HSL color Cylindrical-coordinate representation of color #BE2EDA: hue angle of 290.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2EDA is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 46 | 218 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.15 |
| HSL | 290.23º | 0.7% | 0.52% | - |
| HSV(B) | 290.23º | 0.79% | 0.85% | - |
| XYZ | 34.87 | 17.96 | 67.96 | - |
| YUV | 108.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 218 | 0.13 | 0.79 | 0 | 0.15 | 290.23 | 0.7 | 0.52 |
| Hex | BE | 2E | DA | D | 4F | 0 | F | 122 | 46 | 34 |
| Octal | 276 | 56 | 332 | 15 | 117 | 0 | 17 | 442 | 106 | 64 |
| Binary | 10111110 | 101110 | 11011010 | 1101 | 1001111 | 0 | 1111 | 100100010 | 1000110 | 110100 |
Color Harmonies of #BE2EDA
Complementary color
Monochromatic Colors of #BE2EDA
Black with #BE2EDA
Text Example
Text Example
White with #BE2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EDA; }
p { color: rgb(190,46,218); }
H1.HeaderClassName
{
color: #BE2EDA;
}
.AnyTagClassName
{
color: #BE2EDA;
}
</style>
background-color css
<style>
a { background-color: #BE2EDA; }
a { background-color: rgb(190,46,218); }
div.DivClassName
{
background-color: #BE2EDA;
}
.BgClassName
{
background-color: #BE2EDA;
}
</style>
border-color css
<style>
span { border-color: #BE2EDA; }
span { border-color: rgb(190,46,218); }
td.TdClassName
{
border-color: #BE2EDA;
}
.TagClassName
{
border-color: #BE2EDA;
}
</style>