Shades of Medium Orchid #BE2EDC
Tints of Medium Orchid #BE2EDC
RGB
CMYK
RGB Variations
Color information
#BE2EDC (or 0xBE2EDC) is known color: Medium Orchid. HEX triplet: BE, 2E and DC. RGB value is (190,46,220). Sum of RGB (Red+Green+Blue) = 190+46+220=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EDC is #41D123. Grayscale: #6C6C6C. Windows color (decimal): -4313380 or 14429886. OLE color: 14429886.
HSL color Cylindrical-coordinate representation of color #BE2EDC: hue angle of 289.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2EDC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 46 | 220 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.14 |
| HSL | 289.66º | 0.71% | 0.52% | - |
| HSV(B) | 289.66º | 0.79% | 0.86% | - |
| XYZ | 35.13 | 18.07 | 69.35 | - |
| YUV | 108.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 220 | 0.14 | 0.79 | 0 | 0.14 | 289.66 | 0.71 | 0.52 |
| Hex | BE | 2E | DC | E | 4F | 0 | E | 122 | 47 | 34 |
| Octal | 276 | 56 | 334 | 16 | 117 | 0 | 16 | 442 | 107 | 64 |
| Binary | 10111110 | 101110 | 11011100 | 1110 | 1001111 | 0 | 1110 | 100100010 | 1000111 | 110100 |
Color Harmonies of #BE2EDC
Complementary color
Monochromatic Colors of #BE2EDC
Black with #BE2EDC
Text Example
Text Example
White with #BE2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EDC; }
p { color: rgb(190,46,220); }
H1.HeaderClassName
{
color: #BE2EDC;
}
.AnyTagClassName
{
color: #BE2EDC;
}
</style>
background-color css
<style>
a { background-color: #BE2EDC; }
a { background-color: rgb(190,46,220); }
div.DivClassName
{
background-color: #BE2EDC;
}
.BgClassName
{
background-color: #BE2EDC;
}
</style>
border-color css
<style>
span { border-color: #BE2EDC; }
span { border-color: rgb(190,46,220); }
td.TdClassName
{
border-color: #BE2EDC;
}
.TagClassName
{
border-color: #BE2EDC;
}
</style>