Shades of Mulberry #BA4682
Tints of Mulberry #BA4682
RGB
CMYK
RGB Variations
Color information
#BA4682 (or 0xBA4682) is known color: Mulberry. HEX triplet: BA, 46 and 82. RGB value is (186,70,130). Sum of RGB (Red+Green+Blue) = 186+70+130=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4682 is #45B97D. Grayscale: #6F6F6F. Windows color (decimal): -4569470 or 8537786. OLE color: 8537786.
HSL color Cylindrical-coordinate representation of color #BA4682: hue angle of 328.97º degrees, saturation: 0.46, 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 #BA4682 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 130 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.27 |
| HSL | 328.97º | 0.46% | 0.5% | - |
| HSV(B) | 328.97º | 0.62% | 0.73% | - |
| XYZ | 26.47 | 16.43 | 22.9 | - |
| YUV | 111.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 130 | 0 | 0.62 | 0.30 | 0.27 | 328.97 | 0.46 | 0.5 |
| Hex | BA | 46 | 82 | 0 | 3E | 1E | 1B | 149 | 2E | 32 |
| Octal | 272 | 106 | 202 | 0 | 76 | 36 | 33 | 511 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10000010 | 0 | 111110 | 11110 | 11011 | 101001001 | 101110 | 110010 |
Color Harmonies of #BA4682
Complementary color
Monochromatic Colors of #BA4682
Black with #BA4682
Text Example
Text Example
White with #BA4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4682; }
p { color: rgb(186,70,130); }
H1.HeaderClassName
{
color: #BA4682;
}
.AnyTagClassName
{
color: #BA4682;
}
</style>
background-color css
<style>
a { background-color: #BA4682; }
a { background-color: rgb(186,70,130); }
div.DivClassName
{
background-color: #BA4682;
}
.BgClassName
{
background-color: #BA4682;
}
</style>
border-color css
<style>
span { border-color: #BA4682; }
span { border-color: rgb(186,70,130); }
td.TdClassName
{
border-color: #BA4682;
}
.TagClassName
{
border-color: #BA4682;
}
</style>