Shades of Medium Violet Red #BA1375
Tints of Medium Violet Red #BA1375
RGB
CMYK
RGB Variations
Color information
#BA1375 (or 0xBA1375) is known color: Medium Violet Red. HEX triplet: BA, 13 and 75. RGB value is (186,19,117). Sum of RGB (Red+Green+Blue) = 186+19+117=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1375 is #45EC8A. Grayscale: #4F4F4F. Windows color (decimal): -4582539 or 7672762. OLE color: 7672762.
HSL color Cylindrical-coordinate representation of color #BA1375: hue angle of 324.79º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1375 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 117 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.27 |
| HSL | 324.79º | 0.81% | 0.4% | - |
| HSV(B) | 324.79º | 0.9% | 0.73% | - |
| XYZ | 23.69 | 12.19 | 17.93 | - |
| YUV | 80.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 117 | 0 | 0.90 | 0.37 | 0.27 | 324.79 | 0.81 | 0.4 |
| Hex | BA | 13 | 75 | 0 | 5A | 25 | 1B | 145 | 51 | 28 |
| Octal | 272 | 23 | 165 | 0 | 132 | 45 | 33 | 505 | 121 | 50 |
| Binary | 10111010 | 10011 | 1110101 | 0 | 1011010 | 100101 | 11011 | 101000101 | 1010001 | 101000 |
Color Harmonies of #BA1375
Complementary color
Monochromatic Colors of #BA1375
Black with #BA1375
Text Example
Text Example
White with #BA1375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1375; }
p { color: rgb(186,19,117); }
H1.HeaderClassName
{
color: #BA1375;
}
.AnyTagClassName
{
color: #BA1375;
}
</style>
background-color css
<style>
a { background-color: #BA1375; }
a { background-color: rgb(186,19,117); }
div.DivClassName
{
background-color: #BA1375;
}
.BgClassName
{
background-color: #BA1375;
}
</style>
border-color css
<style>
span { border-color: #BA1375; }
span { border-color: rgb(186,19,117); }
td.TdClassName
{
border-color: #BA1375;
}
.TagClassName
{
border-color: #BA1375;
}
</style>