Shades of Medium Red Violet #BA25A9
Tints of Medium Red Violet #BA25A9
RGB
CMYK
RGB Variations
Color information
#BA25A9 (or 0xBA25A9) is known color: Medium Red Violet. HEX triplet: BA, 25 and A9. RGB value is (186,37,169). Sum of RGB (Red+Green+Blue) = 186+37+169=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25A9 is #45DA56. Grayscale: #606060. Windows color (decimal): -4577879 or 11085242. OLE color: 11085242.
HSL color Cylindrical-coordinate representation of color #BA25A9: hue angle of 306.85º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA25A9 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 169 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.27 |
| HSL | 306.85º | 0.67% | 0.44% | - |
| HSV(B) | 306.85º | 0.8% | 0.73% | - |
| XYZ | 28.07 | 14.63 | 38.88 | - |
| YUV | 96.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 169 | 0 | 0.80 | 0.09 | 0.27 | 306.85 | 0.67 | 0.44 |
| Hex | BA | 25 | A9 | 0 | 50 | 9 | 1B | 133 | 43 | 2C |
| Octal | 272 | 45 | 251 | 0 | 120 | 11 | 33 | 463 | 103 | 54 |
| Binary | 10111010 | 100101 | 10101001 | 0 | 1010000 | 1001 | 11011 | 100110011 | 1000011 | 101100 |
Color Harmonies of #BA25A9
Complementary color
Monochromatic Colors of #BA25A9
Black with #BA25A9
Text Example
Text Example
White with #BA25A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25A9; }
p { color: rgb(186,37,169); }
H1.HeaderClassName
{
color: #BA25A9;
}
.AnyTagClassName
{
color: #BA25A9;
}
</style>
background-color css
<style>
a { background-color: #BA25A9; }
a { background-color: rgb(186,37,169); }
div.DivClassName
{
background-color: #BA25A9;
}
.BgClassName
{
background-color: #BA25A9;
}
</style>
border-color css
<style>
span { border-color: #BA25A9; }
span { border-color: rgb(186,37,169); }
td.TdClassName
{
border-color: #BA25A9;
}
.TagClassName
{
border-color: #BA25A9;
}
</style>