Shades of Medium Red Violet #BA226C
Tints of Medium Red Violet #BA226C
RGB
CMYK
RGB Variations
Color information
#BA226C (or 0xBA226C) is known color: Medium Red Violet. HEX triplet: BA, 22 and 6C. RGB value is (186,34,108). Sum of RGB (Red+Green+Blue) = 186+34+108=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA226C is #45DD93. Grayscale: #575757. Windows color (decimal): -4578708 or 7086778. OLE color: 7086778.
HSL color Cylindrical-coordinate representation of color #BA226C: hue angle of 330.79º 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 #BA226C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 108 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.27 |
| HSL | 330.79º | 0.69% | 0.43% | - |
| HSV(B) | 330.79º | 0.82% | 0.73% | - |
| XYZ | 23.53 | 12.67 | 15.39 | - |
| YUV | 87.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 108 | 0 | 0.82 | 0.42 | 0.27 | 330.79 | 0.69 | 0.43 |
| Hex | BA | 22 | 6C | 0 | 52 | 2A | 1B | 14B | 45 | 2B |
| Octal | 272 | 42 | 154 | 0 | 122 | 52 | 33 | 513 | 105 | 53 |
| Binary | 10111010 | 100010 | 1101100 | 0 | 1010010 | 101010 | 11011 | 101001011 | 1000101 | 101011 |
Color Harmonies of #BA226C
Complementary color
Monochromatic Colors of #BA226C
Black with #BA226C
Text Example
Text Example
White with #BA226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA226C; }
p { color: rgb(186,34,108); }
H1.HeaderClassName
{
color: #BA226C;
}
.AnyTagClassName
{
color: #BA226C;
}
</style>
background-color css
<style>
a { background-color: #BA226C; }
a { background-color: rgb(186,34,108); }
div.DivClassName
{
background-color: #BA226C;
}
.BgClassName
{
background-color: #BA226C;
}
</style>
border-color css
<style>
span { border-color: #BA226C; }
span { border-color: rgb(186,34,108); }
td.TdClassName
{
border-color: #BA226C;
}
.TagClassName
{
border-color: #BA226C;
}
</style>