Shades of Medium Violet Red #BA1593
Tints of Medium Violet Red #BA1593
RGB
CMYK
RGB Variations
Color information
#BA1593 (or 0xBA1593) is known color: Medium Violet Red. HEX triplet: BA, 15 and 93. RGB value is (186,21,147). Sum of RGB (Red+Green+Blue) = 186+21+147=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1593 is #45EA6C. Grayscale: #545454. Windows color (decimal): -4581997 or 9639354. OLE color: 9639354.
HSL color Cylindrical-coordinate representation of color #BA1593: hue angle of 314.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1593 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 147 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.27 |
| HSL | 314.18º | 0.8% | 0.41% | - |
| HSV(B) | 314.18º | 0.89% | 0.73% | - |
| XYZ | 25.78 | 13.08 | 28.77 | - |
| YUV | 84.7 | 163.16 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 147 | 0 | 0.89 | 0.21 | 0.27 | 314.18 | 0.8 | 0.41 |
| Hex | BA | 15 | 93 | 0 | 59 | 15 | 1B | 13A | 50 | 29 |
| Octal | 272 | 25 | 223 | 0 | 131 | 25 | 33 | 472 | 120 | 51 |
| Binary | 10111010 | 10101 | 10010011 | 0 | 1011001 | 10101 | 11011 | 100111010 | 1010000 | 101001 |
Color Harmonies of #BA1593
Complementary color
Monochromatic Colors of #BA1593
Black with #BA1593
Text Example
Text Example
White with #BA1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1593; }
p { color: rgb(186,21,147); }
H1.HeaderClassName
{
color: #BA1593;
}
.AnyTagClassName
{
color: #BA1593;
}
</style>
background-color css
<style>
a { background-color: #BA1593; }
a { background-color: rgb(186,21,147); }
div.DivClassName
{
background-color: #BA1593;
}
.BgClassName
{
background-color: #BA1593;
}
</style>
border-color css
<style>
span { border-color: #BA1593; }
span { border-color: rgb(186,21,147); }
td.TdClassName
{
border-color: #BA1593;
}
.TagClassName
{
border-color: #BA1593;
}
</style>