Shades of Medium Violet Red #BA127A
Tints of Medium Violet Red #BA127A
RGB
CMYK
RGB Variations
Color information
#BA127A (or 0xBA127A) is known color: Medium Violet Red. HEX triplet: BA, 12 and 7A. RGB value is (186,18,122). Sum of RGB (Red+Green+Blue) = 186+18+122=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA127A is #45ED85. Grayscale: #4F4F4F. Windows color (decimal): -4582790 or 8000186. OLE color: 8000186.
HSL color Cylindrical-coordinate representation of color #BA127A: hue angle of 322.86º 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 #BA127A is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 122 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.27 |
| HSL | 322.86º | 0.82% | 0.4% | - |
| HSV(B) | 322.86º | 0.9% | 0.73% | - |
| XYZ | 23.98 | 12.28 | 19.52 | - |
| YUV | 80.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 122 | 0 | 0.90 | 0.34 | 0.27 | 322.86 | 0.82 | 0.4 |
| Hex | BA | 12 | 7A | 0 | 5A | 22 | 1B | 143 | 52 | 28 |
| Octal | 272 | 22 | 172 | 0 | 132 | 42 | 33 | 503 | 122 | 50 |
| Binary | 10111010 | 10010 | 1111010 | 0 | 1011010 | 100010 | 11011 | 101000011 | 1010010 | 101000 |
Color Harmonies of #BA127A
Complementary color
Monochromatic Colors of #BA127A
Black with #BA127A
Text Example
Text Example
White with #BA127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA127A; }
p { color: rgb(186,18,122); }
H1.HeaderClassName
{
color: #BA127A;
}
.AnyTagClassName
{
color: #BA127A;
}
</style>
background-color css
<style>
a { background-color: #BA127A; }
a { background-color: rgb(186,18,122); }
div.DivClassName
{
background-color: #BA127A;
}
.BgClassName
{
background-color: #BA127A;
}
</style>
border-color css
<style>
span { border-color: #BA127A; }
span { border-color: rgb(186,18,122); }
td.TdClassName
{
border-color: #BA127A;
}
.TagClassName
{
border-color: #BA127A;
}
</style>