Shades of Medium Orchid #BE2DD2
Tints of Medium Orchid #BE2DD2
RGB
CMYK
RGB Variations
Color information
#BE2DD2 (or 0xBE2DD2) is known color: Medium Orchid. HEX triplet: BE, 2D and D2. RGB value is (190,45,210). Sum of RGB (Red+Green+Blue) = 190+45+210=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE2DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DD2 is #41D22D. Grayscale: #6A6A6A. Windows color (decimal): -4313646 or 13774270. OLE color: 13774270.
HSL color Cylindrical-coordinate representation of color #BE2DD2: hue angle of 292.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2DD2 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 45 | 210 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.18 |
| HSL | 292.73º | 0.65% | 0.5% | - |
| HSV(B) | 292.73º | 0.79% | 0.82% | - |
| XYZ | 33.81 | 17.48 | 62.56 | - |
| YUV | 107.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 210 | 0.10 | 0.79 | 0 | 0.18 | 292.73 | 0.65 | 0.5 |
| Hex | BE | 2D | D2 | A | 4F | 0 | 12 | 125 | 41 | 32 |
| Octal | 276 | 55 | 322 | 12 | 117 | 0 | 22 | 445 | 101 | 62 |
| Binary | 10111110 | 101101 | 11010010 | 1010 | 1001111 | 0 | 10010 | 100100101 | 1000001 | 110010 |
Color Harmonies of #BE2DD2
Complementary color
Monochromatic Colors of #BE2DD2
Black with #BE2DD2
Text Example
Text Example
White with #BE2DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DD2; }
p { color: rgb(190,45,210); }
H1.HeaderClassName
{
color: #BE2DD2;
}
.AnyTagClassName
{
color: #BE2DD2;
}
</style>
background-color css
<style>
a { background-color: #BE2DD2; }
a { background-color: rgb(190,45,210); }
div.DivClassName
{
background-color: #BE2DD2;
}
.BgClassName
{
background-color: #BE2DD2;
}
</style>
border-color css
<style>
span { border-color: #BE2DD2; }
span { border-color: rgb(190,45,210); }
td.TdClassName
{
border-color: #BE2DD2;
}
.TagClassName
{
border-color: #BE2DD2;
}
</style>