Shades of Medium Red Violet #BA3490
Tints of Medium Red Violet #BA3490
RGB
CMYK
RGB Variations
Color information
#BA3490 (or 0xBA3490) is known color: Medium Red Violet. HEX triplet: BA, 34 and 90. RGB value is (186,52,144). Sum of RGB (Red+Green+Blue) = 186+52+144=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3490 is #45CB6F. Grayscale: #666666. Windows color (decimal): -4574064 or 9450682. OLE color: 9450682.
HSL color Cylindrical-coordinate representation of color #BA3490: hue angle of 318.81º 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 #BA3490 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 144 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.27 |
| HSL | 318.81º | 0.56% | 0.47% | - |
| HSV(B) | 318.81º | 0.72% | 0.73% | - |
| XYZ | 26.51 | 14.91 | 27.87 | - |
| YUV | 102.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 144 | 0 | 0.72 | 0.23 | 0.27 | 318.81 | 0.56 | 0.47 |
| Hex | BA | 34 | 90 | 0 | 48 | 17 | 1B | 13F | 38 | 2F |
| Octal | 272 | 64 | 220 | 0 | 110 | 27 | 33 | 477 | 70 | 57 |
| Binary | 10111010 | 110100 | 10010000 | 0 | 1001000 | 10111 | 11011 | 100111111 | 111000 | 101111 |
Color Harmonies of #BA3490
Complementary color
Monochromatic Colors of #BA3490
Black with #BA3490
Text Example
Text Example
White with #BA3490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3490; }
p { color: rgb(186,52,144); }
H1.HeaderClassName
{
color: #BA3490;
}
.AnyTagClassName
{
color: #BA3490;
}
</style>
background-color css
<style>
a { background-color: #BA3490; }
a { background-color: rgb(186,52,144); }
div.DivClassName
{
background-color: #BA3490;
}
.BgClassName
{
background-color: #BA3490;
}
</style>
border-color css
<style>
span { border-color: #BA3490; }
span { border-color: rgb(186,52,144); }
td.TdClassName
{
border-color: #BA3490;
}
.TagClassName
{
border-color: #BA3490;
}
</style>