Shades of Medium Violet Red #BA0881
Tints of Medium Violet Red #BA0881
RGB
CMYK
RGB Variations
Color information
#BA0881 (or 0xBA0881) is known color: Medium Violet Red. HEX triplet: BA, 08 and 81. RGB value is (186,8,129). Sum of RGB (Red+Green+Blue) = 186+8+129=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0881 is #45F77E. Grayscale: #4A4A4A. Windows color (decimal): -4585343 or 8456378. OLE color: 8456378.
HSL color Cylindrical-coordinate representation of color #BA0881: hue angle of 319.21º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0881 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.27 |
| HSL | 319.21º | 0.92% | 0.38% | - |
| HSV(B) | 319.21º | 0.96% | 0.73% | - |
| XYZ | 24.3 | 12.2 | 21.84 | - |
| YUV | 75.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 129 | 0 | 0.96 | 0.31 | 0.27 | 319.21 | 0.92 | 0.38 |
| Hex | BA | 8 | 81 | 0 | 60 | 1F | 1B | 13F | 5C | 26 |
| Octal | 272 | 10 | 201 | 0 | 140 | 37 | 33 | 477 | 134 | 46 |
| Binary | 10111010 | 1000 | 10000001 | 0 | 1100000 | 11111 | 11011 | 100111111 | 1011100 | 100110 |
Color Harmonies of #BA0881
Complementary color
Monochromatic Colors of #BA0881
Black with #BA0881
Text Example
Text Example
White with #BA0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0881; }
p { color: rgb(186,8,129); }
H1.HeaderClassName
{
color: #BA0881;
}
.AnyTagClassName
{
color: #BA0881;
}
</style>
background-color css
<style>
a { background-color: #BA0881; }
a { background-color: rgb(186,8,129); }
div.DivClassName
{
background-color: #BA0881;
}
.BgClassName
{
background-color: #BA0881;
}
</style>
border-color css
<style>
span { border-color: #BA0881; }
span { border-color: rgb(186,8,129); }
td.TdClassName
{
border-color: #BA0881;
}
.TagClassName
{
border-color: #BA0881;
}
</style>