Shades of Medium Orchid #BC44EC
Tints of Medium Orchid #BC44EC
RGB
CMYK
RGB Variations
Color information
#BC44EC (or 0xBC44EC) is known color: Medium Orchid. HEX triplet: BC, 44 and EC. RGB value is (188,68,236). Sum of RGB (Red+Green+Blue) = 188+68+236=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44EC is #43BB13. Grayscale: #7A7A7A. Windows color (decimal): -4438804 or 15484092. OLE color: 15484092.
HSL color Cylindrical-coordinate representation of color #BC44EC: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC44EC is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 68 | 236 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.07 |
| HSL | 282.86º | 0.82% | 0.6% | - |
| HSV(B) | 282.86º | 0.71% | 0.93% | - |
| XYZ | 37.95 | 20.88 | 81.39 | - |
| YUV | 123.03 | 191.76 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 236 | 0.20 | 0.71 | 0 | 0.07 | 282.86 | 0.82 | 0.6 |
| Hex | BC | 44 | EC | 14 | 47 | 0 | 7 | 11B | 52 | 3C |
| Octal | 274 | 104 | 354 | 24 | 107 | 0 | 7 | 433 | 122 | 74 |
| Binary | 10111100 | 1000100 | 11101100 | 10100 | 1000111 | 0 | 111 | 100011011 | 1010010 | 111100 |
Color Harmonies of #BC44EC
Complementary color
Monochromatic Colors of #BC44EC
Black with #BC44EC
Text Example
Text Example
White with #BC44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44EC; }
p { color: rgb(188,68,236); }
H1.HeaderClassName
{
color: #BC44EC;
}
.AnyTagClassName
{
color: #BC44EC;
}
</style>
background-color css
<style>
a { background-color: #BC44EC; }
a { background-color: rgb(188,68,236); }
div.DivClassName
{
background-color: #BC44EC;
}
.BgClassName
{
background-color: #BC44EC;
}
</style>
border-color css
<style>
span { border-color: #BC44EC; }
span { border-color: rgb(188,68,236); }
td.TdClassName
{
border-color: #BC44EC;
}
.TagClassName
{
border-color: #BC44EC;
}
</style>