Shades of Medium Orchid #BE2CDD
Tints of Medium Orchid #BE2CDD
RGB
CMYK
RGB Variations
Color information
#BE2CDD (or 0xBE2CDD) is known color: Medium Orchid. HEX triplet: BE, 2C and DD. RGB value is (190,44,221). Sum of RGB (Red+Green+Blue) = 190+44+221=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CDD is #41D322. Grayscale: #6B6B6B. Windows color (decimal): -4313891 or 14494910. OLE color: 14494910.
HSL color Cylindrical-coordinate representation of color #BE2CDD: hue angle of 289.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2CDD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 44 | 221 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.49º | 0.72% | 0.52% | - |
| HSV(B) | 289.49º | 0.8% | 0.87% | - |
| XYZ | 35.19 | 17.97 | 70.02 | - |
| YUV | 107.83 | 191.87 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 221 | 0.14 | 0.80 | 0 | 0.13 | 289.49 | 0.72 | 0.52 |
| Hex | BE | 2C | DD | E | 50 | 0 | D | 121 | 48 | 34 |
| Octal | 276 | 54 | 335 | 16 | 120 | 0 | 15 | 441 | 110 | 64 |
| Binary | 10111110 | 101100 | 11011101 | 1110 | 1010000 | 0 | 1101 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BE2CDD
Complementary color
Monochromatic Colors of #BE2CDD
Black with #BE2CDD
Text Example
Text Example
White with #BE2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CDD; }
p { color: rgb(190,44,221); }
H1.HeaderClassName
{
color: #BE2CDD;
}
.AnyTagClassName
{
color: #BE2CDD;
}
</style>
background-color css
<style>
a { background-color: #BE2CDD; }
a { background-color: rgb(190,44,221); }
div.DivClassName
{
background-color: #BE2CDD;
}
.BgClassName
{
background-color: #BE2CDD;
}
</style>
border-color css
<style>
span { border-color: #BE2CDD; }
span { border-color: rgb(190,44,221); }
td.TdClassName
{
border-color: #BE2CDD;
}
.TagClassName
{
border-color: #BE2CDD;
}
</style>