Shades of Medium Violet Red #BA1B82
Tints of Medium Violet Red #BA1B82
RGB
CMYK
RGB Variations
Color information
#BA1B82 (or 0xBA1B82) is known color: Medium Violet Red. HEX triplet: BA, 1B and 82. RGB value is (186,27,130). Sum of RGB (Red+Green+Blue) = 186+27+130=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B82 is #45E47D. Grayscale: #565656. Windows color (decimal): -4580478 or 8526778. OLE color: 8526778.
HSL color Cylindrical-coordinate representation of color #BA1B82: hue angle of 321.13º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B82 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 130 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.27 |
| HSL | 321.13º | 0.75% | 0.42% | - |
| HSV(B) | 321.13º | 0.85% | 0.73% | - |
| XYZ | 24.67 | 12.83 | 22.3 | - |
| YUV | 86.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 130 | 0 | 0.85 | 0.30 | 0.27 | 321.13 | 0.75 | 0.42 |
| Hex | BA | 1B | 82 | 0 | 55 | 1E | 1B | 141 | 4B | 2A |
| Octal | 272 | 33 | 202 | 0 | 125 | 36 | 33 | 501 | 113 | 52 |
| Binary | 10111010 | 11011 | 10000010 | 0 | 1010101 | 11110 | 11011 | 101000001 | 1001011 | 101010 |
Color Harmonies of #BA1B82
Complementary color
Monochromatic Colors of #BA1B82
Black with #BA1B82
Text Example
Text Example
White with #BA1B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B82; }
p { color: rgb(186,27,130); }
H1.HeaderClassName
{
color: #BA1B82;
}
.AnyTagClassName
{
color: #BA1B82;
}
</style>
background-color css
<style>
a { background-color: #BA1B82; }
a { background-color: rgb(186,27,130); }
div.DivClassName
{
background-color: #BA1B82;
}
.BgClassName
{
background-color: #BA1B82;
}
</style>
border-color css
<style>
span { border-color: #BA1B82; }
span { border-color: rgb(186,27,130); }
td.TdClassName
{
border-color: #BA1B82;
}
.TagClassName
{
border-color: #BA1B82;
}
</style>