Shades of Medium Orchid #BE2CE0
Tints of Medium Orchid #BE2CE0
RGB
CMYK
RGB Variations
Color information
#BE2CE0 (or 0xBE2CE0) is known color: Medium Orchid. HEX triplet: BE, 2C and E0. RGB value is (190,44,224). Sum of RGB (Red+Green+Blue) = 190+44+224=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE2CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CE0 is #41D31F. Grayscale: #6B6B6B. Windows color (decimal): -4313888 or 14691518. OLE color: 14691518.
HSL color Cylindrical-coordinate representation of color #BE2CE0: hue angle of 288.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2CE0 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 44 | 224 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.12 |
| HSL | 288.67º | 0.74% | 0.53% | - |
| HSV(B) | 288.67º | 0.8% | 0.88% | - |
| XYZ | 35.59 | 18.13 | 72.14 | - |
| YUV | 108.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 224 | 0.15 | 0.80 | 0 | 0.12 | 288.67 | 0.74 | 0.53 |
| Hex | BE | 2C | E0 | F | 50 | 0 | C | 121 | 4A | 35 |
| Octal | 276 | 54 | 340 | 17 | 120 | 0 | 14 | 441 | 112 | 65 |
| Binary | 10111110 | 101100 | 11100000 | 1111 | 1010000 | 0 | 1100 | 100100001 | 1001010 | 110101 |
Color Harmonies of #BE2CE0
Complementary color
Monochromatic Colors of #BE2CE0
Black with #BE2CE0
Text Example
Text Example
White with #BE2CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CE0; }
p { color: rgb(190,44,224); }
H1.HeaderClassName
{
color: #BE2CE0;
}
.AnyTagClassName
{
color: #BE2CE0;
}
</style>
background-color css
<style>
a { background-color: #BE2CE0; }
a { background-color: rgb(190,44,224); }
div.DivClassName
{
background-color: #BE2CE0;
}
.BgClassName
{
background-color: #BE2CE0;
}
</style>
border-color css
<style>
span { border-color: #BE2CE0; }
span { border-color: rgb(190,44,224); }
td.TdClassName
{
border-color: #BE2CE0;
}
.TagClassName
{
border-color: #BE2CE0;
}
</style>