Shades of Mulberry #BA4594
Tints of Mulberry #BA4594
RGB
CMYK
RGB Variations
Color information
#BA4594 (or 0xBA4594) is known color: Mulberry. HEX triplet: BA, 45 and 94. RGB value is (186,69,148). Sum of RGB (Red+Green+Blue) = 186+69+148=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4594 is #45BA6B. Grayscale: #707070. Windows color (decimal): -4569708 or 9717178. OLE color: 9717178.
HSL color Cylindrical-coordinate representation of color #BA4594: hue angle of 319.49º 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 #BA4594 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 148 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.27 |
| HSL | 319.49º | 0.46% | 0.5% | - |
| HSV(B) | 319.49º | 0.63% | 0.73% | - |
| XYZ | 27.72 | 16.83 | 29.8 | - |
| YUV | 112.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 148 | 0 | 0.63 | 0.20 | 0.27 | 319.49 | 0.46 | 0.5 |
| Hex | BA | 45 | 94 | 0 | 3F | 14 | 1B | 13F | 2E | 32 |
| Octal | 272 | 105 | 224 | 0 | 77 | 24 | 33 | 477 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10010100 | 0 | 111111 | 10100 | 11011 | 100111111 | 101110 | 110010 |
Color Harmonies of #BA4594
Complementary color
Monochromatic Colors of #BA4594
Black with #BA4594
Text Example
Text Example
White with #BA4594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4594; }
p { color: rgb(186,69,148); }
H1.HeaderClassName
{
color: #BA4594;
}
.AnyTagClassName
{
color: #BA4594;
}
</style>
background-color css
<style>
a { background-color: #BA4594; }
a { background-color: rgb(186,69,148); }
div.DivClassName
{
background-color: #BA4594;
}
.BgClassName
{
background-color: #BA4594;
}
</style>
border-color css
<style>
span { border-color: #BA4594; }
span { border-color: rgb(186,69,148); }
td.TdClassName
{
border-color: #BA4594;
}
.TagClassName
{
border-color: #BA4594;
}
</style>