Shades of Medium Violet Red #BA137A
Tints of Medium Violet Red #BA137A
RGB
CMYK
RGB Variations
Color information
#BA137A (or 0xBA137A) is known color: Medium Violet Red. HEX triplet: BA, 13 and 7A. RGB value is (186,19,122). Sum of RGB (Red+Green+Blue) = 186+19+122=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA137A is #45EC85. Grayscale: #505050. Windows color (decimal): -4582534 or 8000442. OLE color: 8000442.
HSL color Cylindrical-coordinate representation of color #BA137A: hue angle of 322.99º 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 #BA137A is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 122 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.27 |
| HSL | 322.99º | 0.81% | 0.4% | - |
| HSV(B) | 322.99º | 0.9% | 0.73% | - |
| XYZ | 24 | 12.31 | 19.52 | - |
| YUV | 80.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 122 | 0 | 0.90 | 0.34 | 0.27 | 322.99 | 0.81 | 0.4 |
| Hex | BA | 13 | 7A | 0 | 5A | 22 | 1B | 143 | 51 | 28 |
| Octal | 272 | 23 | 172 | 0 | 132 | 42 | 33 | 503 | 121 | 50 |
| Binary | 10111010 | 10011 | 1111010 | 0 | 1011010 | 100010 | 11011 | 101000011 | 1010001 | 101000 |
Color Harmonies of #BA137A
Complementary color
Monochromatic Colors of #BA137A
Black with #BA137A
Text Example
Text Example
White with #BA137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA137A; }
p { color: rgb(186,19,122); }
H1.HeaderClassName
{
color: #BA137A;
}
.AnyTagClassName
{
color: #BA137A;
}
</style>
background-color css
<style>
a { background-color: #BA137A; }
a { background-color: rgb(186,19,122); }
div.DivClassName
{
background-color: #BA137A;
}
.BgClassName
{
background-color: #BA137A;
}
</style>
border-color css
<style>
span { border-color: #BA137A; }
span { border-color: rgb(186,19,122); }
td.TdClassName
{
border-color: #BA137A;
}
.TagClassName
{
border-color: #BA137A;
}
</style>