Shades of Medium Orchid #BC2EDD
Tints of Medium Orchid #BC2EDD
RGB
CMYK
RGB Variations
Color information
#BC2EDD (or 0xBC2EDD) is known color: Medium Orchid. HEX triplet: BC, 2E and DD. RGB value is (188,46,221). Sum of RGB (Red+Green+Blue) = 188+46+221=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EDD is #43D122. Grayscale: #6B6B6B. Windows color (decimal): -4444451 or 14495420. OLE color: 14495420.
HSL color Cylindrical-coordinate representation of color #BC2EDD: hue angle of 288.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2EDD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 46 | 221 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.13 |
| HSL | 288.69º | 0.72% | 0.52% | - |
| HSV(B) | 288.69º | 0.79% | 0.87% | - |
| XYZ | 34.77 | 17.87 | 70.02 | - |
| YUV | 108.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 221 | 0.15 | 0.79 | 0 | 0.13 | 288.69 | 0.72 | 0.52 |
| Hex | BC | 2E | DD | F | 4F | 0 | D | 121 | 48 | 34 |
| Octal | 274 | 56 | 335 | 17 | 117 | 0 | 15 | 441 | 110 | 64 |
| Binary | 10111100 | 101110 | 11011101 | 1111 | 1001111 | 0 | 1101 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BC2EDD
Complementary color
Monochromatic Colors of #BC2EDD
Black with #BC2EDD
Text Example
Text Example
White with #BC2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EDD; }
p { color: rgb(188,46,221); }
H1.HeaderClassName
{
color: #BC2EDD;
}
.AnyTagClassName
{
color: #BC2EDD;
}
</style>
background-color css
<style>
a { background-color: #BC2EDD; }
a { background-color: rgb(188,46,221); }
div.DivClassName
{
background-color: #BC2EDD;
}
.BgClassName
{
background-color: #BC2EDD;
}
</style>
border-color css
<style>
span { border-color: #BC2EDD; }
span { border-color: rgb(188,46,221); }
td.TdClassName
{
border-color: #BC2EDD;
}
.TagClassName
{
border-color: #BC2EDD;
}
</style>