Shades of Medium Red Violet #BA239B
Tints of Medium Red Violet #BA239B
RGB
CMYK
RGB Variations
Color information
#BA239B (or 0xBA239B) is known color: Medium Red Violet. HEX triplet: BA, 23 and 9B. RGB value is (186,35,155). Sum of RGB (Red+Green+Blue) = 186+35+155=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA239B is #45DC64. Grayscale: #5D5D5D. Windows color (decimal): -4578405 or 10167226. OLE color: 10167226.
HSL color Cylindrical-coordinate representation of color #BA239B: hue angle of 312.32º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA239B is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 155 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.27 |
| HSL | 312.32º | 0.68% | 0.43% | - |
| HSV(B) | 312.32º | 0.81% | 0.73% | - |
| XYZ | 26.77 | 14.01 | 32.3 | - |
| YUV | 93.83 | 162.53 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 155 | 0 | 0.81 | 0.17 | 0.27 | 312.32 | 0.68 | 0.43 |
| Hex | BA | 23 | 9B | 0 | 51 | 11 | 1B | 138 | 44 | 2B |
| Octal | 272 | 43 | 233 | 0 | 121 | 21 | 33 | 470 | 104 | 53 |
| Binary | 10111010 | 100011 | 10011011 | 0 | 1010001 | 10001 | 11011 | 100111000 | 1000100 | 101011 |
Color Harmonies of #BA239B
Complementary color
Monochromatic Colors of #BA239B
Black with #BA239B
Text Example
Text Example
White with #BA239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA239B; }
p { color: rgb(186,35,155); }
H1.HeaderClassName
{
color: #BA239B;
}
.AnyTagClassName
{
color: #BA239B;
}
</style>
background-color css
<style>
a { background-color: #BA239B; }
a { background-color: rgb(186,35,155); }
div.DivClassName
{
background-color: #BA239B;
}
.BgClassName
{
background-color: #BA239B;
}
</style>
border-color css
<style>
span { border-color: #BA239B; }
span { border-color: rgb(186,35,155); }
td.TdClassName
{
border-color: #BA239B;
}
.TagClassName
{
border-color: #BA239B;
}
</style>