Shades of Mulberry #BA4580
Tints of Mulberry #BA4580
RGB
CMYK
RGB Variations
Color information
#BA4580 (or 0xBA4580) is known color: Mulberry. HEX triplet: BA, 45 and 80. RGB value is (186,69,128). Sum of RGB (Red+Green+Blue) = 186+69+128=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4580 is #45BA7F. Grayscale: #6E6E6E. Windows color (decimal): -4569728 or 8406458. OLE color: 8406458.
HSL color Cylindrical-coordinate representation of color #BA4580: hue angle of 329.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4580 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 128 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.27 |
| HSL | 329.74º | 0.46% | 0.5% | - |
| HSV(B) | 329.74º | 0.63% | 0.73% | - |
| XYZ | 26.27 | 16.25 | 22.17 | - |
| YUV | 110.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 128 | 0 | 0.63 | 0.31 | 0.27 | 329.74 | 0.46 | 0.5 |
| Hex | BA | 45 | 80 | 0 | 3F | 1F | 1B | 14A | 2E | 32 |
| Octal | 272 | 105 | 200 | 0 | 77 | 37 | 33 | 512 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10000000 | 0 | 111111 | 11111 | 11011 | 101001010 | 101110 | 110010 |
Color Harmonies of #BA4580
Complementary color
Monochromatic Colors of #BA4580
Black with #BA4580
Text Example
Text Example
White with #BA4580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4580; }
p { color: rgb(186,69,128); }
H1.HeaderClassName
{
color: #BA4580;
}
.AnyTagClassName
{
color: #BA4580;
}
</style>
background-color css
<style>
a { background-color: #BA4580; }
a { background-color: rgb(186,69,128); }
div.DivClassName
{
background-color: #BA4580;
}
.BgClassName
{
background-color: #BA4580;
}
</style>
border-color css
<style>
span { border-color: #BA4580; }
span { border-color: rgb(186,69,128); }
td.TdClassName
{
border-color: #BA4580;
}
.TagClassName
{
border-color: #BA4580;
}
</style>