Shades of Medium Orchid #BE2ECD
Tints of Medium Orchid #BE2ECD
RGB
CMYK
RGB Variations
Color information
#BE2ECD (or 0xBE2ECD) is known color: Medium Orchid. HEX triplet: BE, 2E and CD. RGB value is (190,46,205). Sum of RGB (Red+Green+Blue) = 190+46+205=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE2ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ECD is #41D132. Grayscale: #6A6A6A. Windows color (decimal): -4313395 or 13446846. OLE color: 13446846.
HSL color Cylindrical-coordinate representation of color #BE2ECD: hue angle of 294.34º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2ECD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 46 | 205 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.20 |
| HSL | 294.34º | 0.63% | 0.49% | - |
| HSV(B) | 294.34º | 0.78% | 0.8% | - |
| XYZ | 33.23 | 17.31 | 59.35 | - |
| YUV | 107.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 205 | 0.07 | 0.78 | 0 | 0.20 | 294.34 | 0.63 | 0.49 |
| Hex | BE | 2E | CD | 7 | 4E | 0 | 14 | 126 | 3F | 31 |
| Octal | 276 | 56 | 315 | 7 | 116 | 0 | 24 | 446 | 77 | 61 |
| Binary | 10111110 | 101110 | 11001101 | 111 | 1001110 | 0 | 10100 | 100100110 | 111111 | 110001 |
Color Harmonies of #BE2ECD
Complementary color
Monochromatic Colors of #BE2ECD
Black with #BE2ECD
Text Example
Text Example
White with #BE2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ECD; }
p { color: rgb(190,46,205); }
H1.HeaderClassName
{
color: #BE2ECD;
}
.AnyTagClassName
{
color: #BE2ECD;
}
</style>
background-color css
<style>
a { background-color: #BE2ECD; }
a { background-color: rgb(190,46,205); }
div.DivClassName
{
background-color: #BE2ECD;
}
.BgClassName
{
background-color: #BE2ECD;
}
</style>
border-color css
<style>
span { border-color: #BE2ECD; }
span { border-color: rgb(190,46,205); }
td.TdClassName
{
border-color: #BE2ECD;
}
.TagClassName
{
border-color: #BE2ECD;
}
</style>