Shades of Medium Red Violet #BA4280
Tints of Medium Red Violet #BA4280
RGB
CMYK
RGB Variations
Color information
#BA4280 (or 0xBA4280) is known color: Medium Red Violet. HEX triplet: BA, 42 and 80. RGB value is (186,66,128). Sum of RGB (Red+Green+Blue) = 186+66+128=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4280 is #45BD7F. Grayscale: #6C6C6C. Windows color (decimal): -4570496 or 8405690. OLE color: 8405690.
HSL color Cylindrical-coordinate representation of color #BA4280: hue angle of 329º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4280 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 128 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.27 |
| HSL | 329º | 0.48% | 0.49% | - |
| HSV(B) | 329º | 0.65% | 0.73% | - |
| XYZ | 26.09 | 15.89 | 22.11 | - |
| YUV | 108.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 128 | 0 | 0.65 | 0.31 | 0.27 | 329 | 0.48 | 0.49 |
| Hex | BA | 42 | 80 | 0 | 41 | 1F | 1B | 149 | 30 | 31 |
| Octal | 272 | 102 | 200 | 0 | 101 | 37 | 33 | 511 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10000000 | 0 | 1000001 | 11111 | 11011 | 101001001 | 110000 | 110001 |
Color Harmonies of #BA4280
Complementary color
Monochromatic Colors of #BA4280
Black with #BA4280
Text Example
Text Example
White with #BA4280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4280; }
p { color: rgb(186,66,128); }
H1.HeaderClassName
{
color: #BA4280;
}
.AnyTagClassName
{
color: #BA4280;
}
</style>
background-color css
<style>
a { background-color: #BA4280; }
a { background-color: rgb(186,66,128); }
div.DivClassName
{
background-color: #BA4280;
}
.BgClassName
{
background-color: #BA4280;
}
</style>
border-color css
<style>
span { border-color: #BA4280; }
span { border-color: rgb(186,66,128); }
td.TdClassName
{
border-color: #BA4280;
}
.TagClassName
{
border-color: #BA4280;
}
</style>