Shades of Medium Red Violet #BA2B90
Tints of Medium Red Violet #BA2B90
RGB
CMYK
RGB Variations
Color information
#BA2B90 (or 0xBA2B90) is known color: Medium Red Violet. HEX triplet: BA, 2B and 90. RGB value is (186,43,144). Sum of RGB (Red+Green+Blue) = 186+43+144=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2B90 is #45D46F. Grayscale: #616161. Windows color (decimal): -4576368 or 9448378. OLE color: 9448378.
HSL color Cylindrical-coordinate representation of color #BA2B90: hue angle of 317.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B90 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 144 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.27 |
| HSL | 317.62º | 0.62% | 0.45% | - |
| HSV(B) | 317.62º | 0.77% | 0.73% | - |
| XYZ | 26.15 | 14.18 | 27.74 | - |
| YUV | 97.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 144 | 0 | 0.77 | 0.23 | 0.27 | 317.62 | 0.62 | 0.45 |
| Hex | BA | 2B | 90 | 0 | 4D | 17 | 1B | 13E | 3E | 2D |
| Octal | 272 | 53 | 220 | 0 | 115 | 27 | 33 | 476 | 76 | 55 |
| Binary | 10111010 | 101011 | 10010000 | 0 | 1001101 | 10111 | 11011 | 100111110 | 111110 | 101101 |
Color Harmonies of #BA2B90
Complementary color
Monochromatic Colors of #BA2B90
Black with #BA2B90
Text Example
Text Example
White with #BA2B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B90; }
p { color: rgb(186,43,144); }
H1.HeaderClassName
{
color: #BA2B90;
}
.AnyTagClassName
{
color: #BA2B90;
}
</style>
background-color css
<style>
a { background-color: #BA2B90; }
a { background-color: rgb(186,43,144); }
div.DivClassName
{
background-color: #BA2B90;
}
.BgClassName
{
background-color: #BA2B90;
}
</style>
border-color css
<style>
span { border-color: #BA2B90; }
span { border-color: rgb(186,43,144); }
td.TdClassName
{
border-color: #BA2B90;
}
.TagClassName
{
border-color: #BA2B90;
}
</style>