Shades of Medium Violet Red #BA1D88
Tints of Medium Violet Red #BA1D88
RGB
CMYK
RGB Variations
Color information
#BA1D88 (or 0xBA1D88) is known color: Medium Violet Red. HEX triplet: BA, 1D and 88. RGB value is (186,29,136). Sum of RGB (Red+Green+Blue) = 186+29+136=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D88 is #45E277. Grayscale: #575757. Windows color (decimal): -4579960 or 8920506. OLE color: 8920506.
HSL color Cylindrical-coordinate representation of color #BA1D88: hue angle of 319.11º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D88 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 136 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.27 |
| HSL | 319.11º | 0.73% | 0.42% | - |
| HSV(B) | 319.11º | 0.84% | 0.73% | - |
| XYZ | 25.13 | 13.1 | 24.5 | - |
| YUV | 88.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 136 | 0 | 0.84 | 0.27 | 0.27 | 319.11 | 0.73 | 0.42 |
| Hex | BA | 1D | 88 | 0 | 54 | 1B | 1B | 13F | 49 | 2A |
| Octal | 272 | 35 | 210 | 0 | 124 | 33 | 33 | 477 | 111 | 52 |
| Binary | 10111010 | 11101 | 10001000 | 0 | 1010100 | 11011 | 11011 | 100111111 | 1001001 | 101010 |
Color Harmonies of #BA1D88
Complementary color
Monochromatic Colors of #BA1D88
Black with #BA1D88
Text Example
Text Example
White with #BA1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D88; }
p { color: rgb(186,29,136); }
H1.HeaderClassName
{
color: #BA1D88;
}
.AnyTagClassName
{
color: #BA1D88;
}
</style>
background-color css
<style>
a { background-color: #BA1D88; }
a { background-color: rgb(186,29,136); }
div.DivClassName
{
background-color: #BA1D88;
}
.BgClassName
{
background-color: #BA1D88;
}
</style>
border-color css
<style>
span { border-color: #BA1D88; }
span { border-color: rgb(186,29,136); }
td.TdClassName
{
border-color: #BA1D88;
}
.TagClassName
{
border-color: #BA1D88;
}
</style>