Shades of Medium Violet Red #BA1572
Tints of Medium Violet Red #BA1572
RGB
CMYK
RGB Variations
Color information
#BA1572 (or 0xBA1572) is known color: Medium Violet Red. HEX triplet: BA, 15 and 72. RGB value is (186,21,114). Sum of RGB (Red+Green+Blue) = 186+21+114=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1572 is #45EA8D. Grayscale: #505050. Windows color (decimal): -4582030 or 7476666. OLE color: 7476666.
HSL color Cylindrical-coordinate representation of color #BA1572: hue angle of 326.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 #BA1572 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 114 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.27 |
| HSL | 326.18º | 0.8% | 0.41% | - |
| HSV(B) | 326.18º | 0.89% | 0.73% | - |
| XYZ | 23.56 | 12.19 | 17.03 | - |
| YUV | 80.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 114 | 0 | 0.89 | 0.39 | 0.27 | 326.18 | 0.8 | 0.41 |
| Hex | BA | 15 | 72 | 0 | 59 | 27 | 1B | 146 | 50 | 29 |
| Octal | 272 | 25 | 162 | 0 | 131 | 47 | 33 | 506 | 120 | 51 |
| Binary | 10111010 | 10101 | 1110010 | 0 | 1011001 | 100111 | 11011 | 101000110 | 1010000 | 101001 |
Color Harmonies of #BA1572
Complementary color
Monochromatic Colors of #BA1572
Black with #BA1572
Text Example
Text Example
White with #BA1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1572; }
p { color: rgb(186,21,114); }
H1.HeaderClassName
{
color: #BA1572;
}
.AnyTagClassName
{
color: #BA1572;
}
</style>
background-color css
<style>
a { background-color: #BA1572; }
a { background-color: rgb(186,21,114); }
div.DivClassName
{
background-color: #BA1572;
}
.BgClassName
{
background-color: #BA1572;
}
</style>
border-color css
<style>
span { border-color: #BA1572; }
span { border-color: rgb(186,21,114); }
td.TdClassName
{
border-color: #BA1572;
}
.TagClassName
{
border-color: #BA1572;
}
</style>