Shades of Medium Violet Red #BA058D
Tints of Medium Violet Red #BA058D
RGB
CMYK
RGB Variations
Color information
#BA058D (or 0xBA058D) is known color: Medium Violet Red. HEX triplet: BA, 05 and 8D. RGB value is (186,5,141). Sum of RGB (Red+Green+Blue) = 186+5+141=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA058D is #45FA72. Grayscale: #4A4A4A. Windows color (decimal): -4586099 or 9242042. OLE color: 9242042.
HSL color Cylindrical-coordinate representation of color #BA058D: hue angle of 314.92º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA058D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.27 |
| HSL | 314.92º | 0.95% | 0.37% | - |
| HSV(B) | 314.92º | 0.97% | 0.73% | - |
| XYZ | 25.11 | 12.47 | 26.28 | - |
| YUV | 74.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 141 | 0 | 0.97 | 0.24 | 0.27 | 314.92 | 0.95 | 0.37 |
| Hex | BA | 5 | 8D | 0 | 61 | 18 | 1B | 13B | 5F | 25 |
| Octal | 272 | 5 | 215 | 0 | 141 | 30 | 33 | 473 | 137 | 45 |
| Binary | 10111010 | 101 | 10001101 | 0 | 1100001 | 11000 | 11011 | 100111011 | 1011111 | 100101 |
Color Harmonies of #BA058D
Complementary color
Monochromatic Colors of #BA058D
Black with #BA058D
Text Example
Text Example
White with #BA058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA058D; }
p { color: rgb(186,5,141); }
H1.HeaderClassName
{
color: #BA058D;
}
.AnyTagClassName
{
color: #BA058D;
}
</style>
background-color css
<style>
a { background-color: #BA058D; }
a { background-color: rgb(186,5,141); }
div.DivClassName
{
background-color: #BA058D;
}
.BgClassName
{
background-color: #BA058D;
}
</style>
border-color css
<style>
span { border-color: #BA058D; }
span { border-color: rgb(186,5,141); }
td.TdClassName
{
border-color: #BA058D;
}
.TagClassName
{
border-color: #BA058D;
}
</style>