Shades of Medium Orchid #BE3ED2
Tints of Medium Orchid #BE3ED2
RGB
CMYK
RGB Variations
Color information
#BE3ED2 (or 0xBE3ED2) is known color: Medium Orchid. HEX triplet: BE, 3E and D2. RGB value is (190,62,210). Sum of RGB (Red+Green+Blue) = 190+62+210=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE3ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ED2 is #41C12D. Grayscale: #747474. Windows color (decimal): -4309294 or 13778622. OLE color: 13778622.
HSL color Cylindrical-coordinate representation of color #BE3ED2: hue angle of 291.89º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3ED2 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 62 | 210 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.18 |
| HSL | 291.89º | 0.62% | 0.53% | - |
| HSV(B) | 291.89º | 0.7% | 0.82% | - |
| XYZ | 34.59 | 19.05 | 62.83 | - |
| YUV | 117.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 210 | 0.10 | 0.70 | 0 | 0.18 | 291.89 | 0.62 | 0.53 |
| Hex | BE | 3E | D2 | A | 46 | 0 | 12 | 124 | 3E | 35 |
| Octal | 276 | 76 | 322 | 12 | 106 | 0 | 22 | 444 | 76 | 65 |
| Binary | 10111110 | 111110 | 11010010 | 1010 | 1000110 | 0 | 10010 | 100100100 | 111110 | 110101 |
Color Harmonies of #BE3ED2
Complementary color
Monochromatic Colors of #BE3ED2
Black with #BE3ED2
Text Example
Text Example
White with #BE3ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3ED2; }
p { color: rgb(190,62,210); }
H1.HeaderClassName
{
color: #BE3ED2;
}
.AnyTagClassName
{
color: #BE3ED2;
}
</style>
background-color css
<style>
a { background-color: #BE3ED2; }
a { background-color: rgb(190,62,210); }
div.DivClassName
{
background-color: #BE3ED2;
}
.BgClassName
{
background-color: #BE3ED2;
}
</style>
border-color css
<style>
span { border-color: #BE3ED2; }
span { border-color: rgb(190,62,210); }
td.TdClassName
{
border-color: #BE3ED2;
}
.TagClassName
{
border-color: #BE3ED2;
}
</style>