Shades of Medium Violet Red #BA1272
Tints of Medium Violet Red #BA1272
RGB
CMYK
RGB Variations
Color information
#BA1272 (or 0xBA1272) is known color: Medium Violet Red. HEX triplet: BA, 12 and 72. RGB value is (186,18,114). Sum of RGB (Red+Green+Blue) = 186+18+114=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1272 is #45ED8D. Grayscale: #4E4E4E. Windows color (decimal): -4582798 or 7475898. OLE color: 7475898.
HSL color Cylindrical-coordinate representation of color #BA1272: hue angle of 325.71º 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 #BA1272 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 114 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.27 |
| HSL | 325.71º | 0.82% | 0.4% | - |
| HSV(B) | 325.71º | 0.9% | 0.73% | - |
| XYZ | 23.5 | 12.09 | 17.01 | - |
| YUV | 79.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 114 | 0 | 0.90 | 0.39 | 0.27 | 325.71 | 0.82 | 0.4 |
| Hex | BA | 12 | 72 | 0 | 5A | 27 | 1B | 146 | 52 | 28 |
| Octal | 272 | 22 | 162 | 0 | 132 | 47 | 33 | 506 | 122 | 50 |
| Binary | 10111010 | 10010 | 1110010 | 0 | 1011010 | 100111 | 11011 | 101000110 | 1010010 | 101000 |
Color Harmonies of #BA1272
Complementary color
Monochromatic Colors of #BA1272
Black with #BA1272
Text Example
Text Example
White with #BA1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1272; }
p { color: rgb(186,18,114); }
H1.HeaderClassName
{
color: #BA1272;
}
.AnyTagClassName
{
color: #BA1272;
}
</style>
background-color css
<style>
a { background-color: #BA1272; }
a { background-color: rgb(186,18,114); }
div.DivClassName
{
background-color: #BA1272;
}
.BgClassName
{
background-color: #BA1272;
}
</style>
border-color css
<style>
span { border-color: #BA1272; }
span { border-color: rgb(186,18,114); }
td.TdClassName
{
border-color: #BA1272;
}
.TagClassName
{
border-color: #BA1272;
}
</style>