Shades of Mulberry #BA479B
Tints of Mulberry #BA479B
RGB
CMYK
RGB Variations
Color information
#BA479B (or 0xBA479B) is known color: Mulberry. HEX triplet: BA, 47 and 9B. RGB value is (186,71,155). Sum of RGB (Red+Green+Blue) = 186+71+155=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA479B is #45B864. Grayscale: #727272. Windows color (decimal): -4569189 or 10176442. OLE color: 10176442.
HSL color Cylindrical-coordinate representation of color #BA479B: hue angle of 316.17º 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 #BA479B is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 155 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.27 |
| HSL | 316.17º | 0.45% | 0.5% | - |
| HSV(B) | 316.17º | 0.62% | 0.73% | - |
| XYZ | 28.42 | 17.31 | 32.85 | - |
| YUV | 114.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 155 | 0 | 0.62 | 0.17 | 0.27 | 316.17 | 0.45 | 0.5 |
| Hex | BA | 47 | 9B | 0 | 3E | 11 | 1B | 13C | 2D | 32 |
| Octal | 272 | 107 | 233 | 0 | 76 | 21 | 33 | 474 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10011011 | 0 | 111110 | 10001 | 11011 | 100111100 | 101101 | 110010 |
Color Harmonies of #BA479B
Complementary color
Monochromatic Colors of #BA479B
Black with #BA479B
Text Example
Text Example
White with #BA479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA479B; }
p { color: rgb(186,71,155); }
H1.HeaderClassName
{
color: #BA479B;
}
.AnyTagClassName
{
color: #BA479B;
}
</style>
background-color css
<style>
a { background-color: #BA479B; }
a { background-color: rgb(186,71,155); }
div.DivClassName
{
background-color: #BA479B;
}
.BgClassName
{
background-color: #BA479B;
}
</style>
border-color css
<style>
span { border-color: #BA479B; }
span { border-color: rgb(186,71,155); }
td.TdClassName
{
border-color: #BA479B;
}
.TagClassName
{
border-color: #BA479B;
}
</style>