Shades of Medium Red Violet #BA25AC
Tints of Medium Red Violet #BA25AC
RGB
CMYK
RGB Variations
Color information
#BA25AC (or 0xBA25AC) is known color: Medium Red Violet. HEX triplet: BA, 25 and AC. RGB value is (186,37,172). Sum of RGB (Red+Green+Blue) = 186+37+172=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA25AC is #45DA53. Grayscale: #606060. Windows color (decimal): -4577876 or 11281850. OLE color: 11281850.
HSL color Cylindrical-coordinate representation of color #BA25AC: hue angle of 305.64º 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 #BA25AC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 172 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.27 |
| HSL | 305.64º | 0.67% | 0.44% | - |
| HSV(B) | 305.64º | 0.8% | 0.73% | - |
| XYZ | 28.36 | 14.74 | 40.38 | - |
| YUV | 96.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 172 | 0 | 0.80 | 0.08 | 0.27 | 305.64 | 0.67 | 0.44 |
| Hex | BA | 25 | AC | 0 | 50 | 8 | 1B | 132 | 43 | 2C |
| Octal | 272 | 45 | 254 | 0 | 120 | 10 | 33 | 462 | 103 | 54 |
| Binary | 10111010 | 100101 | 10101100 | 0 | 1010000 | 1000 | 11011 | 100110010 | 1000011 | 101100 |
Color Harmonies of #BA25AC
Complementary color
Monochromatic Colors of #BA25AC
Black with #BA25AC
Text Example
Text Example
White with #BA25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25AC; }
p { color: rgb(186,37,172); }
H1.HeaderClassName
{
color: #BA25AC;
}
.AnyTagClassName
{
color: #BA25AC;
}
</style>
background-color css
<style>
a { background-color: #BA25AC; }
a { background-color: rgb(186,37,172); }
div.DivClassName
{
background-color: #BA25AC;
}
.BgClassName
{
background-color: #BA25AC;
}
</style>
border-color css
<style>
span { border-color: #BA25AC; }
span { border-color: rgb(186,37,172); }
td.TdClassName
{
border-color: #BA25AC;
}
.TagClassName
{
border-color: #BA25AC;
}
</style>