Shades of Medium Red Violet #BA31A7
Tints of Medium Red Violet #BA31A7
RGB
CMYK
RGB Variations
Color information
#BA31A7 (or 0xBA31A7) is known color: Medium Red Violet. HEX triplet: BA, 31 and A7. RGB value is (186,49,167). Sum of RGB (Red+Green+Blue) = 186+49+167=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31A7 is #45CE58. Grayscale: #676767. Windows color (decimal): -4574809 or 10957242. OLE color: 10957242.
HSL color Cylindrical-coordinate representation of color #BA31A7: hue angle of 308.32º 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 #BA31A7 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 167 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.27 |
| HSL | 308.32º | 0.58% | 0.46% | - |
| HSV(B) | 308.32º | 0.74% | 0.73% | - |
| XYZ | 28.32 | 15.43 | 38.04 | - |
| YUV | 103.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 167 | 0 | 0.74 | 0.10 | 0.27 | 308.32 | 0.58 | 0.46 |
| Hex | BA | 31 | A7 | 0 | 4A | A | 1B | 134 | 3A | 2E |
| Octal | 272 | 61 | 247 | 0 | 112 | 12 | 33 | 464 | 72 | 56 |
| Binary | 10111010 | 110001 | 10100111 | 0 | 1001010 | 1010 | 11011 | 100110100 | 111010 | 101110 |
Color Harmonies of #BA31A7
Complementary color
Monochromatic Colors of #BA31A7
Black with #BA31A7
Text Example
Text Example
White with #BA31A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31A7; }
p { color: rgb(186,49,167); }
H1.HeaderClassName
{
color: #BA31A7;
}
.AnyTagClassName
{
color: #BA31A7;
}
</style>
background-color css
<style>
a { background-color: #BA31A7; }
a { background-color: rgb(186,49,167); }
div.DivClassName
{
background-color: #BA31A7;
}
.BgClassName
{
background-color: #BA31A7;
}
</style>
border-color css
<style>
span { border-color: #BA31A7; }
span { border-color: rgb(186,49,167); }
td.TdClassName
{
border-color: #BA31A7;
}
.TagClassName
{
border-color: #BA31A7;
}
</style>