Shades of Medium Orchid #BC60EC
Tints of Medium Orchid #BC60EC
RGB
CMYK
RGB Variations
Color information
#BC60EC (or 0xBC60EC) is known color: Medium Orchid. HEX triplet: BC, 60 and EC. RGB value is (188,96,236). Sum of RGB (Red+Green+Blue) = 188+96+236=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60EC is #439F13. Grayscale: #8B8B8B. Windows color (decimal): -4431636 or 15491260. OLE color: 15491260.
HSL color Cylindrical-coordinate representation of color #BC60EC: hue angle of 279.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC60EC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 96 | 236 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.07 |
| HSL | 279.43º | 0.79% | 0.65% | - |
| HSV(B) | 279.43º | 0.59% | 0.93% | - |
| XYZ | 40.06 | 25.11 | 82.09 | - |
| YUV | 139.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 236 | 0.20 | 0.59 | 0 | 0.07 | 279.43 | 0.79 | 0.65 |
| Hex | BC | 60 | EC | 14 | 3B | 0 | 7 | 117 | 4F | 41 |
| Octal | 274 | 140 | 354 | 24 | 73 | 0 | 7 | 427 | 117 | 101 |
| Binary | 10111100 | 1100000 | 11101100 | 10100 | 111011 | 0 | 111 | 100010111 | 1001111 | 1000001 |
Color Harmonies of #BC60EC
Complementary color
Monochromatic Colors of #BC60EC
Black with #BC60EC
Text Example
Text Example
White with #BC60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60EC; }
p { color: rgb(188,96,236); }
H1.HeaderClassName
{
color: #BC60EC;
}
.AnyTagClassName
{
color: #BC60EC;
}
</style>
background-color css
<style>
a { background-color: #BC60EC; }
a { background-color: rgb(188,96,236); }
div.DivClassName
{
background-color: #BC60EC;
}
.BgClassName
{
background-color: #BC60EC;
}
</style>
border-color css
<style>
span { border-color: #BC60EC; }
span { border-color: rgb(188,96,236); }
td.TdClassName
{
border-color: #BC60EC;
}
.TagClassName
{
border-color: #BC60EC;
}
</style>