Shades of Medium Violet Red #BA0AA5
Tints of Medium Violet Red #BA0AA5
RGB
CMYK
RGB Variations
Color information
#BA0AA5 (or 0xBA0AA5) is known color: Medium Violet Red. HEX triplet: BA, 0A and A5. RGB value is (186,10,165). Sum of RGB (Red+Green+Blue) = 186+10+165=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0AA5 is #45F55A. Grayscale: #4F4F4F. Windows color (decimal): -4584795 or 10816186. OLE color: 10816186.
HSL color Cylindrical-coordinate representation of color #BA0AA5: hue angle of 307.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0AA5 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 165 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.27 |
| HSL | 307.16º | 0.9% | 0.38% | - |
| HSV(B) | 307.16º | 0.95% | 0.73% | - |
| XYZ | 27.15 | 13.37 | 36.75 | - |
| YUV | 80.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 165 | 0 | 0.95 | 0.11 | 0.27 | 307.16 | 0.9 | 0.38 |
| Hex | BA | A | A5 | 0 | 5F | B | 1B | 133 | 5A | 26 |
| Octal | 272 | 12 | 245 | 0 | 137 | 13 | 33 | 463 | 132 | 46 |
| Binary | 10111010 | 1010 | 10100101 | 0 | 1011111 | 1011 | 11011 | 100110011 | 1011010 | 100110 |
Color Harmonies of #BA0AA5
Complementary color
Monochromatic Colors of #BA0AA5
Black with #BA0AA5
Text Example
Text Example
White with #BA0AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AA5; }
p { color: rgb(186,10,165); }
H1.HeaderClassName
{
color: #BA0AA5;
}
.AnyTagClassName
{
color: #BA0AA5;
}
</style>
background-color css
<style>
a { background-color: #BA0AA5; }
a { background-color: rgb(186,10,165); }
div.DivClassName
{
background-color: #BA0AA5;
}
.BgClassName
{
background-color: #BA0AA5;
}
</style>
border-color css
<style>
span { border-color: #BA0AA5; }
span { border-color: rgb(186,10,165); }
td.TdClassName
{
border-color: #BA0AA5;
}
.TagClassName
{
border-color: #BA0AA5;
}
</style>