Shades of Medium Red Violet #BA2881
Tints of Medium Red Violet #BA2881
RGB
CMYK
RGB Variations
Color information
#BA2881 (or 0xBA2881) is known color: Medium Red Violet. HEX triplet: BA, 28 and 81. RGB value is (186,40,129). Sum of RGB (Red+Green+Blue) = 186+40+129=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2881 is #45D77E. Grayscale: #5D5D5D. Windows color (decimal): -4577151 or 8464570. OLE color: 8464570.
HSL color Cylindrical-coordinate representation of color #BA2881: hue angle of 323.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2881 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 129 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.27 |
| HSL | 323.42º | 0.65% | 0.44% | - |
| HSV(B) | 323.42º | 0.78% | 0.73% | - |
| XYZ | 24.97 | 13.54 | 22.07 | - |
| YUV | 93.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 129 | 0 | 0.78 | 0.31 | 0.27 | 323.42 | 0.65 | 0.44 |
| Hex | BA | 28 | 81 | 0 | 4E | 1F | 1B | 143 | 41 | 2C |
| Octal | 272 | 50 | 201 | 0 | 116 | 37 | 33 | 503 | 101 | 54 |
| Binary | 10111010 | 101000 | 10000001 | 0 | 1001110 | 11111 | 11011 | 101000011 | 1000001 | 101100 |
Color Harmonies of #BA2881
Complementary color
Monochromatic Colors of #BA2881
Black with #BA2881
Text Example
Text Example
White with #BA2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2881; }
p { color: rgb(186,40,129); }
H1.HeaderClassName
{
color: #BA2881;
}
.AnyTagClassName
{
color: #BA2881;
}
</style>
background-color css
<style>
a { background-color: #BA2881; }
a { background-color: rgb(186,40,129); }
div.DivClassName
{
background-color: #BA2881;
}
.BgClassName
{
background-color: #BA2881;
}
</style>
border-color css
<style>
span { border-color: #BA2881; }
span { border-color: rgb(186,40,129); }
td.TdClassName
{
border-color: #BA2881;
}
.TagClassName
{
border-color: #BA2881;
}
</style>