Shades of Medium Orchid #BA44E1
Tints of Medium Orchid #BA44E1
RGB
CMYK
RGB Variations
Color information
#BA44E1 (or 0xBA44E1) is known color: Medium Orchid. HEX triplet: BA, 44 and E1. RGB value is (186,68,225). Sum of RGB (Red+Green+Blue) = 186+68+225=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA44E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44E1 is #45BB1E. Grayscale: #787878. Windows color (decimal): -4569887 or 14763194. OLE color: 14763194.
HSL color Cylindrical-coordinate representation of color #BA44E1: hue angle of 285.1º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA44E1 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 68 | 225 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.12 |
| HSL | 285.1º | 0.72% | 0.57% | - |
| HSV(B) | 285.1º | 0.7% | 0.88% | - |
| XYZ | 35.91 | 20.01 | 73.2 | - |
| YUV | 121.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 225 | 0.17 | 0.70 | 0 | 0.12 | 285.1 | 0.72 | 0.57 |
| Hex | BA | 44 | E1 | 11 | 46 | 0 | C | 11D | 48 | 39 |
| Octal | 272 | 104 | 341 | 21 | 106 | 0 | 14 | 435 | 110 | 71 |
| Binary | 10111010 | 1000100 | 11100001 | 10001 | 1000110 | 0 | 1100 | 100011101 | 1001000 | 111001 |
Color Harmonies of #BA44E1
Complementary color
Monochromatic Colors of #BA44E1
Black with #BA44E1
Text Example
Text Example
White with #BA44E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44E1; }
p { color: rgb(186,68,225); }
H1.HeaderClassName
{
color: #BA44E1;
}
.AnyTagClassName
{
color: #BA44E1;
}
</style>
background-color css
<style>
a { background-color: #BA44E1; }
a { background-color: rgb(186,68,225); }
div.DivClassName
{
background-color: #BA44E1;
}
.BgClassName
{
background-color: #BA44E1;
}
</style>
border-color css
<style>
span { border-color: #BA44E1; }
span { border-color: rgb(186,68,225); }
td.TdClassName
{
border-color: #BA44E1;
}
.TagClassName
{
border-color: #BA44E1;
}
</style>