Shades of Medium Red Violet #BA2673
Tints of Medium Red Violet #BA2673
RGB
CMYK
RGB Variations
Color information
#BA2673 (or 0xBA2673) is known color: Medium Red Violet. HEX triplet: BA, 26 and 73. RGB value is (186,38,115). Sum of RGB (Red+Green+Blue) = 186+38+115=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2673 is #45D98C. Grayscale: #5A5A5A. Windows color (decimal): -4577677 or 7546554. OLE color: 7546554.
HSL color Cylindrical-coordinate representation of color #BA2673: hue angle of 328.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2673 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 115 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.27 |
| HSL | 328.78º | 0.66% | 0.44% | - |
| HSV(B) | 328.78º | 0.8% | 0.73% | - |
| XYZ | 24.04 | 13.06 | 17.47 | - |
| YUV | 91.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 115 | 0 | 0.80 | 0.38 | 0.27 | 328.78 | 0.66 | 0.44 |
| Hex | BA | 26 | 73 | 0 | 50 | 26 | 1B | 149 | 42 | 2C |
| Octal | 272 | 46 | 163 | 0 | 120 | 46 | 33 | 511 | 102 | 54 |
| Binary | 10111010 | 100110 | 1110011 | 0 | 1010000 | 100110 | 11011 | 101001001 | 1000010 | 101100 |
Color Harmonies of #BA2673
Complementary color
Monochromatic Colors of #BA2673
Black with #BA2673
Text Example
Text Example
White with #BA2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2673; }
p { color: rgb(186,38,115); }
H1.HeaderClassName
{
color: #BA2673;
}
.AnyTagClassName
{
color: #BA2673;
}
</style>
background-color css
<style>
a { background-color: #BA2673; }
a { background-color: rgb(186,38,115); }
div.DivClassName
{
background-color: #BA2673;
}
.BgClassName
{
background-color: #BA2673;
}
</style>
border-color css
<style>
span { border-color: #BA2673; }
span { border-color: rgb(186,38,115); }
td.TdClassName
{
border-color: #BA2673;
}
.TagClassName
{
border-color: #BA2673;
}
</style>