Shades of Medium Violet Red #BA128E
Tints of Medium Violet Red #BA128E
RGB
CMYK
RGB Variations
Color information
#BA128E (or 0xBA128E) is known color: Medium Violet Red. HEX triplet: BA, 12 and 8E. RGB value is (186,18,142). Sum of RGB (Red+Green+Blue) = 186+18+142=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA128E is #45ED71. Grayscale: #525252. Windows color (decimal): -4582770 or 9310906. OLE color: 9310906.
HSL color Cylindrical-coordinate representation of color #BA128E: hue angle of 315.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 #BA128E is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 142 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.27 |
| HSL | 315.71º | 0.82% | 0.4% | - |
| HSV(B) | 315.71º | 0.9% | 0.73% | - |
| XYZ | 25.35 | 12.82 | 26.73 | - |
| YUV | 82.37 | 161.66 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 142 | 0 | 0.90 | 0.24 | 0.27 | 315.71 | 0.82 | 0.4 |
| Hex | BA | 12 | 8E | 0 | 5A | 18 | 1B | 13C | 52 | 28 |
| Octal | 272 | 22 | 216 | 0 | 132 | 30 | 33 | 474 | 122 | 50 |
| Binary | 10111010 | 10010 | 10001110 | 0 | 1011010 | 11000 | 11011 | 100111100 | 1010010 | 101000 |
Color Harmonies of #BA128E
Complementary color
Monochromatic Colors of #BA128E
Black with #BA128E
Text Example
Text Example
White with #BA128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA128E; }
p { color: rgb(186,18,142); }
H1.HeaderClassName
{
color: #BA128E;
}
.AnyTagClassName
{
color: #BA128E;
}
</style>
background-color css
<style>
a { background-color: #BA128E; }
a { background-color: rgb(186,18,142); }
div.DivClassName
{
background-color: #BA128E;
}
.BgClassName
{
background-color: #BA128E;
}
</style>
border-color css
<style>
span { border-color: #BA128E; }
span { border-color: rgb(186,18,142); }
td.TdClassName
{
border-color: #BA128E;
}
.TagClassName
{
border-color: #BA128E;
}
</style>