Shades of Mulberry #BA4590
Tints of Mulberry #BA4590
RGB
CMYK
RGB Variations
Color information
#BA4590 (or 0xBA4590) is known color: Mulberry. HEX triplet: BA, 45 and 90. RGB value is (186,69,144). Sum of RGB (Red+Green+Blue) = 186+69+144=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4590 is #45BA6F. Grayscale: #707070. Windows color (decimal): -4569712 or 9455034. OLE color: 9455034.
HSL color Cylindrical-coordinate representation of color #BA4590: hue angle of 321.54º 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 #BA4590 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 144 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.27 |
| HSL | 321.54º | 0.46% | 0.5% | - |
| HSV(B) | 321.54º | 0.63% | 0.73% | - |
| XYZ | 27.41 | 16.71 | 28.17 | - |
| YUV | 112.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 144 | 0 | 0.63 | 0.23 | 0.27 | 321.54 | 0.46 | 0.5 |
| Hex | BA | 45 | 90 | 0 | 3F | 17 | 1B | 142 | 2E | 32 |
| Octal | 272 | 105 | 220 | 0 | 77 | 27 | 33 | 502 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10010000 | 0 | 111111 | 10111 | 11011 | 101000010 | 101110 | 110010 |
Color Harmonies of #BA4590
Complementary color
Monochromatic Colors of #BA4590
Black with #BA4590
Text Example
Text Example
White with #BA4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4590; }
p { color: rgb(186,69,144); }
H1.HeaderClassName
{
color: #BA4590;
}
.AnyTagClassName
{
color: #BA4590;
}
</style>
background-color css
<style>
a { background-color: #BA4590; }
a { background-color: rgb(186,69,144); }
div.DivClassName
{
background-color: #BA4590;
}
.BgClassName
{
background-color: #BA4590;
}
</style>
border-color css
<style>
span { border-color: #BA4590; }
span { border-color: rgb(186,69,144); }
td.TdClassName
{
border-color: #BA4590;
}
.TagClassName
{
border-color: #BA4590;
}
</style>