Shades of Medium Violet Red #BA1083
Tints of Medium Violet Red #BA1083
RGB
CMYK
RGB Variations
Color information
#BA1083 (or 0xBA1083) is known color: Medium Violet Red. HEX triplet: BA, 10 and 83. RGB value is (186,16,131). Sum of RGB (Red+Green+Blue) = 186+16+131=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1083 is #45EF7C. Grayscale: #4F4F4F. Windows color (decimal): -4583293 or 8589498. OLE color: 8589498.
HSL color Cylindrical-coordinate representation of color #BA1083: hue angle of 319.41º 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 #BA1083 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 131 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.27 |
| HSL | 319.41º | 0.84% | 0.4% | - |
| HSV(B) | 319.41º | 0.91% | 0.73% | - |
| XYZ | 24.53 | 12.45 | 22.58 | - |
| YUV | 79.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 131 | 0 | 0.91 | 0.30 | 0.27 | 319.41 | 0.84 | 0.4 |
| Hex | BA | 10 | 83 | 0 | 5B | 1E | 1B | 13F | 54 | 28 |
| Octal | 272 | 20 | 203 | 0 | 133 | 36 | 33 | 477 | 124 | 50 |
| Binary | 10111010 | 10000 | 10000011 | 0 | 1011011 | 11110 | 11011 | 100111111 | 1010100 | 101000 |
Color Harmonies of #BA1083
Complementary color
Monochromatic Colors of #BA1083
Black with #BA1083
Text Example
Text Example
White with #BA1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1083; }
p { color: rgb(186,16,131); }
H1.HeaderClassName
{
color: #BA1083;
}
.AnyTagClassName
{
color: #BA1083;
}
</style>
background-color css
<style>
a { background-color: #BA1083; }
a { background-color: rgb(186,16,131); }
div.DivClassName
{
background-color: #BA1083;
}
.BgClassName
{
background-color: #BA1083;
}
</style>
border-color css
<style>
span { border-color: #BA1083; }
span { border-color: rgb(186,16,131); }
td.TdClassName
{
border-color: #BA1083;
}
.TagClassName
{
border-color: #BA1083;
}
</style>