Shades of Mulberry #BA479C
Tints of Mulberry #BA479C
RGB
CMYK
RGB Variations
Color information
#BA479C (or 0xBA479C) is known color: Mulberry. HEX triplet: BA, 47 and 9C. RGB value is (186,71,156). Sum of RGB (Red+Green+Blue) = 186+71+156=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA479C is #45B863. Grayscale: #727272. Windows color (decimal): -4569188 or 10241978. OLE color: 10241978.
HSL color Cylindrical-coordinate representation of color #BA479C: hue angle of 315.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA479C is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 156 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.27 |
| HSL | 315.65º | 0.45% | 0.5% | - |
| HSV(B) | 315.65º | 0.62% | 0.73% | - |
| XYZ | 28.5 | 17.35 | 33.3 | - |
| YUV | 115.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 156 | 0 | 0.62 | 0.16 | 0.27 | 315.65 | 0.45 | 0.5 |
| Hex | BA | 47 | 9C | 0 | 3E | 10 | 1B | 13C | 2D | 32 |
| Octal | 272 | 107 | 234 | 0 | 76 | 20 | 33 | 474 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10011100 | 0 | 111110 | 10000 | 11011 | 100111100 | 101101 | 110010 |
Color Harmonies of #BA479C
Complementary color
Monochromatic Colors of #BA479C
Black with #BA479C
Text Example
Text Example
White with #BA479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA479C; }
p { color: rgb(186,71,156); }
H1.HeaderClassName
{
color: #BA479C;
}
.AnyTagClassName
{
color: #BA479C;
}
</style>
background-color css
<style>
a { background-color: #BA479C; }
a { background-color: rgb(186,71,156); }
div.DivClassName
{
background-color: #BA479C;
}
.BgClassName
{
background-color: #BA479C;
}
</style>
border-color css
<style>
span { border-color: #BA479C; }
span { border-color: rgb(186,71,156); }
td.TdClassName
{
border-color: #BA479C;
}
.TagClassName
{
border-color: #BA479C;
}
</style>