Shades of Medium Orchid #BE2CDB
Tints of Medium Orchid #BE2CDB
RGB
CMYK
RGB Variations
Color information
#BE2CDB (or 0xBE2CDB) is known color: Medium Orchid. HEX triplet: BE, 2C and DB. RGB value is (190,44,219). Sum of RGB (Red+Green+Blue) = 190+44+219=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CDB is #41D324. Grayscale: #6B6B6B. Windows color (decimal): -4313893 or 14363838. OLE color: 14363838.
HSL color Cylindrical-coordinate representation of color #BE2CDB: hue angle of 290.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2CDB is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 44 | 219 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.14 |
| HSL | 290.06º | 0.71% | 0.52% | - |
| HSV(B) | 290.06º | 0.8% | 0.86% | - |
| XYZ | 34.92 | 17.86 | 68.63 | - |
| YUV | 107.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 219 | 0.13 | 0.80 | 0 | 0.14 | 290.06 | 0.71 | 0.52 |
| Hex | BE | 2C | DB | D | 50 | 0 | E | 122 | 47 | 34 |
| Octal | 276 | 54 | 333 | 15 | 120 | 0 | 16 | 442 | 107 | 64 |
| Binary | 10111110 | 101100 | 11011011 | 1101 | 1010000 | 0 | 1110 | 100100010 | 1000111 | 110100 |
Color Harmonies of #BE2CDB
Complementary color
Monochromatic Colors of #BE2CDB
Black with #BE2CDB
Text Example
Text Example
White with #BE2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CDB; }
p { color: rgb(190,44,219); }
H1.HeaderClassName
{
color: #BE2CDB;
}
.AnyTagClassName
{
color: #BE2CDB;
}
</style>
background-color css
<style>
a { background-color: #BE2CDB; }
a { background-color: rgb(190,44,219); }
div.DivClassName
{
background-color: #BE2CDB;
}
.BgClassName
{
background-color: #BE2CDB;
}
</style>
border-color css
<style>
span { border-color: #BE2CDB; }
span { border-color: rgb(190,44,219); }
td.TdClassName
{
border-color: #BE2CDB;
}
.TagClassName
{
border-color: #BE2CDB;
}
</style>