Shades of Medium Orchid #BE3CDC
Tints of Medium Orchid #BE3CDC
RGB
CMYK
RGB Variations
Color information
#BE3CDC (or 0xBE3CDC) is known color: Medium Orchid. HEX triplet: BE, 3C and DC. RGB value is (190,60,220). Sum of RGB (Red+Green+Blue) = 190+60+220=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CDC is #41C323. Grayscale: #747474. Windows color (decimal): -4309796 or 14433470. OLE color: 14433470.
HSL color Cylindrical-coordinate representation of color #BE3CDC: hue angle of 288.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3CDC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 60 | 220 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.14 |
| HSL | 288.75º | 0.7% | 0.55% | - |
| HSV(B) | 288.75º | 0.73% | 0.86% | - |
| XYZ | 35.77 | 19.35 | 69.56 | - |
| YUV | 117.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 220 | 0.14 | 0.73 | 0 | 0.14 | 288.75 | 0.7 | 0.55 |
| Hex | BE | 3C | DC | E | 49 | 0 | E | 121 | 46 | 37 |
| Octal | 276 | 74 | 334 | 16 | 111 | 0 | 16 | 441 | 106 | 67 |
| Binary | 10111110 | 111100 | 11011100 | 1110 | 1001001 | 0 | 1110 | 100100001 | 1000110 | 110111 |
Color Harmonies of #BE3CDC
Complementary color
Monochromatic Colors of #BE3CDC
Black with #BE3CDC
Text Example
Text Example
White with #BE3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CDC; }
p { color: rgb(190,60,220); }
H1.HeaderClassName
{
color: #BE3CDC;
}
.AnyTagClassName
{
color: #BE3CDC;
}
</style>
background-color css
<style>
a { background-color: #BE3CDC; }
a { background-color: rgb(190,60,220); }
div.DivClassName
{
background-color: #BE3CDC;
}
.BgClassName
{
background-color: #BE3CDC;
}
</style>
border-color css
<style>
span { border-color: #BE3CDC; }
span { border-color: rgb(190,60,220); }
td.TdClassName
{
border-color: #BE3CDC;
}
.TagClassName
{
border-color: #BE3CDC;
}
</style>