Shades of Medium Red Violet #BA3499
Tints of Medium Red Violet #BA3499
RGB
CMYK
RGB Variations
Color information
#BA3499 (or 0xBA3499) is known color: Medium Red Violet. HEX triplet: BA, 34 and 99. RGB value is (186,52,153). Sum of RGB (Red+Green+Blue) = 186+52+153=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3499 is #45CB66. Grayscale: #676767. Windows color (decimal): -4574055 or 10040506. OLE color: 10040506.
HSL color Cylindrical-coordinate representation of color #BA3499: hue angle of 314.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3499 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 153 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.27 |
| HSL | 314.78º | 0.56% | 0.47% | - |
| HSV(B) | 314.78º | 0.72% | 0.73% | - |
| XYZ | 27.23 | 15.19 | 31.63 | - |
| YUV | 103.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 153 | 0 | 0.72 | 0.18 | 0.27 | 314.78 | 0.56 | 0.47 |
| Hex | BA | 34 | 99 | 0 | 48 | 12 | 1B | 13B | 38 | 2F |
| Octal | 272 | 64 | 231 | 0 | 110 | 22 | 33 | 473 | 70 | 57 |
| Binary | 10111010 | 110100 | 10011001 | 0 | 1001000 | 10010 | 11011 | 100111011 | 111000 | 101111 |
Color Harmonies of #BA3499
Complementary color
Monochromatic Colors of #BA3499
Black with #BA3499
Text Example
Text Example
White with #BA3499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3499; }
p { color: rgb(186,52,153); }
H1.HeaderClassName
{
color: #BA3499;
}
.AnyTagClassName
{
color: #BA3499;
}
</style>
background-color css
<style>
a { background-color: #BA3499; }
a { background-color: rgb(186,52,153); }
div.DivClassName
{
background-color: #BA3499;
}
.BgClassName
{
background-color: #BA3499;
}
</style>
border-color css
<style>
span { border-color: #BA3499; }
span { border-color: rgb(186,52,153); }
td.TdClassName
{
border-color: #BA3499;
}
.TagClassName
{
border-color: #BA3499;
}
</style>