Shades of Mulberry #BA478C
Tints of Mulberry #BA478C
RGB
CMYK
RGB Variations
Color information
#BA478C (or 0xBA478C) is known color: Mulberry. HEX triplet: BA, 47 and 8C. RGB value is (186,71,140). Sum of RGB (Red+Green+Blue) = 186+71+140=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA478C is #45B873. Grayscale: #717171. Windows color (decimal): -4569204 or 9193402. OLE color: 9193402.
HSL color Cylindrical-coordinate representation of color #BA478C: hue angle of 324º 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 #BA478C is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 140 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.27 |
| HSL | 324º | 0.45% | 0.5% | - |
| HSV(B) | 324º | 0.62% | 0.73% | - |
| XYZ | 27.24 | 16.84 | 26.63 | - |
| YUV | 113.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 140 | 0 | 0.62 | 0.25 | 0.27 | 324 | 0.45 | 0.5 |
| Hex | BA | 47 | 8C | 0 | 3E | 19 | 1B | 144 | 2D | 32 |
| Octal | 272 | 107 | 214 | 0 | 76 | 31 | 33 | 504 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10001100 | 0 | 111110 | 11001 | 11011 | 101000100 | 101101 | 110010 |
Color Harmonies of #BA478C
Complementary color
Monochromatic Colors of #BA478C
Black with #BA478C
Text Example
Text Example
White with #BA478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA478C; }
p { color: rgb(186,71,140); }
H1.HeaderClassName
{
color: #BA478C;
}
.AnyTagClassName
{
color: #BA478C;
}
</style>
background-color css
<style>
a { background-color: #BA478C; }
a { background-color: rgb(186,71,140); }
div.DivClassName
{
background-color: #BA478C;
}
.BgClassName
{
background-color: #BA478C;
}
</style>
border-color css
<style>
span { border-color: #BA478C; }
span { border-color: rgb(186,71,140); }
td.TdClassName
{
border-color: #BA478C;
}
.TagClassName
{
border-color: #BA478C;
}
</style>