Shades of Medium Violet Red #BA0593
Tints of Medium Violet Red #BA0593
RGB
CMYK
RGB Variations
Color information
#BA0593 (or 0xBA0593) is known color: Medium Violet Red. HEX triplet: BA, 05 and 93. RGB value is (186,5,147). Sum of RGB (Red+Green+Blue) = 186+5+147=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0593 is #45FA6C. Grayscale: #4A4A4A. Windows color (decimal): -4586093 or 9635258. OLE color: 9635258.
HSL color Cylindrical-coordinate representation of color #BA0593: hue angle of 312.93º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0593 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.27 |
| HSL | 312.93º | 0.95% | 0.37% | - |
| HSV(B) | 312.93º | 0.97% | 0.73% | - |
| XYZ | 25.57 | 12.65 | 28.7 | - |
| YUV | 75.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 147 | 0 | 0.97 | 0.21 | 0.27 | 312.93 | 0.95 | 0.37 |
| Hex | BA | 5 | 93 | 0 | 61 | 15 | 1B | 139 | 5F | 25 |
| Octal | 272 | 5 | 223 | 0 | 141 | 25 | 33 | 471 | 137 | 45 |
| Binary | 10111010 | 101 | 10010011 | 0 | 1100001 | 10101 | 11011 | 100111001 | 1011111 | 100101 |
Color Harmonies of #BA0593
Complementary color
Monochromatic Colors of #BA0593
Black with #BA0593
Text Example
Text Example
White with #BA0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0593; }
p { color: rgb(186,5,147); }
H1.HeaderClassName
{
color: #BA0593;
}
.AnyTagClassName
{
color: #BA0593;
}
</style>
background-color css
<style>
a { background-color: #BA0593; }
a { background-color: rgb(186,5,147); }
div.DivClassName
{
background-color: #BA0593;
}
.BgClassName
{
background-color: #BA0593;
}
</style>
border-color css
<style>
span { border-color: #BA0593; }
span { border-color: rgb(186,5,147); }
td.TdClassName
{
border-color: #BA0593;
}
.TagClassName
{
border-color: #BA0593;
}
</style>