Shades of Medium Orchid #BA44EC
Tints of Medium Orchid #BA44EC
RGB
CMYK
RGB Variations
Color information
#BA44EC (or 0xBA44EC) is known color: Medium Orchid. HEX triplet: BA, 44 and EC. RGB value is (186,68,236). Sum of RGB (Red+Green+Blue) = 186+68+236=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA44EC is #45BB13. Grayscale: #797979. Windows color (decimal): -4569876 or 15484090. OLE color: 15484090.
HSL color Cylindrical-coordinate representation of color #BA44EC: hue angle of 282.14º 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 #BA44EC is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 68 | 236 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.07 |
| HSL | 282.14º | 0.82% | 0.6% | - |
| HSV(B) | 282.14º | 0.71% | 0.93% | - |
| XYZ | 37.46 | 20.63 | 81.36 | - |
| YUV | 122.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 236 | 0.21 | 0.71 | 0 | 0.07 | 282.14 | 0.82 | 0.6 |
| Hex | BA | 44 | EC | 15 | 47 | 0 | 7 | 11A | 52 | 3C |
| Octal | 272 | 104 | 354 | 25 | 107 | 0 | 7 | 432 | 122 | 74 |
| Binary | 10111010 | 1000100 | 11101100 | 10101 | 1000111 | 0 | 111 | 100011010 | 1010010 | 111100 |
Color Harmonies of #BA44EC
Complementary color
Monochromatic Colors of #BA44EC
Black with #BA44EC
Text Example
Text Example
White with #BA44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44EC; }
p { color: rgb(186,68,236); }
H1.HeaderClassName
{
color: #BA44EC;
}
.AnyTagClassName
{
color: #BA44EC;
}
</style>
background-color css
<style>
a { background-color: #BA44EC; }
a { background-color: rgb(186,68,236); }
div.DivClassName
{
background-color: #BA44EC;
}
.BgClassName
{
background-color: #BA44EC;
}
</style>
border-color css
<style>
span { border-color: #BA44EC; }
span { border-color: rgb(186,68,236); }
td.TdClassName
{
border-color: #BA44EC;
}
.TagClassName
{
border-color: #BA44EC;
}
</style>