Shades of Medium Red Violet #BA2381
Tints of Medium Red Violet #BA2381
RGB
CMYK
RGB Variations
Color information
#BA2381 (or 0xBA2381) is known color: Medium Red Violet. HEX triplet: BA, 23 and 81. RGB value is (186,35,129). Sum of RGB (Red+Green+Blue) = 186+35+129=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2381 is #45DC7E. Grayscale: #5A5A5A. Windows color (decimal): -4578431 or 8463290. OLE color: 8463290.
HSL color Cylindrical-coordinate representation of color #BA2381: hue angle of 322.65º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2381 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 129 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.27 |
| HSL | 322.65º | 0.68% | 0.43% | - |
| HSV(B) | 322.65º | 0.81% | 0.73% | - |
| XYZ | 24.81 | 13.23 | 22.01 | - |
| YUV | 90.87 | 149.53 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 129 | 0 | 0.81 | 0.31 | 0.27 | 322.65 | 0.68 | 0.43 |
| Hex | BA | 23 | 81 | 0 | 51 | 1F | 1B | 143 | 44 | 2B |
| Octal | 272 | 43 | 201 | 0 | 121 | 37 | 33 | 503 | 104 | 53 |
| Binary | 10111010 | 100011 | 10000001 | 0 | 1010001 | 11111 | 11011 | 101000011 | 1000100 | 101011 |
Color Harmonies of #BA2381
Complementary color
Monochromatic Colors of #BA2381
Black with #BA2381
Text Example
Text Example
White with #BA2381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2381; }
p { color: rgb(186,35,129); }
H1.HeaderClassName
{
color: #BA2381;
}
.AnyTagClassName
{
color: #BA2381;
}
</style>
background-color css
<style>
a { background-color: #BA2381; }
a { background-color: rgb(186,35,129); }
div.DivClassName
{
background-color: #BA2381;
}
.BgClassName
{
background-color: #BA2381;
}
</style>
border-color css
<style>
span { border-color: #BA2381; }
span { border-color: rgb(186,35,129); }
td.TdClassName
{
border-color: #BA2381;
}
.TagClassName
{
border-color: #BA2381;
}
</style>