Shades of Medium Violet Red #BA1273
Tints of Medium Violet Red #BA1273
RGB
CMYK
RGB Variations
Color information
#BA1273 (or 0xBA1273) is known color: Medium Violet Red. HEX triplet: BA, 12 and 73. RGB value is (186,18,115). Sum of RGB (Red+Green+Blue) = 186+18+115=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1273 is #45ED8C. Grayscale: #4F4F4F. Windows color (decimal): -4582797 or 7541434. OLE color: 7541434.
HSL color Cylindrical-coordinate representation of color #BA1273: hue angle of 325.36º degrees, saturation: 0.82, 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 #BA1273 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 115 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.27 |
| HSL | 325.36º | 0.82% | 0.4% | - |
| HSV(B) | 325.36º | 0.9% | 0.73% | - |
| XYZ | 23.56 | 12.11 | 17.32 | - |
| YUV | 79.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 115 | 0 | 0.90 | 0.38 | 0.27 | 325.36 | 0.82 | 0.4 |
| Hex | BA | 12 | 73 | 0 | 5A | 26 | 1B | 145 | 52 | 28 |
| Octal | 272 | 22 | 163 | 0 | 132 | 46 | 33 | 505 | 122 | 50 |
| Binary | 10111010 | 10010 | 1110011 | 0 | 1011010 | 100110 | 11011 | 101000101 | 1010010 | 101000 |
Color Harmonies of #BA1273
Complementary color
Monochromatic Colors of #BA1273
Black with #BA1273
Text Example
Text Example
White with #BA1273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1273; }
p { color: rgb(186,18,115); }
H1.HeaderClassName
{
color: #BA1273;
}
.AnyTagClassName
{
color: #BA1273;
}
</style>
background-color css
<style>
a { background-color: #BA1273; }
a { background-color: rgb(186,18,115); }
div.DivClassName
{
background-color: #BA1273;
}
.BgClassName
{
background-color: #BA1273;
}
</style>
border-color css
<style>
span { border-color: #BA1273; }
span { border-color: rgb(186,18,115); }
td.TdClassName
{
border-color: #BA1273;
}
.TagClassName
{
border-color: #BA1273;
}
</style>