Shades of Medium Orchid #BA60EC
Tints of Medium Orchid #BA60EC
RGB
CMYK
RGB Variations
Color information
#BA60EC (or 0xBA60EC) is known color: Medium Orchid. HEX triplet: BA, 60 and EC. RGB value is (186,96,236). Sum of RGB (Red+Green+Blue) = 186+96+236=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60EC is #459F13. Grayscale: #8A8A8A. Windows color (decimal): -4562708 or 15491258. OLE color: 15491258.
HSL color Cylindrical-coordinate representation of color #BA60EC: hue angle of 278.57º 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 #BA60EC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 96 | 236 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.07 |
| HSL | 278.57º | 0.79% | 0.65% | - |
| HSV(B) | 278.57º | 0.59% | 0.93% | - |
| XYZ | 39.57 | 24.86 | 82.07 | - |
| YUV | 138.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 236 | 0.21 | 0.59 | 0 | 0.07 | 278.57 | 0.79 | 0.65 |
| Hex | BA | 60 | EC | 15 | 3B | 0 | 7 | 117 | 4F | 41 |
| Octal | 272 | 140 | 354 | 25 | 73 | 0 | 7 | 427 | 117 | 101 |
| Binary | 10111010 | 1100000 | 11101100 | 10101 | 111011 | 0 | 111 | 100010111 | 1001111 | 1000001 |
Color Harmonies of #BA60EC
Complementary color
Monochromatic Colors of #BA60EC
Black with #BA60EC
Text Example
Text Example
White with #BA60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60EC; }
p { color: rgb(186,96,236); }
H1.HeaderClassName
{
color: #BA60EC;
}
.AnyTagClassName
{
color: #BA60EC;
}
</style>
background-color css
<style>
a { background-color: #BA60EC; }
a { background-color: rgb(186,96,236); }
div.DivClassName
{
background-color: #BA60EC;
}
.BgClassName
{
background-color: #BA60EC;
}
</style>
border-color css
<style>
span { border-color: #BA60EC; }
span { border-color: rgb(186,96,236); }
td.TdClassName
{
border-color: #BA60EC;
}
.TagClassName
{
border-color: #BA60EC;
}
</style>