Shades of Medium Red Violet #BA25AA
Tints of Medium Red Violet #BA25AA
RGB
CMYK
RGB Variations
Color information
#BA25AA (or 0xBA25AA) is known color: Medium Red Violet. HEX triplet: BA, 25 and AA. RGB value is (186,37,170). Sum of RGB (Red+Green+Blue) = 186+37+170=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25AA is #45DA55. Grayscale: #606060. Windows color (decimal): -4577878 or 11150778. OLE color: 11150778.
HSL color Cylindrical-coordinate representation of color #BA25AA: hue angle of 306.44º 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 #BA25AA is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 170 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.27 |
| HSL | 306.44º | 0.67% | 0.44% | - |
| HSV(B) | 306.44º | 0.8% | 0.73% | - |
| XYZ | 28.17 | 14.66 | 39.38 | - |
| YUV | 96.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 170 | 0 | 0.80 | 0.09 | 0.27 | 306.44 | 0.67 | 0.44 |
| Hex | BA | 25 | AA | 0 | 50 | 9 | 1B | 132 | 43 | 2C |
| Octal | 272 | 45 | 252 | 0 | 120 | 11 | 33 | 462 | 103 | 54 |
| Binary | 10111010 | 100101 | 10101010 | 0 | 1010000 | 1001 | 11011 | 100110010 | 1000011 | 101100 |
Color Harmonies of #BA25AA
Complementary color
Monochromatic Colors of #BA25AA
Black with #BA25AA
Text Example
Text Example
White with #BA25AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25AA; }
p { color: rgb(186,37,170); }
H1.HeaderClassName
{
color: #BA25AA;
}
.AnyTagClassName
{
color: #BA25AA;
}
</style>
background-color css
<style>
a { background-color: #BA25AA; }
a { background-color: rgb(186,37,170); }
div.DivClassName
{
background-color: #BA25AA;
}
.BgClassName
{
background-color: #BA25AA;
}
</style>
border-color css
<style>
span { border-color: #BA25AA; }
span { border-color: rgb(186,37,170); }
td.TdClassName
{
border-color: #BA25AA;
}
.TagClassName
{
border-color: #BA25AA;
}
</style>