Shades of Medium Violet Red #BA128F
Tints of Medium Violet Red #BA128F
RGB
CMYK
RGB Variations
Color information
#BA128F (or 0xBA128F) is known color: Medium Violet Red. HEX triplet: BA, 12 and 8F. RGB value is (186,18,143). Sum of RGB (Red+Green+Blue) = 186+18+143=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA128F is #45ED70. Grayscale: #525252. Windows color (decimal): -4582769 or 9376442. OLE color: 9376442.
HSL color Cylindrical-coordinate representation of color #BA128F: hue angle of 315.36º 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 #BA128F is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 143 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.27 |
| HSL | 315.36º | 0.82% | 0.4% | - |
| HSV(B) | 315.36º | 0.9% | 0.73% | - |
| XYZ | 25.42 | 12.85 | 27.13 | - |
| YUV | 82.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 143 | 0 | 0.90 | 0.23 | 0.27 | 315.36 | 0.82 | 0.4 |
| Hex | BA | 12 | 8F | 0 | 5A | 17 | 1B | 13B | 52 | 28 |
| Octal | 272 | 22 | 217 | 0 | 132 | 27 | 33 | 473 | 122 | 50 |
| Binary | 10111010 | 10010 | 10001111 | 0 | 1011010 | 10111 | 11011 | 100111011 | 1010010 | 101000 |
Color Harmonies of #BA128F
Complementary color
Monochromatic Colors of #BA128F
Black with #BA128F
Text Example
Text Example
White with #BA128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA128F; }
p { color: rgb(186,18,143); }
H1.HeaderClassName
{
color: #BA128F;
}
.AnyTagClassName
{
color: #BA128F;
}
</style>
background-color css
<style>
a { background-color: #BA128F; }
a { background-color: rgb(186,18,143); }
div.DivClassName
{
background-color: #BA128F;
}
.BgClassName
{
background-color: #BA128F;
}
</style>
border-color css
<style>
span { border-color: #BA128F; }
span { border-color: rgb(186,18,143); }
td.TdClassName
{
border-color: #BA128F;
}
.TagClassName
{
border-color: #BA128F;
}
</style>