Shades of Medium Violet Red #BA059A
Tints of Medium Violet Red #BA059A
RGB
CMYK
RGB Variations
Color information
#BA059A (or 0xBA059A) is known color: Medium Violet Red. HEX triplet: BA, 05 and 9A. RGB value is (186,5,154). Sum of RGB (Red+Green+Blue) = 186+5+154=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA059A is #45FA65. Grayscale: #4B4B4B. Windows color (decimal): -4586086 or 10094010. OLE color: 10094010.
HSL color Cylindrical-coordinate representation of color #BA059A: hue angle of 310.61º 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 #BA059A is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.27 |
| HSL | 310.61º | 0.95% | 0.37% | - |
| HSV(B) | 310.61º | 0.97% | 0.73% | - |
| XYZ | 26.14 | 12.88 | 31.68 | - |
| YUV | 76.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 154 | 0 | 0.97 | 0.17 | 0.27 | 310.61 | 0.95 | 0.37 |
| Hex | BA | 5 | 9A | 0 | 61 | 11 | 1B | 137 | 5F | 25 |
| Octal | 272 | 5 | 232 | 0 | 141 | 21 | 33 | 467 | 137 | 45 |
| Binary | 10111010 | 101 | 10011010 | 0 | 1100001 | 10001 | 11011 | 100110111 | 1011111 | 100101 |
Color Harmonies of #BA059A
Complementary color
Monochromatic Colors of #BA059A
Black with #BA059A
Text Example
Text Example
White with #BA059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA059A; }
p { color: rgb(186,5,154); }
H1.HeaderClassName
{
color: #BA059A;
}
.AnyTagClassName
{
color: #BA059A;
}
</style>
background-color css
<style>
a { background-color: #BA059A; }
a { background-color: rgb(186,5,154); }
div.DivClassName
{
background-color: #BA059A;
}
.BgClassName
{
background-color: #BA059A;
}
</style>
border-color css
<style>
span { border-color: #BA059A; }
span { border-color: rgb(186,5,154); }
td.TdClassName
{
border-color: #BA059A;
}
.TagClassName
{
border-color: #BA059A;
}
</style>