Shades of Mulberry #BA4781
Tints of Mulberry #BA4781
RGB
CMYK
RGB Variations
Color information
#BA4781 (or 0xBA4781) is known color: Mulberry. HEX triplet: BA, 47 and 81. RGB value is (186,71,129). Sum of RGB (Red+Green+Blue) = 186+71+129=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4781 is #45B87E. Grayscale: #6F6F6F. Windows color (decimal): -4569215 or 8472506. OLE color: 8472506.
HSL color Cylindrical-coordinate representation of color #BA4781: hue angle of 329.74º 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 #BA4781 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 129 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.27 |
| HSL | 329.74º | 0.45% | 0.5% | - |
| HSV(B) | 329.74º | 0.62% | 0.73% | - |
| XYZ | 26.47 | 16.53 | 22.56 | - |
| YUV | 112 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 129 | 0 | 0.62 | 0.31 | 0.27 | 329.74 | 0.45 | 0.5 |
| Hex | BA | 47 | 81 | 0 | 3E | 1F | 1B | 14A | 2D | 32 |
| Octal | 272 | 107 | 201 | 0 | 76 | 37 | 33 | 512 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10000001 | 0 | 111110 | 11111 | 11011 | 101001010 | 101101 | 110010 |
Color Harmonies of #BA4781
Complementary color
Monochromatic Colors of #BA4781
Black with #BA4781
Text Example
Text Example
White with #BA4781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4781; }
p { color: rgb(186,71,129); }
H1.HeaderClassName
{
color: #BA4781;
}
.AnyTagClassName
{
color: #BA4781;
}
</style>
background-color css
<style>
a { background-color: #BA4781; }
a { background-color: rgb(186,71,129); }
div.DivClassName
{
background-color: #BA4781;
}
.BgClassName
{
background-color: #BA4781;
}
</style>
border-color css
<style>
span { border-color: #BA4781; }
span { border-color: rgb(186,71,129); }
td.TdClassName
{
border-color: #BA4781;
}
.TagClassName
{
border-color: #BA4781;
}
</style>