Shades of Medium Red Violet #BA32A8
Tints of Medium Red Violet #BA32A8
RGB
CMYK
RGB Variations
Color information
#BA32A8 (or 0xBA32A8) is known color: Medium Red Violet. HEX triplet: BA, 32 and A8. RGB value is (186,50,168). Sum of RGB (Red+Green+Blue) = 186+50+168=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32A8 is #45CD57. Grayscale: #676767. Windows color (decimal): -4574552 or 11023034. OLE color: 11023034.
HSL color Cylindrical-coordinate representation of color #BA32A8: hue angle of 307.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA32A8 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 168 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.27 |
| HSL | 307.94º | 0.58% | 0.46% | - |
| HSV(B) | 307.94º | 0.73% | 0.73% | - |
| XYZ | 28.46 | 15.55 | 38.55 | - |
| YUV | 104.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 168 | 0 | 0.73 | 0.10 | 0.27 | 307.94 | 0.58 | 0.46 |
| Hex | BA | 32 | A8 | 0 | 49 | A | 1B | 134 | 3A | 2E |
| Octal | 272 | 62 | 250 | 0 | 111 | 12 | 33 | 464 | 72 | 56 |
| Binary | 10111010 | 110010 | 10101000 | 0 | 1001001 | 1010 | 11011 | 100110100 | 111010 | 101110 |
Color Harmonies of #BA32A8
Complementary color
Monochromatic Colors of #BA32A8
Black with #BA32A8
Text Example
Text Example
White with #BA32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32A8; }
p { color: rgb(186,50,168); }
H1.HeaderClassName
{
color: #BA32A8;
}
.AnyTagClassName
{
color: #BA32A8;
}
</style>
background-color css
<style>
a { background-color: #BA32A8; }
a { background-color: rgb(186,50,168); }
div.DivClassName
{
background-color: #BA32A8;
}
.BgClassName
{
background-color: #BA32A8;
}
</style>
border-color css
<style>
span { border-color: #BA32A8; }
span { border-color: rgb(186,50,168); }
td.TdClassName
{
border-color: #BA32A8;
}
.TagClassName
{
border-color: #BA32A8;
}
</style>