Shades of Medium Red Violet #BA249B
Tints of Medium Red Violet #BA249B
RGB
CMYK
RGB Variations
Color information
#BA249B (or 0xBA249B) is known color: Medium Red Violet. HEX triplet: BA, 24 and 9B. RGB value is (186,36,155). Sum of RGB (Red+Green+Blue) = 186+36+155=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA249B is #45DB64. Grayscale: #5E5E5E. Windows color (decimal): -4578149 or 10167482. OLE color: 10167482.
HSL color Cylindrical-coordinate representation of color #BA249B: hue angle of 312.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA249B is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 155 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.27 |
| HSL | 312.4º | 0.68% | 0.44% | - |
| HSV(B) | 312.4º | 0.81% | 0.73% | - |
| XYZ | 26.8 | 14.07 | 32.31 | - |
| YUV | 94.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 155 | 0 | 0.81 | 0.17 | 0.27 | 312.4 | 0.68 | 0.44 |
| Hex | BA | 24 | 9B | 0 | 51 | 11 | 1B | 138 | 44 | 2C |
| Octal | 272 | 44 | 233 | 0 | 121 | 21 | 33 | 470 | 104 | 54 |
| Binary | 10111010 | 100100 | 10011011 | 0 | 1010001 | 10001 | 11011 | 100111000 | 1000100 | 101100 |
Color Harmonies of #BA249B
Complementary color
Monochromatic Colors of #BA249B
Black with #BA249B
Text Example
Text Example
White with #BA249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA249B; }
p { color: rgb(186,36,155); }
H1.HeaderClassName
{
color: #BA249B;
}
.AnyTagClassName
{
color: #BA249B;
}
</style>
background-color css
<style>
a { background-color: #BA249B; }
a { background-color: rgb(186,36,155); }
div.DivClassName
{
background-color: #BA249B;
}
.BgClassName
{
background-color: #BA249B;
}
</style>
border-color css
<style>
span { border-color: #BA249B; }
span { border-color: rgb(186,36,155); }
td.TdClassName
{
border-color: #BA249B;
}
.TagClassName
{
border-color: #BA249B;
}
</style>