Shades of Medium Red Violet #BA2E7B
Tints of Medium Red Violet #BA2E7B
RGB
CMYK
RGB Variations
Color information
#BA2E7B (or 0xBA2E7B) is known color: Medium Red Violet. HEX triplet: BA, 2E and 7B. RGB value is (186,46,123). Sum of RGB (Red+Green+Blue) = 186+46+123=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E7B is #45D184. Grayscale: #606060. Windows color (decimal): -4575621 or 8072890. OLE color: 8072890.
HSL color Cylindrical-coordinate representation of color #BA2E7B: hue angle of 327º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E7B is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 123 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.27 |
| HSL | 327º | 0.6% | 0.45% | - |
| HSV(B) | 327º | 0.75% | 0.73% | - |
| XYZ | 24.8 | 13.82 | 20.1 | - |
| YUV | 96.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 123 | 0 | 0.75 | 0.34 | 0.27 | 327 | 0.6 | 0.45 |
| Hex | BA | 2E | 7B | 0 | 4B | 22 | 1B | 147 | 3C | 2D |
| Octal | 272 | 56 | 173 | 0 | 113 | 42 | 33 | 507 | 74 | 55 |
| Binary | 10111010 | 101110 | 1111011 | 0 | 1001011 | 100010 | 11011 | 101000111 | 111100 | 101101 |
Color Harmonies of #BA2E7B
Complementary color
Monochromatic Colors of #BA2E7B
Black with #BA2E7B
Text Example
Text Example
White with #BA2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E7B; }
p { color: rgb(186,46,123); }
H1.HeaderClassName
{
color: #BA2E7B;
}
.AnyTagClassName
{
color: #BA2E7B;
}
</style>
background-color css
<style>
a { background-color: #BA2E7B; }
a { background-color: rgb(186,46,123); }
div.DivClassName
{
background-color: #BA2E7B;
}
.BgClassName
{
background-color: #BA2E7B;
}
</style>
border-color css
<style>
span { border-color: #BA2E7B; }
span { border-color: rgb(186,46,123); }
td.TdClassName
{
border-color: #BA2E7B;
}
.TagClassName
{
border-color: #BA2E7B;
}
</style>