Shades of Medium Red Violet #BA2882
Tints of Medium Red Violet #BA2882
RGB
CMYK
RGB Variations
Color information
#BA2882 (or 0xBA2882) is known color: Medium Red Violet. HEX triplet: BA, 28 and 82. RGB value is (186,40,130). Sum of RGB (Red+Green+Blue) = 186+40+130=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2882 is #45D77D. Grayscale: #5D5D5D. Windows color (decimal): -4577150 or 8530106. OLE color: 8530106.
HSL color Cylindrical-coordinate representation of color #BA2882: hue angle of 323.01º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2882 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 130 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.27 |
| HSL | 323.01º | 0.65% | 0.44% | - |
| HSV(B) | 323.01º | 0.78% | 0.73% | - |
| XYZ | 25.04 | 13.57 | 22.42 | - |
| YUV | 93.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 130 | 0 | 0.78 | 0.30 | 0.27 | 323.01 | 0.65 | 0.44 |
| Hex | BA | 28 | 82 | 0 | 4E | 1E | 1B | 143 | 41 | 2C |
| Octal | 272 | 50 | 202 | 0 | 116 | 36 | 33 | 503 | 101 | 54 |
| Binary | 10111010 | 101000 | 10000010 | 0 | 1001110 | 11110 | 11011 | 101000011 | 1000001 | 101100 |
Color Harmonies of #BA2882
Complementary color
Monochromatic Colors of #BA2882
Black with #BA2882
Text Example
Text Example
White with #BA2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2882; }
p { color: rgb(186,40,130); }
H1.HeaderClassName
{
color: #BA2882;
}
.AnyTagClassName
{
color: #BA2882;
}
</style>
background-color css
<style>
a { background-color: #BA2882; }
a { background-color: rgb(186,40,130); }
div.DivClassName
{
background-color: #BA2882;
}
.BgClassName
{
background-color: #BA2882;
}
</style>
border-color css
<style>
span { border-color: #BA2882; }
span { border-color: rgb(186,40,130); }
td.TdClassName
{
border-color: #BA2882;
}
.TagClassName
{
border-color: #BA2882;
}
</style>