Shades of Medium Red Violet #BA369D
Tints of Medium Red Violet #BA369D
RGB
CMYK
RGB Variations
Color information
#BA369D (or 0xBA369D) is known color: Medium Red Violet. HEX triplet: BA, 36 and 9D. RGB value is (186,54,157). Sum of RGB (Red+Green+Blue) = 186+54+157=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA369D is #45C962. Grayscale: #686868. Windows color (decimal): -4573539 or 10303162. OLE color: 10303162.
HSL color Cylindrical-coordinate representation of color #BA369D: hue angle of 313.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA369D is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 157 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.27 |
| HSL | 313.18º | 0.55% | 0.47% | - |
| HSV(B) | 313.18º | 0.71% | 0.73% | - |
| XYZ | 27.65 | 15.51 | 33.43 | - |
| YUV | 105.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 157 | 0 | 0.71 | 0.16 | 0.27 | 313.18 | 0.55 | 0.47 |
| Hex | BA | 36 | 9D | 0 | 47 | 10 | 1B | 139 | 37 | 2F |
| Octal | 272 | 66 | 235 | 0 | 107 | 20 | 33 | 471 | 67 | 57 |
| Binary | 10111010 | 110110 | 10011101 | 0 | 1000111 | 10000 | 11011 | 100111001 | 110111 | 101111 |
Color Harmonies of #BA369D
Complementary color
Monochromatic Colors of #BA369D
Black with #BA369D
Text Example
Text Example
White with #BA369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA369D; }
p { color: rgb(186,54,157); }
H1.HeaderClassName
{
color: #BA369D;
}
.AnyTagClassName
{
color: #BA369D;
}
</style>
background-color css
<style>
a { background-color: #BA369D; }
a { background-color: rgb(186,54,157); }
div.DivClassName
{
background-color: #BA369D;
}
.BgClassName
{
background-color: #BA369D;
}
</style>
border-color css
<style>
span { border-color: #BA369D; }
span { border-color: rgb(186,54,157); }
td.TdClassName
{
border-color: #BA369D;
}
.TagClassName
{
border-color: #BA369D;
}
</style>