Shades of Medium Violet Red #BA229C
Tints of Medium Violet Red #BA229C
RGB
CMYK
RGB Variations
Color information
#BA229C (or 0xBA229C) is known color: Medium Violet Red. HEX triplet: BA, 22 and 9C. RGB value is (186,34,156). Sum of RGB (Red+Green+Blue) = 186+34+156=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA229C is #45DD63. Grayscale: #5D5D5D. Windows color (decimal): -4578660 or 10232506. OLE color: 10232506.
HSL color Cylindrical-coordinate representation of color #BA229C: hue angle of 311.84º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA229C is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 156 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.27 |
| HSL | 311.84º | 0.69% | 0.43% | - |
| HSV(B) | 311.84º | 0.82% | 0.73% | - |
| XYZ | 26.82 | 13.98 | 32.74 | - |
| YUV | 93.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 156 | 0 | 0.82 | 0.16 | 0.27 | 311.84 | 0.69 | 0.43 |
| Hex | BA | 22 | 9C | 0 | 52 | 10 | 1B | 138 | 45 | 2B |
| Octal | 272 | 42 | 234 | 0 | 122 | 20 | 33 | 470 | 105 | 53 |
| Binary | 10111010 | 100010 | 10011100 | 0 | 1010010 | 10000 | 11011 | 100111000 | 1000101 | 101011 |
Color Harmonies of #BA229C
Complementary color
Monochromatic Colors of #BA229C
Black with #BA229C
Text Example
Text Example
White with #BA229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA229C; }
p { color: rgb(186,34,156); }
H1.HeaderClassName
{
color: #BA229C;
}
.AnyTagClassName
{
color: #BA229C;
}
</style>
background-color css
<style>
a { background-color: #BA229C; }
a { background-color: rgb(186,34,156); }
div.DivClassName
{
background-color: #BA229C;
}
.BgClassName
{
background-color: #BA229C;
}
</style>
border-color css
<style>
span { border-color: #BA229C; }
span { border-color: rgb(186,34,156); }
td.TdClassName
{
border-color: #BA229C;
}
.TagClassName
{
border-color: #BA229C;
}
</style>