Shades of Medium Violet Red #BA1578
Tints of Medium Violet Red #BA1578
RGB
CMYK
RGB Variations
Color information
#BA1578 (or 0xBA1578) is known color: Medium Violet Red. HEX triplet: BA, 15 and 78. RGB value is (186,21,120). Sum of RGB (Red+Green+Blue) = 186+21+120=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1578 is #45EA87. Grayscale: #515151. Windows color (decimal): -4582024 or 7869882. OLE color: 7869882.
HSL color Cylindrical-coordinate representation of color #BA1578: hue angle of 324º 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 #BA1578 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 120 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.27 |
| HSL | 324º | 0.8% | 0.41% | - |
| HSV(B) | 324º | 0.89% | 0.73% | - |
| XYZ | 23.91 | 12.33 | 18.89 | - |
| YUV | 81.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 120 | 0 | 0.89 | 0.35 | 0.27 | 324 | 0.8 | 0.41 |
| Hex | BA | 15 | 78 | 0 | 59 | 23 | 1B | 144 | 50 | 29 |
| Octal | 272 | 25 | 170 | 0 | 131 | 43 | 33 | 504 | 120 | 51 |
| Binary | 10111010 | 10101 | 1111000 | 0 | 1011001 | 100011 | 11011 | 101000100 | 1010000 | 101001 |
Color Harmonies of #BA1578
Complementary color
Monochromatic Colors of #BA1578
Black with #BA1578
Text Example
Text Example
White with #BA1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1578; }
p { color: rgb(186,21,120); }
H1.HeaderClassName
{
color: #BA1578;
}
.AnyTagClassName
{
color: #BA1578;
}
</style>
background-color css
<style>
a { background-color: #BA1578; }
a { background-color: rgb(186,21,120); }
div.DivClassName
{
background-color: #BA1578;
}
.BgClassName
{
background-color: #BA1578;
}
</style>
border-color css
<style>
span { border-color: #BA1578; }
span { border-color: rgb(186,21,120); }
td.TdClassName
{
border-color: #BA1578;
}
.TagClassName
{
border-color: #BA1578;
}
</style>