Shades of Medium Red Violet #BA3172
Tints of Medium Red Violet #BA3172
RGB
CMYK
RGB Variations
Color information
#BA3172 (or 0xBA3172) is known color: Medium Red Violet. HEX triplet: BA, 31 and 72. RGB value is (186,49,114). Sum of RGB (Red+Green+Blue) = 186+49+114=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3172 is #45CE8D. Grayscale: #616161. Windows color (decimal): -4574862 or 7483834. OLE color: 7483834.
HSL color Cylindrical-coordinate representation of color #BA3172: hue angle of 331.53º 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 #BA3172 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 114 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.27 |
| HSL | 331.53º | 0.58% | 0.46% | - |
| HSV(B) | 331.53º | 0.74% | 0.73% | - |
| XYZ | 24.39 | 13.85 | 17.31 | - |
| YUV | 97.37 | 137.39 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 114 | 0 | 0.74 | 0.39 | 0.27 | 331.53 | 0.58 | 0.46 |
| Hex | BA | 31 | 72 | 0 | 4A | 27 | 1B | 14C | 3A | 2E |
| Octal | 272 | 61 | 162 | 0 | 112 | 47 | 33 | 514 | 72 | 56 |
| Binary | 10111010 | 110001 | 1110010 | 0 | 1001010 | 100111 | 11011 | 101001100 | 111010 | 101110 |
Color Harmonies of #BA3172
Complementary color
Monochromatic Colors of #BA3172
Black with #BA3172
Text Example
Text Example
White with #BA3172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3172; }
p { color: rgb(186,49,114); }
H1.HeaderClassName
{
color: #BA3172;
}
.AnyTagClassName
{
color: #BA3172;
}
</style>
background-color css
<style>
a { background-color: #BA3172; }
a { background-color: rgb(186,49,114); }
div.DivClassName
{
background-color: #BA3172;
}
.BgClassName
{
background-color: #BA3172;
}
</style>
border-color css
<style>
span { border-color: #BA3172; }
span { border-color: rgb(186,49,114); }
td.TdClassName
{
border-color: #BA3172;
}
.TagClassName
{
border-color: #BA3172;
}
</style>