Shades of Medium Violet Red #BA2081
Tints of Medium Violet Red #BA2081
RGB
CMYK
RGB Variations
Color information
#BA2081 (or 0xBA2081) is known color: Medium Violet Red. HEX triplet: BA, 20 and 81. RGB value is (186,32,129). Sum of RGB (Red+Green+Blue) = 186+32+129=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2081 is #45DF7E. Grayscale: #585858. Windows color (decimal): -4579199 or 8462522. OLE color: 8462522.
HSL color Cylindrical-coordinate representation of color #BA2081: hue angle of 322.21º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2081 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 129 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.27 |
| HSL | 322.21º | 0.71% | 0.43% | - |
| HSV(B) | 322.21º | 0.83% | 0.73% | - |
| XYZ | 24.73 | 13.06 | 21.99 | - |
| YUV | 89.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 129 | 0 | 0.83 | 0.31 | 0.27 | 322.21 | 0.71 | 0.43 |
| Hex | BA | 20 | 81 | 0 | 53 | 1F | 1B | 142 | 47 | 2B |
| Octal | 272 | 40 | 201 | 0 | 123 | 37 | 33 | 502 | 107 | 53 |
| Binary | 10111010 | 100000 | 10000001 | 0 | 1010011 | 11111 | 11011 | 101000010 | 1000111 | 101011 |
Color Harmonies of #BA2081
Complementary color
Monochromatic Colors of #BA2081
Black with #BA2081
Text Example
Text Example
White with #BA2081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2081; }
p { color: rgb(186,32,129); }
H1.HeaderClassName
{
color: #BA2081;
}
.AnyTagClassName
{
color: #BA2081;
}
</style>
background-color css
<style>
a { background-color: #BA2081; }
a { background-color: rgb(186,32,129); }
div.DivClassName
{
background-color: #BA2081;
}
.BgClassName
{
background-color: #BA2081;
}
</style>
border-color css
<style>
span { border-color: #BA2081; }
span { border-color: rgb(186,32,129); }
td.TdClassName
{
border-color: #BA2081;
}
.TagClassName
{
border-color: #BA2081;
}
</style>