Shades of Medium Red Violet #BA338F
Tints of Medium Red Violet #BA338F
RGB
CMYK
RGB Variations
Color information
#BA338F (or 0xBA338F) is known color: Medium Red Violet. HEX triplet: BA, 33 and 8F. RGB value is (186,51,143). Sum of RGB (Red+Green+Blue) = 186+51+143=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA338F is #45CC70. Grayscale: #656565. Windows color (decimal): -4574321 or 9384890. OLE color: 9384890.
HSL color Cylindrical-coordinate representation of color #BA338F: hue angle of 319.11º degrees, saturation: 0.57, 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 #BA338F is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 143 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.27 |
| HSL | 319.11º | 0.57% | 0.46% | - |
| HSV(B) | 319.11º | 0.73% | 0.73% | - |
| XYZ | 26.39 | 14.79 | 27.45 | - |
| YUV | 101.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 143 | 0 | 0.73 | 0.23 | 0.27 | 319.11 | 0.57 | 0.46 |
| Hex | BA | 33 | 8F | 0 | 49 | 17 | 1B | 13F | 39 | 2E |
| Octal | 272 | 63 | 217 | 0 | 111 | 27 | 33 | 477 | 71 | 56 |
| Binary | 10111010 | 110011 | 10001111 | 0 | 1001001 | 10111 | 11011 | 100111111 | 111001 | 101110 |
Color Harmonies of #BA338F
Complementary color
Monochromatic Colors of #BA338F
Black with #BA338F
Text Example
Text Example
White with #BA338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA338F; }
p { color: rgb(186,51,143); }
H1.HeaderClassName
{
color: #BA338F;
}
.AnyTagClassName
{
color: #BA338F;
}
</style>
background-color css
<style>
a { background-color: #BA338F; }
a { background-color: rgb(186,51,143); }
div.DivClassName
{
background-color: #BA338F;
}
.BgClassName
{
background-color: #BA338F;
}
</style>
border-color css
<style>
span { border-color: #BA338F; }
span { border-color: rgb(186,51,143); }
td.TdClassName
{
border-color: #BA338F;
}
.TagClassName
{
border-color: #BA338F;
}
</style>