Shades of Medium Violet Red #BA1B71
Tints of Medium Violet Red #BA1B71
RGB
CMYK
RGB Variations
Color information
#BA1B71 (or 0xBA1B71) is known color: Medium Violet Red. HEX triplet: BA, 1B and 71. RGB value is (186,27,113). Sum of RGB (Red+Green+Blue) = 186+27+113=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B71 is #45E48E. Grayscale: #545454. Windows color (decimal): -4580495 or 7412666. OLE color: 7412666.
HSL color Cylindrical-coordinate representation of color #BA1B71: hue angle of 327.55º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B71 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 113 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.27 |
| HSL | 327.55º | 0.75% | 0.42% | - |
| HSV(B) | 327.55º | 0.85% | 0.73% | - |
| XYZ | 23.62 | 12.42 | 16.77 | - |
| YUV | 84.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 113 | 0 | 0.85 | 0.39 | 0.27 | 327.55 | 0.75 | 0.42 |
| Hex | BA | 1B | 71 | 0 | 55 | 27 | 1B | 148 | 4B | 2A |
| Octal | 272 | 33 | 161 | 0 | 125 | 47 | 33 | 510 | 113 | 52 |
| Binary | 10111010 | 11011 | 1110001 | 0 | 1010101 | 100111 | 11011 | 101001000 | 1001011 | 101010 |
Color Harmonies of #BA1B71
Complementary color
Monochromatic Colors of #BA1B71
Black with #BA1B71
Text Example
Text Example
White with #BA1B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B71; }
p { color: rgb(186,27,113); }
H1.HeaderClassName
{
color: #BA1B71;
}
.AnyTagClassName
{
color: #BA1B71;
}
</style>
background-color css
<style>
a { background-color: #BA1B71; }
a { background-color: rgb(186,27,113); }
div.DivClassName
{
background-color: #BA1B71;
}
.BgClassName
{
background-color: #BA1B71;
}
</style>
border-color css
<style>
span { border-color: #BA1B71; }
span { border-color: rgb(186,27,113); }
td.TdClassName
{
border-color: #BA1B71;
}
.TagClassName
{
border-color: #BA1B71;
}
</style>