Shades of Medium Violet Red #BA1AA5
Tints of Medium Violet Red #BA1AA5
RGB
CMYK
RGB Variations
Color information
#BA1AA5 (or 0xBA1AA5) is known color: Medium Violet Red. HEX triplet: BA, 1A and A5. RGB value is (186,26,165). Sum of RGB (Red+Green+Blue) = 186+26+165=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1AA5 is #45E55A. Grayscale: #595959. Windows color (decimal): -4580699 or 10820282. OLE color: 10820282.
HSL color Cylindrical-coordinate representation of color #BA1AA5: hue angle of 307.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1AA5 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 165 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.27 |
| HSL | 307.88º | 0.75% | 0.42% | - |
| HSV(B) | 307.88º | 0.86% | 0.73% | - |
| XYZ | 27.41 | 13.89 | 36.83 | - |
| YUV | 89.69 | 170.51 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 165 | 0 | 0.86 | 0.11 | 0.27 | 307.88 | 0.75 | 0.42 |
| Hex | BA | 1A | A5 | 0 | 56 | B | 1B | 134 | 4B | 2A |
| Octal | 272 | 32 | 245 | 0 | 126 | 13 | 33 | 464 | 113 | 52 |
| Binary | 10111010 | 11010 | 10100101 | 0 | 1010110 | 1011 | 11011 | 100110100 | 1001011 | 101010 |
Color Harmonies of #BA1AA5
Complementary color
Monochromatic Colors of #BA1AA5
Black with #BA1AA5
Text Example
Text Example
White with #BA1AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AA5; }
p { color: rgb(186,26,165); }
H1.HeaderClassName
{
color: #BA1AA5;
}
.AnyTagClassName
{
color: #BA1AA5;
}
</style>
background-color css
<style>
a { background-color: #BA1AA5; }
a { background-color: rgb(186,26,165); }
div.DivClassName
{
background-color: #BA1AA5;
}
.BgClassName
{
background-color: #BA1AA5;
}
</style>
border-color css
<style>
span { border-color: #BA1AA5; }
span { border-color: rgb(186,26,165); }
td.TdClassName
{
border-color: #BA1AA5;
}
.TagClassName
{
border-color: #BA1AA5;
}
</style>