Shades of Mulberry #BA4B8F
Tints of Mulberry #BA4B8F
RGB
CMYK
RGB Variations
Color information
#BA4B8F (or 0xBA4B8F) is known color: Mulberry. HEX triplet: BA, 4B and 8F. RGB value is (186,75,143). Sum of RGB (Red+Green+Blue) = 186+75+143=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B8F is #45B470. Grayscale: #737373. Windows color (decimal): -4568177 or 9391034. OLE color: 9391034.
HSL color Cylindrical-coordinate representation of color #BA4B8F: hue angle of 323.24º 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 #BA4B8F is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 143 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.27 |
| HSL | 323.24º | 0.45% | 0.51% | - |
| HSV(B) | 323.24º | 0.6% | 0.73% | - |
| XYZ | 27.72 | 17.45 | 27.89 | - |
| YUV | 115.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 143 | 0 | 0.60 | 0.23 | 0.27 | 323.24 | 0.45 | 0.51 |
| Hex | BA | 4B | 8F | 0 | 3C | 17 | 1B | 143 | 2D | 33 |
| Octal | 272 | 113 | 217 | 0 | 74 | 27 | 33 | 503 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10001111 | 0 | 111100 | 10111 | 11011 | 101000011 | 101101 | 110011 |
Color Harmonies of #BA4B8F
Complementary color
Monochromatic Colors of #BA4B8F
Black with #BA4B8F
Text Example
Text Example
White with #BA4B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B8F; }
p { color: rgb(186,75,143); }
H1.HeaderClassName
{
color: #BA4B8F;
}
.AnyTagClassName
{
color: #BA4B8F;
}
</style>
background-color css
<style>
a { background-color: #BA4B8F; }
a { background-color: rgb(186,75,143); }
div.DivClassName
{
background-color: #BA4B8F;
}
.BgClassName
{
background-color: #BA4B8F;
}
</style>
border-color css
<style>
span { border-color: #BA4B8F; }
span { border-color: rgb(186,75,143); }
td.TdClassName
{
border-color: #BA4B8F;
}
.TagClassName
{
border-color: #BA4B8F;
}
</style>