Shades of Medium Orchid #BE2BDD
Tints of Medium Orchid #BE2BDD
RGB
CMYK
RGB Variations
Color information
#BE2BDD (or 0xBE2BDD) is known color: Medium Orchid. HEX triplet: BE, 2B and DD. RGB value is (190,43,221). Sum of RGB (Red+Green+Blue) = 190+43+221=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE2BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BDD is #41D422. Grayscale: #6A6A6A. Windows color (decimal): -4314147 or 14494654. OLE color: 14494654.
HSL color Cylindrical-coordinate representation of color #BE2BDD: hue angle of 289.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2BDD is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 43 | 221 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.13 |
| HSL | 289.55º | 0.72% | 0.52% | - |
| HSV(B) | 289.55º | 0.81% | 0.87% | - |
| XYZ | 35.15 | 17.9 | 70.01 | - |
| YUV | 107.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 221 | 0.14 | 0.81 | 0 | 0.13 | 289.55 | 0.72 | 0.52 |
| Hex | BE | 2B | DD | E | 51 | 0 | D | 122 | 48 | 34 |
| Octal | 276 | 53 | 335 | 16 | 121 | 0 | 15 | 442 | 110 | 64 |
| Binary | 10111110 | 101011 | 11011101 | 1110 | 1010001 | 0 | 1101 | 100100010 | 1001000 | 110100 |
Color Harmonies of #BE2BDD
Complementary color
Monochromatic Colors of #BE2BDD
Black with #BE2BDD
Text Example
Text Example
White with #BE2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BDD; }
p { color: rgb(190,43,221); }
H1.HeaderClassName
{
color: #BE2BDD;
}
.AnyTagClassName
{
color: #BE2BDD;
}
</style>
background-color css
<style>
a { background-color: #BE2BDD; }
a { background-color: rgb(190,43,221); }
div.DivClassName
{
background-color: #BE2BDD;
}
.BgClassName
{
background-color: #BE2BDD;
}
</style>
border-color css
<style>
span { border-color: #BE2BDD; }
span { border-color: rgb(190,43,221); }
td.TdClassName
{
border-color: #BE2BDD;
}
.TagClassName
{
border-color: #BE2BDD;
}
</style>