Shades of Medium Orchid #BE2CCD
Tints of Medium Orchid #BE2CCD
RGB
CMYK
RGB Variations
Color information
#BE2CCD (or 0xBE2CCD) is known color: Medium Orchid. HEX triplet: BE, 2C and CD. RGB value is (190,44,205). Sum of RGB (Red+Green+Blue) = 190+44+205=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CCD is #41D332. Grayscale: #696969. Windows color (decimal): -4313907 or 13446334. OLE color: 13446334.
HSL color Cylindrical-coordinate representation of color #BE2CCD: hue angle of 294.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2CCD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 44 | 205 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.20 |
| HSL | 294.41º | 0.65% | 0.49% | - |
| HSV(B) | 294.41º | 0.79% | 0.8% | - |
| XYZ | 33.16 | 17.16 | 59.32 | - |
| YUV | 106.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 205 | 0.07 | 0.79 | 0 | 0.20 | 294.41 | 0.65 | 0.49 |
| Hex | BE | 2C | CD | 7 | 4F | 0 | 14 | 126 | 41 | 31 |
| Octal | 276 | 54 | 315 | 7 | 117 | 0 | 24 | 446 | 101 | 61 |
| Binary | 10111110 | 101100 | 11001101 | 111 | 1001111 | 0 | 10100 | 100100110 | 1000001 | 110001 |
Color Harmonies of #BE2CCD
Complementary color
Monochromatic Colors of #BE2CCD
Black with #BE2CCD
Text Example
Text Example
White with #BE2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CCD; }
p { color: rgb(190,44,205); }
H1.HeaderClassName
{
color: #BE2CCD;
}
.AnyTagClassName
{
color: #BE2CCD;
}
</style>
background-color css
<style>
a { background-color: #BE2CCD; }
a { background-color: rgb(190,44,205); }
div.DivClassName
{
background-color: #BE2CCD;
}
.BgClassName
{
background-color: #BE2CCD;
}
</style>
border-color css
<style>
span { border-color: #BE2CCD; }
span { border-color: rgb(190,44,205); }
td.TdClassName
{
border-color: #BE2CCD;
}
.TagClassName
{
border-color: #BE2CCD;
}
</style>