Shades of Medium Red Violet #BA2170
Tints of Medium Red Violet #BA2170
RGB
CMYK
RGB Variations
Color information
#BA2170 (or 0xBA2170) is known color: Medium Red Violet. HEX triplet: BA, 21 and 70. RGB value is (186,33,112). Sum of RGB (Red+Green+Blue) = 186+33+112=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2170 is #45DE8F. Grayscale: #575757. Windows color (decimal): -4578960 or 7348666. OLE color: 7348666.
HSL color Cylindrical-coordinate representation of color #BA2170: hue angle of 329.02º degrees, saturation: 0.7, 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 #BA2170 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 112 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.27 |
| HSL | 329.02º | 0.7% | 0.43% | - |
| HSV(B) | 329.02º | 0.82% | 0.73% | - |
| XYZ | 23.72 | 12.7 | 16.53 | - |
| YUV | 87.75 | 141.69 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 112 | 0 | 0.82 | 0.40 | 0.27 | 329.02 | 0.7 | 0.43 |
| Hex | BA | 21 | 70 | 0 | 52 | 28 | 1B | 149 | 46 | 2B |
| Octal | 272 | 41 | 160 | 0 | 122 | 50 | 33 | 511 | 106 | 53 |
| Binary | 10111010 | 100001 | 1110000 | 0 | 1010010 | 101000 | 11011 | 101001001 | 1000110 | 101011 |
Color Harmonies of #BA2170
Complementary color
Monochromatic Colors of #BA2170
Black with #BA2170
Text Example
Text Example
White with #BA2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2170; }
p { color: rgb(186,33,112); }
H1.HeaderClassName
{
color: #BA2170;
}
.AnyTagClassName
{
color: #BA2170;
}
</style>
background-color css
<style>
a { background-color: #BA2170; }
a { background-color: rgb(186,33,112); }
div.DivClassName
{
background-color: #BA2170;
}
.BgClassName
{
background-color: #BA2170;
}
</style>
border-color css
<style>
span { border-color: #BA2170; }
span { border-color: rgb(186,33,112); }
td.TdClassName
{
border-color: #BA2170;
}
.TagClassName
{
border-color: #BA2170;
}
</style>