Shades of Medium Orchid #BC2EDE
Tints of Medium Orchid #BC2EDE
RGB
CMYK
RGB Variations
Color information
#BC2EDE (or 0xBC2EDE) is known color: Medium Orchid. HEX triplet: BC, 2E and DE. RGB value is (188,46,222). Sum of RGB (Red+Green+Blue) = 188+46+222=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EDE is #43D121. Grayscale: #6B6B6B. Windows color (decimal): -4444450 or 14560956. OLE color: 14560956.
HSL color Cylindrical-coordinate representation of color #BC2EDE: hue angle of 288.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2EDE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 46 | 222 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.13 |
| HSL | 288.41º | 0.73% | 0.53% | - |
| HSV(B) | 288.41º | 0.79% | 0.87% | - |
| XYZ | 34.9 | 17.92 | 70.73 | - |
| YUV | 108.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 222 | 0.15 | 0.79 | 0 | 0.13 | 288.41 | 0.73 | 0.53 |
| Hex | BC | 2E | DE | F | 4F | 0 | D | 120 | 49 | 35 |
| Octal | 274 | 56 | 336 | 17 | 117 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111100 | 101110 | 11011110 | 1111 | 1001111 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BC2EDE
Complementary color
Monochromatic Colors of #BC2EDE
Black with #BC2EDE
Text Example
Text Example
White with #BC2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EDE; }
p { color: rgb(188,46,222); }
H1.HeaderClassName
{
color: #BC2EDE;
}
.AnyTagClassName
{
color: #BC2EDE;
}
</style>
background-color css
<style>
a { background-color: #BC2EDE; }
a { background-color: rgb(188,46,222); }
div.DivClassName
{
background-color: #BC2EDE;
}
.BgClassName
{
background-color: #BC2EDE;
}
</style>
border-color css
<style>
span { border-color: #BC2EDE; }
span { border-color: rgb(188,46,222); }
td.TdClassName
{
border-color: #BC2EDE;
}
.TagClassName
{
border-color: #BC2EDE;
}
</style>