Shades of Medium Red Violet #BA2D7B
Tints of Medium Red Violet #BA2D7B
RGB
CMYK
RGB Variations
Color information
#BA2D7B (or 0xBA2D7B) is known color: Medium Red Violet. HEX triplet: BA, 2D and 7B. RGB value is (186,45,123). Sum of RGB (Red+Green+Blue) = 186+45+123=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D7B is #45D284. Grayscale: #5F5F5F. Windows color (decimal): -4575877 or 8072634. OLE color: 8072634.
HSL color Cylindrical-coordinate representation of color #BA2D7B: hue angle of 326.81º 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 #BA2D7B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 123 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.27 |
| HSL | 326.81º | 0.61% | 0.45% | - |
| HSV(B) | 326.81º | 0.76% | 0.73% | - |
| XYZ | 24.76 | 13.75 | 20.09 | - |
| YUV | 96.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 123 | 0 | 0.76 | 0.34 | 0.27 | 326.81 | 0.61 | 0.45 |
| Hex | BA | 2D | 7B | 0 | 4C | 22 | 1B | 147 | 3D | 2D |
| Octal | 272 | 55 | 173 | 0 | 114 | 42 | 33 | 507 | 75 | 55 |
| Binary | 10111010 | 101101 | 1111011 | 0 | 1001100 | 100010 | 11011 | 101000111 | 111101 | 101101 |
Color Harmonies of #BA2D7B
Complementary color
Monochromatic Colors of #BA2D7B
Black with #BA2D7B
Text Example
Text Example
White with #BA2D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D7B; }
p { color: rgb(186,45,123); }
H1.HeaderClassName
{
color: #BA2D7B;
}
.AnyTagClassName
{
color: #BA2D7B;
}
</style>
background-color css
<style>
a { background-color: #BA2D7B; }
a { background-color: rgb(186,45,123); }
div.DivClassName
{
background-color: #BA2D7B;
}
.BgClassName
{
background-color: #BA2D7B;
}
</style>
border-color css
<style>
span { border-color: #BA2D7B; }
span { border-color: rgb(186,45,123); }
td.TdClassName
{
border-color: #BA2D7B;
}
.TagClassName
{
border-color: #BA2D7B;
}
</style>