Shades of Medium Orchid #BC2EE1
Tints of Medium Orchid #BC2EE1
RGB
CMYK
RGB Variations
Color information
#BC2EE1 (or 0xBC2EE1) is known color: Medium Orchid. HEX triplet: BC, 2E and E1. RGB value is (188,46,225). Sum of RGB (Red+Green+Blue) = 188+46+225=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EE1 is #43D11E. Grayscale: #6C6C6C. Windows color (decimal): -4444447 or 14757564. OLE color: 14757564.
HSL color Cylindrical-coordinate representation of color #BC2EE1: hue angle of 287.6º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2EE1 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 46 | 225 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.12 |
| HSL | 287.6º | 0.75% | 0.53% | - |
| HSV(B) | 287.6º | 0.8% | 0.88% | - |
| XYZ | 35.31 | 18.08 | 72.86 | - |
| YUV | 108.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 225 | 0.16 | 0.80 | 0 | 0.12 | 287.6 | 0.75 | 0.53 |
| Hex | BC | 2E | E1 | 10 | 50 | 0 | C | 120 | 4B | 35 |
| Octal | 274 | 56 | 341 | 20 | 120 | 0 | 14 | 440 | 113 | 65 |
| Binary | 10111100 | 101110 | 11100001 | 10000 | 1010000 | 0 | 1100 | 100100000 | 1001011 | 110101 |
Color Harmonies of #BC2EE1
Complementary color
Monochromatic Colors of #BC2EE1
Black with #BC2EE1
Text Example
Text Example
White with #BC2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EE1; }
p { color: rgb(188,46,225); }
H1.HeaderClassName
{
color: #BC2EE1;
}
.AnyTagClassName
{
color: #BC2EE1;
}
</style>
background-color css
<style>
a { background-color: #BC2EE1; }
a { background-color: rgb(188,46,225); }
div.DivClassName
{
background-color: #BC2EE1;
}
.BgClassName
{
background-color: #BC2EE1;
}
</style>
border-color css
<style>
span { border-color: #BC2EE1; }
span { border-color: rgb(188,46,225); }
td.TdClassName
{
border-color: #BC2EE1;
}
.TagClassName
{
border-color: #BC2EE1;
}
</style>