Shades of Medium Red Violet #BA25A1
Tints of Medium Red Violet #BA25A1
RGB
CMYK
RGB Variations
Color information
#BA25A1 (or 0xBA25A1) is known color: Medium Red Violet. HEX triplet: BA, 25 and A1. RGB value is (186,37,161). Sum of RGB (Red+Green+Blue) = 186+37+161=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25A1 is #45DA5E. Grayscale: #5F5F5F. Windows color (decimal): -4577887 or 10560954. OLE color: 10560954.
HSL color Cylindrical-coordinate representation of color #BA25A1: hue angle of 310.07º 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 #BA25A1 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 161 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.27 |
| HSL | 310.07º | 0.67% | 0.44% | - |
| HSV(B) | 310.07º | 0.8% | 0.73% | - |
| XYZ | 27.34 | 14.34 | 35.04 | - |
| YUV | 95.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 161 | 0 | 0.80 | 0.13 | 0.27 | 310.07 | 0.67 | 0.44 |
| Hex | BA | 25 | A1 | 0 | 50 | D | 1B | 136 | 43 | 2C |
| Octal | 272 | 45 | 241 | 0 | 120 | 15 | 33 | 466 | 103 | 54 |
| Binary | 10111010 | 100101 | 10100001 | 0 | 1010000 | 1101 | 11011 | 100110110 | 1000011 | 101100 |
Color Harmonies of #BA25A1
Complementary color
Monochromatic Colors of #BA25A1
Black with #BA25A1
Text Example
Text Example
White with #BA25A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25A1; }
p { color: rgb(186,37,161); }
H1.HeaderClassName
{
color: #BA25A1;
}
.AnyTagClassName
{
color: #BA25A1;
}
</style>
background-color css
<style>
a { background-color: #BA25A1; }
a { background-color: rgb(186,37,161); }
div.DivClassName
{
background-color: #BA25A1;
}
.BgClassName
{
background-color: #BA25A1;
}
</style>
border-color css
<style>
span { border-color: #BA25A1; }
span { border-color: rgb(186,37,161); }
td.TdClassName
{
border-color: #BA25A1;
}
.TagClassName
{
border-color: #BA25A1;
}
</style>