Shades of Medium Orchid #BE2DED
Tints of Medium Orchid #BE2DED
RGB
CMYK
RGB Variations
Color information
#BE2DED (or 0xBE2DED) is known color: Medium Orchid. HEX triplet: BE, 2D and ED. RGB value is (190,45,237). Sum of RGB (Red+Green+Blue) = 190+45+237=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE2DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DED is #41D212. Grayscale: #6D6D6D. Windows color (decimal): -4313619 or 15543742. OLE color: 15543742.
HSL color Cylindrical-coordinate representation of color #BE2DED: hue angle of 285.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2DED is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 45 | 237 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.07 |
| HSL | 285.31º | 0.84% | 0.55% | - |
| HSV(B) | 285.31º | 0.81% | 0.93% | - |
| XYZ | 37.46 | 18.94 | 81.8 | - |
| YUV | 110.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 237 | 0.20 | 0.81 | 0 | 0.07 | 285.31 | 0.84 | 0.55 |
| Hex | BE | 2D | ED | 14 | 51 | 0 | 7 | 11D | 54 | 37 |
| Octal | 276 | 55 | 355 | 24 | 121 | 0 | 7 | 435 | 124 | 67 |
| Binary | 10111110 | 101101 | 11101101 | 10100 | 1010001 | 0 | 111 | 100011101 | 1010100 | 110111 |
Color Harmonies of #BE2DED
Complementary color
Monochromatic Colors of #BE2DED
Black with #BE2DED
Text Example
Text Example
White with #BE2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DED; }
p { color: rgb(190,45,237); }
H1.HeaderClassName
{
color: #BE2DED;
}
.AnyTagClassName
{
color: #BE2DED;
}
</style>
background-color css
<style>
a { background-color: #BE2DED; }
a { background-color: rgb(190,45,237); }
div.DivClassName
{
background-color: #BE2DED;
}
.BgClassName
{
background-color: #BE2DED;
}
</style>
border-color css
<style>
span { border-color: #BE2DED; }
span { border-color: rgb(190,45,237); }
td.TdClassName
{
border-color: #BE2DED;
}
.TagClassName
{
border-color: #BE2DED;
}
</style>