Shades of Medium Red Violet #BA288F
Tints of Medium Red Violet #BA288F
RGB
CMYK
RGB Variations
Color information
#BA288F (or 0xBA288F) is known color: Medium Red Violet. HEX triplet: BA, 28 and 8F. RGB value is (186,40,143). Sum of RGB (Red+Green+Blue) = 186+40+143=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA288F is #45D770. Grayscale: #5F5F5F. Windows color (decimal): -4577137 or 9382074. OLE color: 9382074.
HSL color Cylindrical-coordinate representation of color #BA288F: hue angle of 317.67º 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 #BA288F is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 143 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.27 |
| HSL | 317.67º | 0.65% | 0.44% | - |
| HSV(B) | 317.67º | 0.78% | 0.73% | - |
| XYZ | 25.97 | 13.94 | 27.31 | - |
| YUV | 95.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 143 | 0 | 0.78 | 0.23 | 0.27 | 317.67 | 0.65 | 0.44 |
| Hex | BA | 28 | 8F | 0 | 4E | 17 | 1B | 13E | 41 | 2C |
| Octal | 272 | 50 | 217 | 0 | 116 | 27 | 33 | 476 | 101 | 54 |
| Binary | 10111010 | 101000 | 10001111 | 0 | 1001110 | 10111 | 11011 | 100111110 | 1000001 | 101100 |
Color Harmonies of #BA288F
Complementary color
Monochromatic Colors of #BA288F
Black with #BA288F
Text Example
Text Example
White with #BA288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA288F; }
p { color: rgb(186,40,143); }
H1.HeaderClassName
{
color: #BA288F;
}
.AnyTagClassName
{
color: #BA288F;
}
</style>
background-color css
<style>
a { background-color: #BA288F; }
a { background-color: rgb(186,40,143); }
div.DivClassName
{
background-color: #BA288F;
}
.BgClassName
{
background-color: #BA288F;
}
</style>
border-color css
<style>
span { border-color: #BA288F; }
span { border-color: rgb(186,40,143); }
td.TdClassName
{
border-color: #BA288F;
}
.TagClassName
{
border-color: #BA288F;
}
</style>