Shades of Medium Violet Red #BA1087
Tints of Medium Violet Red #BA1087
RGB
CMYK
RGB Variations
Color information
#BA1087 (or 0xBA1087) is known color: Medium Violet Red. HEX triplet: BA, 10 and 87. RGB value is (186,16,135). Sum of RGB (Red+Green+Blue) = 186+16+135=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1087 is #45EF78. Grayscale: #505050. Windows color (decimal): -4583289 or 8851642. OLE color: 8851642.
HSL color Cylindrical-coordinate representation of color #BA1087: hue angle of 318º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1087 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 135 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.27 |
| HSL | 318º | 0.84% | 0.4% | - |
| HSV(B) | 318º | 0.91% | 0.73% | - |
| XYZ | 24.81 | 12.56 | 24.04 | - |
| YUV | 80.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 135 | 0 | 0.91 | 0.27 | 0.27 | 318 | 0.84 | 0.4 |
| Hex | BA | 10 | 87 | 0 | 5B | 1B | 1B | 13E | 54 | 28 |
| Octal | 272 | 20 | 207 | 0 | 133 | 33 | 33 | 476 | 124 | 50 |
| Binary | 10111010 | 10000 | 10000111 | 0 | 1011011 | 11011 | 11011 | 100111110 | 1010100 | 101000 |
Color Harmonies of #BA1087
Complementary color
Monochromatic Colors of #BA1087
Black with #BA1087
Text Example
Text Example
White with #BA1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1087; }
p { color: rgb(186,16,135); }
H1.HeaderClassName
{
color: #BA1087;
}
.AnyTagClassName
{
color: #BA1087;
}
</style>
background-color css
<style>
a { background-color: #BA1087; }
a { background-color: rgb(186,16,135); }
div.DivClassName
{
background-color: #BA1087;
}
.BgClassName
{
background-color: #BA1087;
}
</style>
border-color css
<style>
span { border-color: #BA1087; }
span { border-color: rgb(186,16,135); }
td.TdClassName
{
border-color: #BA1087;
}
.TagClassName
{
border-color: #BA1087;
}
</style>