Shades of Medium Violet Red #BA1982
Tints of Medium Violet Red #BA1982
RGB
CMYK
RGB Variations
Color information
#BA1982 (or 0xBA1982) is known color: Medium Violet Red. HEX triplet: BA, 19 and 82. RGB value is (186,25,130). Sum of RGB (Red+Green+Blue) = 186+25+130=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1982 is #45E67D. Grayscale: #545454. Windows color (decimal): -4580990 or 8526266. OLE color: 8526266.
HSL color Cylindrical-coordinate representation of color #BA1982: hue angle of 320.87º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1982 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 130 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.27 |
| HSL | 320.87º | 0.76% | 0.41% | - |
| HSV(B) | 320.87º | 0.87% | 0.73% | - |
| XYZ | 24.63 | 12.75 | 22.28 | - |
| YUV | 85.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 130 | 0 | 0.87 | 0.30 | 0.27 | 320.87 | 0.76 | 0.41 |
| Hex | BA | 19 | 82 | 0 | 57 | 1E | 1B | 141 | 4C | 29 |
| Octal | 272 | 31 | 202 | 0 | 127 | 36 | 33 | 501 | 114 | 51 |
| Binary | 10111010 | 11001 | 10000010 | 0 | 1010111 | 11110 | 11011 | 101000001 | 1001100 | 101001 |
Color Harmonies of #BA1982
Complementary color
Monochromatic Colors of #BA1982
Black with #BA1982
Text Example
Text Example
White with #BA1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1982; }
p { color: rgb(186,25,130); }
H1.HeaderClassName
{
color: #BA1982;
}
.AnyTagClassName
{
color: #BA1982;
}
</style>
background-color css
<style>
a { background-color: #BA1982; }
a { background-color: rgb(186,25,130); }
div.DivClassName
{
background-color: #BA1982;
}
.BgClassName
{
background-color: #BA1982;
}
</style>
border-color css
<style>
span { border-color: #BA1982; }
span { border-color: rgb(186,25,130); }
td.TdClassName
{
border-color: #BA1982;
}
.TagClassName
{
border-color: #BA1982;
}
</style>