Shades of Medium Red Violet #BA328F
Tints of Medium Red Violet #BA328F
RGB
CMYK
RGB Variations
Color information
#BA328F (or 0xBA328F) is known color: Medium Red Violet. HEX triplet: BA, 32 and 8F. RGB value is (186,50,143). Sum of RGB (Red+Green+Blue) = 186+50+143=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA328F is #45CD70. Grayscale: #656565. Windows color (decimal): -4574577 or 9384634. OLE color: 9384634.
HSL color Cylindrical-coordinate representation of color #BA328F: hue angle of 318.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA328F is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 143 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.27 |
| HSL | 318.97º | 0.58% | 0.46% | - |
| HSV(B) | 318.97º | 0.73% | 0.73% | - |
| XYZ | 26.35 | 14.7 | 27.44 | - |
| YUV | 101.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 143 | 0 | 0.73 | 0.23 | 0.27 | 318.97 | 0.58 | 0.46 |
| Hex | BA | 32 | 8F | 0 | 49 | 17 | 1B | 13F | 3A | 2E |
| Octal | 272 | 62 | 217 | 0 | 111 | 27 | 33 | 477 | 72 | 56 |
| Binary | 10111010 | 110010 | 10001111 | 0 | 1001001 | 10111 | 11011 | 100111111 | 111010 | 101110 |
Color Harmonies of #BA328F
Complementary color
Monochromatic Colors of #BA328F
Black with #BA328F
Text Example
Text Example
White with #BA328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA328F; }
p { color: rgb(186,50,143); }
H1.HeaderClassName
{
color: #BA328F;
}
.AnyTagClassName
{
color: #BA328F;
}
</style>
background-color css
<style>
a { background-color: #BA328F; }
a { background-color: rgb(186,50,143); }
div.DivClassName
{
background-color: #BA328F;
}
.BgClassName
{
background-color: #BA328F;
}
</style>
border-color css
<style>
span { border-color: #BA328F; }
span { border-color: rgb(186,50,143); }
td.TdClassName
{
border-color: #BA328F;
}
.TagClassName
{
border-color: #BA328F;
}
</style>