Shades of Medium Red Violet #BA31A4
Tints of Medium Red Violet #BA31A4
RGB
CMYK
RGB Variations
Color information
#BA31A4 (or 0xBA31A4) is known color: Medium Red Violet. HEX triplet: BA, 31 and A4. RGB value is (186,49,164). Sum of RGB (Red+Green+Blue) = 186+49+164=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31A4 is #45CE5B. Grayscale: #666666. Windows color (decimal): -4574812 or 10760634. OLE color: 10760634.
HSL color Cylindrical-coordinate representation of color #BA31A4: hue angle of 309.64º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31A4 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 164 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.27 |
| HSL | 309.64º | 0.58% | 0.46% | - |
| HSV(B) | 309.64º | 0.74% | 0.73% | - |
| XYZ | 28.05 | 15.32 | 36.6 | - |
| YUV | 103.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 164 | 0 | 0.74 | 0.12 | 0.27 | 309.64 | 0.58 | 0.46 |
| Hex | BA | 31 | A4 | 0 | 4A | C | 1B | 136 | 3A | 2E |
| Octal | 272 | 61 | 244 | 0 | 112 | 14 | 33 | 466 | 72 | 56 |
| Binary | 10111010 | 110001 | 10100100 | 0 | 1001010 | 1100 | 11011 | 100110110 | 111010 | 101110 |
Color Harmonies of #BA31A4
Complementary color
Monochromatic Colors of #BA31A4
Black with #BA31A4
Text Example
Text Example
White with #BA31A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31A4; }
p { color: rgb(186,49,164); }
H1.HeaderClassName
{
color: #BA31A4;
}
.AnyTagClassName
{
color: #BA31A4;
}
</style>
background-color css
<style>
a { background-color: #BA31A4; }
a { background-color: rgb(186,49,164); }
div.DivClassName
{
background-color: #BA31A4;
}
.BgClassName
{
background-color: #BA31A4;
}
</style>
border-color css
<style>
span { border-color: #BA31A4; }
span { border-color: rgb(186,49,164); }
td.TdClassName
{
border-color: #BA31A4;
}
.TagClassName
{
border-color: #BA31A4;
}
</style>