Shades of Medium Orchid #BC36EC
Tints of Medium Orchid #BC36EC
RGB
CMYK
RGB Variations
Color information
#BC36EC (or 0xBC36EC) is known color: Medium Orchid. HEX triplet: BC, 36 and EC. RGB value is (188,54,236). Sum of RGB (Red+Green+Blue) = 188+54+236=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC36EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36EC is #43C913. Grayscale: #727272. Windows color (decimal): -4442388 or 15480508. OLE color: 15480508.
HSL color Cylindrical-coordinate representation of color #BC36EC: hue angle of 284.18º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC36EC is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 54 | 236 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.07 |
| HSL | 284.18º | 0.83% | 0.57% | - |
| HSV(B) | 284.18º | 0.77% | 0.93% | - |
| XYZ | 37.2 | 19.39 | 81.14 | - |
| YUV | 114.81 | 196.39 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 236 | 0.20 | 0.77 | 0 | 0.07 | 284.18 | 0.83 | 0.57 |
| Hex | BC | 36 | EC | 14 | 4D | 0 | 7 | 11C | 53 | 39 |
| Octal | 274 | 66 | 354 | 24 | 115 | 0 | 7 | 434 | 123 | 71 |
| Binary | 10111100 | 110110 | 11101100 | 10100 | 1001101 | 0 | 111 | 100011100 | 1010011 | 111001 |
Color Harmonies of #BC36EC
Complementary color
Monochromatic Colors of #BC36EC
Black with #BC36EC
Text Example
Text Example
White with #BC36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36EC; }
p { color: rgb(188,54,236); }
H1.HeaderClassName
{
color: #BC36EC;
}
.AnyTagClassName
{
color: #BC36EC;
}
</style>
background-color css
<style>
a { background-color: #BC36EC; }
a { background-color: rgb(188,54,236); }
div.DivClassName
{
background-color: #BC36EC;
}
.BgClassName
{
background-color: #BC36EC;
}
</style>
border-color css
<style>
span { border-color: #BC36EC; }
span { border-color: rgb(188,54,236); }
td.TdClassName
{
border-color: #BC36EC;
}
.TagClassName
{
border-color: #BC36EC;
}
</style>