Shades of Medium Red Violet #BA369B
Tints of Medium Red Violet #BA369B
RGB
CMYK
RGB Variations
Color information
#BA369B (or 0xBA369B) is known color: Medium Red Violet. HEX triplet: BA, 36 and 9B. RGB value is (186,54,155). Sum of RGB (Red+Green+Blue) = 186+54+155=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA369B is #45C964. Grayscale: #686868. Windows color (decimal): -4573541 or 10172090. OLE color: 10172090.
HSL color Cylindrical-coordinate representation of color #BA369B: hue angle of 314.09º 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 #BA369B is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 155 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.27 |
| HSL | 314.09º | 0.55% | 0.47% | - |
| HSV(B) | 314.09º | 0.71% | 0.73% | - |
| XYZ | 27.49 | 15.44 | 32.54 | - |
| YUV | 104.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 155 | 0 | 0.71 | 0.17 | 0.27 | 314.09 | 0.55 | 0.47 |
| Hex | BA | 36 | 9B | 0 | 47 | 11 | 1B | 13A | 37 | 2F |
| Octal | 272 | 66 | 233 | 0 | 107 | 21 | 33 | 472 | 67 | 57 |
| Binary | 10111010 | 110110 | 10011011 | 0 | 1000111 | 10001 | 11011 | 100111010 | 110111 | 101111 |
Color Harmonies of #BA369B
Complementary color
Monochromatic Colors of #BA369B
Black with #BA369B
Text Example
Text Example
White with #BA369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA369B; }
p { color: rgb(186,54,155); }
H1.HeaderClassName
{
color: #BA369B;
}
.AnyTagClassName
{
color: #BA369B;
}
</style>
background-color css
<style>
a { background-color: #BA369B; }
a { background-color: rgb(186,54,155); }
div.DivClassName
{
background-color: #BA369B;
}
.BgClassName
{
background-color: #BA369B;
}
</style>
border-color css
<style>
span { border-color: #BA369B; }
span { border-color: rgb(186,54,155); }
td.TdClassName
{
border-color: #BA369B;
}
.TagClassName
{
border-color: #BA369B;
}
</style>