Shades of Medium Violet Red #BA128B
Tints of Medium Violet Red #BA128B
RGB
CMYK
RGB Variations
Color information
#BA128B (or 0xBA128B) is known color: Medium Violet Red. HEX triplet: BA, 12 and 8B. RGB value is (186,18,139). Sum of RGB (Red+Green+Blue) = 186+18+139=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA128B is #45ED74. Grayscale: #515151. Windows color (decimal): -4582773 or 9114298. OLE color: 9114298.
HSL color Cylindrical-coordinate representation of color #BA128B: hue angle of 316.79º 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 #BA128B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 139 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.27 |
| HSL | 316.79º | 0.82% | 0.4% | - |
| HSV(B) | 316.79º | 0.9% | 0.73% | - |
| XYZ | 25.13 | 12.74 | 25.56 | - |
| YUV | 82.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 139 | 0 | 0.90 | 0.25 | 0.27 | 316.79 | 0.82 | 0.4 |
| Hex | BA | 12 | 8B | 0 | 5A | 19 | 1B | 13D | 52 | 28 |
| Octal | 272 | 22 | 213 | 0 | 132 | 31 | 33 | 475 | 122 | 50 |
| Binary | 10111010 | 10010 | 10001011 | 0 | 1011010 | 11001 | 11011 | 100111101 | 1010010 | 101000 |
Color Harmonies of #BA128B
Complementary color
Monochromatic Colors of #BA128B
Black with #BA128B
Text Example
Text Example
White with #BA128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA128B; }
p { color: rgb(186,18,139); }
H1.HeaderClassName
{
color: #BA128B;
}
.AnyTagClassName
{
color: #BA128B;
}
</style>
background-color css
<style>
a { background-color: #BA128B; }
a { background-color: rgb(186,18,139); }
div.DivClassName
{
background-color: #BA128B;
}
.BgClassName
{
background-color: #BA128B;
}
</style>
border-color css
<style>
span { border-color: #BA128B; }
span { border-color: rgb(186,18,139); }
td.TdClassName
{
border-color: #BA128B;
}
.TagClassName
{
border-color: #BA128B;
}
</style>