Shades of Medium Orchid #BC2ED3
Tints of Medium Orchid #BC2ED3
RGB
CMYK
RGB Variations
Color information
#BC2ED3 (or 0xBC2ED3) is known color: Medium Orchid. HEX triplet: BC, 2E and D3. RGB value is (188,46,211). Sum of RGB (Red+Green+Blue) = 188+46+211=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC2ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ED3 is #43D12C. Grayscale: #6A6A6A. Windows color (decimal): -4444461 or 13840060. OLE color: 13840060.
HSL color Cylindrical-coordinate representation of color #BC2ED3: hue angle of 291.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2ED3 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 46 | 211 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.17 |
| HSL | 291.64º | 0.65% | 0.5% | - |
| HSV(B) | 291.64º | 0.78% | 0.83% | - |
| XYZ | 33.47 | 17.35 | 63.21 | - |
| YUV | 107.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 211 | 0.11 | 0.78 | 0 | 0.17 | 291.64 | 0.65 | 0.5 |
| Hex | BC | 2E | D3 | B | 4E | 0 | 11 | 124 | 41 | 32 |
| Octal | 274 | 56 | 323 | 13 | 116 | 0 | 21 | 444 | 101 | 62 |
| Binary | 10111100 | 101110 | 11010011 | 1011 | 1001110 | 0 | 10001 | 100100100 | 1000001 | 110010 |
Color Harmonies of #BC2ED3
Complementary color
Monochromatic Colors of #BC2ED3
Black with #BC2ED3
Text Example
Text Example
White with #BC2ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ED3; }
p { color: rgb(188,46,211); }
H1.HeaderClassName
{
color: #BC2ED3;
}
.AnyTagClassName
{
color: #BC2ED3;
}
</style>
background-color css
<style>
a { background-color: #BC2ED3; }
a { background-color: rgb(188,46,211); }
div.DivClassName
{
background-color: #BC2ED3;
}
.BgClassName
{
background-color: #BC2ED3;
}
</style>
border-color css
<style>
span { border-color: #BC2ED3; }
span { border-color: rgb(188,46,211); }
td.TdClassName
{
border-color: #BC2ED3;
}
.TagClassName
{
border-color: #BC2ED3;
}
</style>