Shades of Medium Violet Red #BA1A8B
Tints of Medium Violet Red #BA1A8B
RGB
CMYK
RGB Variations
Color information
#BA1A8B (or 0xBA1A8B) is known color: Medium Violet Red. HEX triplet: BA, 1A and 8B. RGB value is (186,26,139). Sum of RGB (Red+Green+Blue) = 186+26+139=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A8B is #45E574. Grayscale: #565656. Windows color (decimal): -4580725 or 9116346. OLE color: 9116346.
HSL color Cylindrical-coordinate representation of color #BA1A8B: hue angle of 317.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A8B is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 139 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.27 |
| HSL | 317.63º | 0.75% | 0.42% | - |
| HSV(B) | 317.63º | 0.86% | 0.73% | - |
| XYZ | 25.28 | 13.04 | 25.61 | - |
| YUV | 86.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 139 | 0 | 0.86 | 0.25 | 0.27 | 317.63 | 0.75 | 0.42 |
| Hex | BA | 1A | 8B | 0 | 56 | 19 | 1B | 13E | 4B | 2A |
| Octal | 272 | 32 | 213 | 0 | 126 | 31 | 33 | 476 | 113 | 52 |
| Binary | 10111010 | 11010 | 10001011 | 0 | 1010110 | 11001 | 11011 | 100111110 | 1001011 | 101010 |
Color Harmonies of #BA1A8B
Complementary color
Monochromatic Colors of #BA1A8B
Black with #BA1A8B
Text Example
Text Example
White with #BA1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A8B; }
p { color: rgb(186,26,139); }
H1.HeaderClassName
{
color: #BA1A8B;
}
.AnyTagClassName
{
color: #BA1A8B;
}
</style>
background-color css
<style>
a { background-color: #BA1A8B; }
a { background-color: rgb(186,26,139); }
div.DivClassName
{
background-color: #BA1A8B;
}
.BgClassName
{
background-color: #BA1A8B;
}
</style>
border-color css
<style>
span { border-color: #BA1A8B; }
span { border-color: rgb(186,26,139); }
td.TdClassName
{
border-color: #BA1A8B;
}
.TagClassName
{
border-color: #BA1A8B;
}
</style>