Shades of Medium Red Violet #BA399B
Tints of Medium Red Violet #BA399B
RGB
CMYK
RGB Variations
Color information
#BA399B (or 0xBA399B) is known color: Medium Red Violet. HEX triplet: BA, 39 and 9B. RGB value is (186,57,155). Sum of RGB (Red+Green+Blue) = 186+57+155=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA399B is #45C664. Grayscale: #6A6A6A. Windows color (decimal): -4572773 or 10172858. OLE color: 10172858.
HSL color Cylindrical-coordinate representation of color #BA399B: hue angle of 314.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA399B is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 155 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.27 |
| HSL | 314.42º | 0.53% | 0.48% | - |
| HSV(B) | 314.42º | 0.69% | 0.73% | - |
| XYZ | 27.63 | 15.73 | 32.59 | - |
| YUV | 106.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 155 | 0 | 0.69 | 0.17 | 0.27 | 314.42 | 0.53 | 0.48 |
| Hex | BA | 39 | 9B | 0 | 45 | 11 | 1B | 13A | 35 | 30 |
| Octal | 272 | 71 | 233 | 0 | 105 | 21 | 33 | 472 | 65 | 60 |
| Binary | 10111010 | 111001 | 10011011 | 0 | 1000101 | 10001 | 11011 | 100111010 | 110101 | 110000 |
Color Harmonies of #BA399B
Complementary color
Monochromatic Colors of #BA399B
Black with #BA399B
Text Example
Text Example
White with #BA399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA399B; }
p { color: rgb(186,57,155); }
H1.HeaderClassName
{
color: #BA399B;
}
.AnyTagClassName
{
color: #BA399B;
}
</style>
background-color css
<style>
a { background-color: #BA399B; }
a { background-color: rgb(186,57,155); }
div.DivClassName
{
background-color: #BA399B;
}
.BgClassName
{
background-color: #BA399B;
}
</style>
border-color css
<style>
span { border-color: #BA399B; }
span { border-color: rgb(186,57,155); }
td.TdClassName
{
border-color: #BA399B;
}
.TagClassName
{
border-color: #BA399B;
}
</style>