Shades of Mulberry #BA4B9A
Tints of Mulberry #BA4B9A
RGB
CMYK
RGB Variations
Color information
#BA4B9A (or 0xBA4B9A) is known color: Mulberry. HEX triplet: BA, 4B and 9A. RGB value is (186,75,154). Sum of RGB (Red+Green+Blue) = 186+75+154=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B9A is #45B465. Grayscale: #747474. Windows color (decimal): -4568166 or 10111930. OLE color: 10111930.
HSL color Cylindrical-coordinate representation of color #BA4B9A: hue angle of 317.3º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B9A is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 154 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.27 |
| HSL | 317.3º | 0.45% | 0.51% | - |
| HSV(B) | 317.3º | 0.6% | 0.73% | - |
| XYZ | 28.6 | 17.8 | 32.5 | - |
| YUV | 117.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 154 | 0 | 0.60 | 0.17 | 0.27 | 317.3 | 0.45 | 0.51 |
| Hex | BA | 4B | 9A | 0 | 3C | 11 | 1B | 13D | 2D | 33 |
| Octal | 272 | 113 | 232 | 0 | 74 | 21 | 33 | 475 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10011010 | 0 | 111100 | 10001 | 11011 | 100111101 | 101101 | 110011 |
Color Harmonies of #BA4B9A
Complementary color
Monochromatic Colors of #BA4B9A
Black with #BA4B9A
Text Example
Text Example
White with #BA4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B9A; }
p { color: rgb(186,75,154); }
H1.HeaderClassName
{
color: #BA4B9A;
}
.AnyTagClassName
{
color: #BA4B9A;
}
</style>
background-color css
<style>
a { background-color: #BA4B9A; }
a { background-color: rgb(186,75,154); }
div.DivClassName
{
background-color: #BA4B9A;
}
.BgClassName
{
background-color: #BA4B9A;
}
</style>
border-color css
<style>
span { border-color: #BA4B9A; }
span { border-color: rgb(186,75,154); }
td.TdClassName
{
border-color: #BA4B9A;
}
.TagClassName
{
border-color: #BA4B9A;
}
</style>