Shades of Medium Orchid #BE2DCE
Tints of Medium Orchid #BE2DCE
RGB
CMYK
RGB Variations
Color information
#BE2DCE (or 0xBE2DCE) is known color: Medium Orchid. HEX triplet: BE, 2D and CE. RGB value is (190,45,206). Sum of RGB (Red+Green+Blue) = 190+45+206=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DCE is #41D231. Grayscale: #6A6A6A. Windows color (decimal): -4313650 or 13512126. OLE color: 13512126.
HSL color Cylindrical-coordinate representation of color #BE2DCE: hue angle of 294.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2DCE is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 45 | 206 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.19 |
| HSL | 294.04º | 0.64% | 0.49% | - |
| HSV(B) | 294.04º | 0.78% | 0.81% | - |
| XYZ | 33.31 | 17.28 | 59.97 | - |
| YUV | 106.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 206 | 0.08 | 0.78 | 0 | 0.19 | 294.04 | 0.64 | 0.49 |
| Hex | BE | 2D | CE | 8 | 4E | 0 | 13 | 126 | 40 | 31 |
| Octal | 276 | 55 | 316 | 10 | 116 | 0 | 23 | 446 | 100 | 61 |
| Binary | 10111110 | 101101 | 11001110 | 1000 | 1001110 | 0 | 10011 | 100100110 | 1000000 | 110001 |
Color Harmonies of #BE2DCE
Complementary color
Monochromatic Colors of #BE2DCE
Black with #BE2DCE
Text Example
Text Example
White with #BE2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DCE; }
p { color: rgb(190,45,206); }
H1.HeaderClassName
{
color: #BE2DCE;
}
.AnyTagClassName
{
color: #BE2DCE;
}
</style>
background-color css
<style>
a { background-color: #BE2DCE; }
a { background-color: rgb(190,45,206); }
div.DivClassName
{
background-color: #BE2DCE;
}
.BgClassName
{
background-color: #BE2DCE;
}
</style>
border-color css
<style>
span { border-color: #BE2DCE; }
span { border-color: rgb(190,45,206); }
td.TdClassName
{
border-color: #BE2DCE;
}
.TagClassName
{
border-color: #BE2DCE;
}
</style>