Shades of Medium Red Violet #BA2D8A
Tints of Medium Red Violet #BA2D8A
RGB
CMYK
RGB Variations
Color information
#BA2D8A (or 0xBA2D8A) is known color: Medium Red Violet. HEX triplet: BA, 2D and 8A. RGB value is (186,45,138). Sum of RGB (Red+Green+Blue) = 186+45+138=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2D8A is #45D275. Grayscale: #616161. Windows color (decimal): -4575862 or 9055674. OLE color: 9055674.
HSL color Cylindrical-coordinate representation of color #BA2D8A: hue angle of 320.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D8A is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 138 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.27 |
| HSL | 320.43º | 0.61% | 0.45% | - |
| HSV(B) | 320.43º | 0.76% | 0.73% | - |
| XYZ | 25.78 | 14.15 | 25.42 | - |
| YUV | 97.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 138 | 0 | 0.76 | 0.26 | 0.27 | 320.43 | 0.61 | 0.45 |
| Hex | BA | 2D | 8A | 0 | 4C | 1A | 1B | 140 | 3D | 2D |
| Octal | 272 | 55 | 212 | 0 | 114 | 32 | 33 | 500 | 75 | 55 |
| Binary | 10111010 | 101101 | 10001010 | 0 | 1001100 | 11010 | 11011 | 101000000 | 111101 | 101101 |
Color Harmonies of #BA2D8A
Complementary color
Monochromatic Colors of #BA2D8A
Black with #BA2D8A
Text Example
Text Example
White with #BA2D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D8A; }
p { color: rgb(186,45,138); }
H1.HeaderClassName
{
color: #BA2D8A;
}
.AnyTagClassName
{
color: #BA2D8A;
}
</style>
background-color css
<style>
a { background-color: #BA2D8A; }
a { background-color: rgb(186,45,138); }
div.DivClassName
{
background-color: #BA2D8A;
}
.BgClassName
{
background-color: #BA2D8A;
}
</style>
border-color css
<style>
span { border-color: #BA2D8A; }
span { border-color: rgb(186,45,138); }
td.TdClassName
{
border-color: #BA2D8A;
}
.TagClassName
{
border-color: #BA2D8A;
}
</style>