Shades of Medium Red Violet #BA2271
Tints of Medium Red Violet #BA2271
RGB
CMYK
RGB Variations
Color information
#BA2271 (or 0xBA2271) is known color: Medium Red Violet. HEX triplet: BA, 22 and 71. RGB value is (186,34,113). Sum of RGB (Red+Green+Blue) = 186+34+113=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2271 is #45DD8E. Grayscale: #585858. Windows color (decimal): -4578703 or 7414458. OLE color: 7414458.
HSL color Cylindrical-coordinate representation of color #BA2271: hue angle of 328.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2271 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 113 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.27 |
| HSL | 328.82º | 0.69% | 0.43% | - |
| HSV(B) | 328.82º | 0.82% | 0.73% | - |
| XYZ | 23.8 | 12.78 | 16.83 | - |
| YUV | 88.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 113 | 0 | 0.82 | 0.39 | 0.27 | 328.82 | 0.69 | 0.43 |
| Hex | BA | 22 | 71 | 0 | 52 | 27 | 1B | 149 | 45 | 2B |
| Octal | 272 | 42 | 161 | 0 | 122 | 47 | 33 | 511 | 105 | 53 |
| Binary | 10111010 | 100010 | 1110001 | 0 | 1010010 | 100111 | 11011 | 101001001 | 1000101 | 101011 |
Color Harmonies of #BA2271
Complementary color
Monochromatic Colors of #BA2271
Black with #BA2271
Text Example
Text Example
White with #BA2271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2271; }
p { color: rgb(186,34,113); }
H1.HeaderClassName
{
color: #BA2271;
}
.AnyTagClassName
{
color: #BA2271;
}
</style>
background-color css
<style>
a { background-color: #BA2271; }
a { background-color: rgb(186,34,113); }
div.DivClassName
{
background-color: #BA2271;
}
.BgClassName
{
background-color: #BA2271;
}
</style>
border-color css
<style>
span { border-color: #BA2271; }
span { border-color: rgb(186,34,113); }
td.TdClassName
{
border-color: #BA2271;
}
.TagClassName
{
border-color: #BA2271;
}
</style>