Shades of Medium Red Violet #BA287D
Tints of Medium Red Violet #BA287D
RGB
CMYK
RGB Variations
Color information
#BA287D (or 0xBA287D) is known color: Medium Red Violet. HEX triplet: BA, 28 and 7D. RGB value is (186,40,125). Sum of RGB (Red+Green+Blue) = 186+40+125=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA287D is #45D782. Grayscale: #5D5D5D. Windows color (decimal): -4577155 or 8202426. OLE color: 8202426.
HSL color Cylindrical-coordinate representation of color #BA287D: hue angle of 325.07º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA287D is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 125 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.27 |
| HSL | 325.07º | 0.65% | 0.44% | - |
| HSV(B) | 325.07º | 0.78% | 0.73% | - |
| XYZ | 24.71 | 13.44 | 20.69 | - |
| YUV | 93.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 125 | 0 | 0.78 | 0.33 | 0.27 | 325.07 | 0.65 | 0.44 |
| Hex | BA | 28 | 7D | 0 | 4E | 21 | 1B | 145 | 41 | 2C |
| Octal | 272 | 50 | 175 | 0 | 116 | 41 | 33 | 505 | 101 | 54 |
| Binary | 10111010 | 101000 | 1111101 | 0 | 1001110 | 100001 | 11011 | 101000101 | 1000001 | 101100 |
Color Harmonies of #BA287D
Complementary color
Monochromatic Colors of #BA287D
Black with #BA287D
Text Example
Text Example
White with #BA287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA287D; }
p { color: rgb(186,40,125); }
H1.HeaderClassName
{
color: #BA287D;
}
.AnyTagClassName
{
color: #BA287D;
}
</style>
background-color css
<style>
a { background-color: #BA287D; }
a { background-color: rgb(186,40,125); }
div.DivClassName
{
background-color: #BA287D;
}
.BgClassName
{
background-color: #BA287D;
}
</style>
border-color css
<style>
span { border-color: #BA287D; }
span { border-color: rgb(186,40,125); }
td.TdClassName
{
border-color: #BA287D;
}
.TagClassName
{
border-color: #BA287D;
}
</style>