Shades of Medium Orchid #BC4EE2
Tints of Medium Orchid #BC4EE2
RGB
CMYK
RGB Variations
Color information
#BC4EE2 (or 0xBC4EE2) is known color: Medium Orchid. HEX triplet: BC, 4E and E2. RGB value is (188,78,226). Sum of RGB (Red+Green+Blue) = 188+78+226=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC4EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EE2 is #43B11D. Grayscale: #7F7F7F. Windows color (decimal): -4436254 or 14831292. OLE color: 14831292.
HSL color Cylindrical-coordinate representation of color #BC4EE2: hue angle of 284.59º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4EE2 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 78 | 226 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.11 |
| HSL | 284.59º | 0.72% | 0.6% | - |
| HSV(B) | 284.59º | 0.65% | 0.89% | - |
| XYZ | 37.19 | 21.63 | 74.17 | - |
| YUV | 127.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 226 | 0.17 | 0.65 | 0 | 0.11 | 284.59 | 0.72 | 0.6 |
| Hex | BC | 4E | E2 | 11 | 41 | 0 | B | 11D | 48 | 3C |
| Octal | 274 | 116 | 342 | 21 | 101 | 0 | 13 | 435 | 110 | 74 |
| Binary | 10111100 | 1001110 | 11100010 | 10001 | 1000001 | 0 | 1011 | 100011101 | 1001000 | 111100 |
Color Harmonies of #BC4EE2
Complementary color
Monochromatic Colors of #BC4EE2
Black with #BC4EE2
Text Example
Text Example
White with #BC4EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EE2; }
p { color: rgb(188,78,226); }
H1.HeaderClassName
{
color: #BC4EE2;
}
.AnyTagClassName
{
color: #BC4EE2;
}
</style>
background-color css
<style>
a { background-color: #BC4EE2; }
a { background-color: rgb(188,78,226); }
div.DivClassName
{
background-color: #BC4EE2;
}
.BgClassName
{
background-color: #BC4EE2;
}
</style>
border-color css
<style>
span { border-color: #BC4EE2; }
span { border-color: rgb(188,78,226); }
td.TdClassName
{
border-color: #BC4EE2;
}
.TagClassName
{
border-color: #BC4EE2;
}
</style>