Shades of Medium Orchid #BE2ED2
Tints of Medium Orchid #BE2ED2
RGB
CMYK
RGB Variations
Color information
#BE2ED2 (or 0xBE2ED2) is known color: Medium Orchid. HEX triplet: BE, 2E and D2. RGB value is (190,46,210). Sum of RGB (Red+Green+Blue) = 190+46+210=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE2ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ED2 is #41D12D. Grayscale: #6B6B6B. Windows color (decimal): -4313390 or 13774526. OLE color: 13774526.
HSL color Cylindrical-coordinate representation of color #BE2ED2: hue angle of 292.68º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2ED2 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 46 | 210 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.18 |
| HSL | 292.68º | 0.65% | 0.5% | - |
| HSV(B) | 292.68º | 0.78% | 0.82% | - |
| XYZ | 33.85 | 17.55 | 62.58 | - |
| YUV | 107.75 | 185.71 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 210 | 0.10 | 0.78 | 0 | 0.18 | 292.68 | 0.65 | 0.5 |
| Hex | BE | 2E | D2 | A | 4E | 0 | 12 | 125 | 41 | 32 |
| Octal | 276 | 56 | 322 | 12 | 116 | 0 | 22 | 445 | 101 | 62 |
| Binary | 10111110 | 101110 | 11010010 | 1010 | 1001110 | 0 | 10010 | 100100101 | 1000001 | 110010 |
Color Harmonies of #BE2ED2
Complementary color
Monochromatic Colors of #BE2ED2
Black with #BE2ED2
Text Example
Text Example
White with #BE2ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ED2; }
p { color: rgb(190,46,210); }
H1.HeaderClassName
{
color: #BE2ED2;
}
.AnyTagClassName
{
color: #BE2ED2;
}
</style>
background-color css
<style>
a { background-color: #BE2ED2; }
a { background-color: rgb(190,46,210); }
div.DivClassName
{
background-color: #BE2ED2;
}
.BgClassName
{
background-color: #BE2ED2;
}
</style>
border-color css
<style>
span { border-color: #BE2ED2; }
span { border-color: rgb(190,46,210); }
td.TdClassName
{
border-color: #BE2ED2;
}
.TagClassName
{
border-color: #BE2ED2;
}
</style>