Shades of Medium Violet Red #BA128A
Tints of Medium Violet Red #BA128A
RGB
CMYK
RGB Variations
Color information
#BA128A (or 0xBA128A) is known color: Medium Violet Red. HEX triplet: BA, 12 and 8A. RGB value is (186,18,138). Sum of RGB (Red+Green+Blue) = 186+18+138=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA128A is #45ED75. Grayscale: #515151. Windows color (decimal): -4582774 or 9048762. OLE color: 9048762.
HSL color Cylindrical-coordinate representation of color #BA128A: hue angle of 317.14º 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 #BA128A is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 138 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.27 |
| HSL | 317.14º | 0.82% | 0.4% | - |
| HSV(B) | 317.14º | 0.9% | 0.73% | - |
| XYZ | 25.05 | 12.71 | 25.18 | - |
| YUV | 81.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 138 | 0 | 0.90 | 0.26 | 0.27 | 317.14 | 0.82 | 0.4 |
| Hex | BA | 12 | 8A | 0 | 5A | 1A | 1B | 13D | 52 | 28 |
| Octal | 272 | 22 | 212 | 0 | 132 | 32 | 33 | 475 | 122 | 50 |
| Binary | 10111010 | 10010 | 10001010 | 0 | 1011010 | 11010 | 11011 | 100111101 | 1010010 | 101000 |
Color Harmonies of #BA128A
Complementary color
Monochromatic Colors of #BA128A
Black with #BA128A
Text Example
Text Example
White with #BA128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA128A; }
p { color: rgb(186,18,138); }
H1.HeaderClassName
{
color: #BA128A;
}
.AnyTagClassName
{
color: #BA128A;
}
</style>
background-color css
<style>
a { background-color: #BA128A; }
a { background-color: rgb(186,18,138); }
div.DivClassName
{
background-color: #BA128A;
}
.BgClassName
{
background-color: #BA128A;
}
</style>
border-color css
<style>
span { border-color: #BA128A; }
span { border-color: rgb(186,18,138); }
td.TdClassName
{
border-color: #BA128A;
}
.TagClassName
{
border-color: #BA128A;
}
</style>