Shades of Mulberry #BA4A8B
Tints of Mulberry #BA4A8B
RGB
CMYK
RGB Variations
Color information
#BA4A8B (or 0xBA4A8B) is known color: Mulberry. HEX triplet: BA, 4A and 8B. RGB value is (186,74,139). Sum of RGB (Red+Green+Blue) = 186+74+139=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A8B is #45B574. Grayscale: #727272. Windows color (decimal): -4568437 or 9128634. OLE color: 9128634.
HSL color Cylindrical-coordinate representation of color #BA4A8B: hue angle of 325.18º 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 #BA4A8B is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 139 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.27 |
| HSL | 325.18º | 0.45% | 0.51% | - |
| HSV(B) | 325.18º | 0.6% | 0.73% | - |
| XYZ | 27.36 | 17.2 | 26.3 | - |
| YUV | 114.9 | 141.61 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 139 | 0 | 0.60 | 0.25 | 0.27 | 325.18 | 0.45 | 0.51 |
| Hex | BA | 4A | 8B | 0 | 3C | 19 | 1B | 145 | 2D | 33 |
| Octal | 272 | 112 | 213 | 0 | 74 | 31 | 33 | 505 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10001011 | 0 | 111100 | 11001 | 11011 | 101000101 | 101101 | 110011 |
Color Harmonies of #BA4A8B
Complementary color
Monochromatic Colors of #BA4A8B
Black with #BA4A8B
Text Example
Text Example
White with #BA4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A8B; }
p { color: rgb(186,74,139); }
H1.HeaderClassName
{
color: #BA4A8B;
}
.AnyTagClassName
{
color: #BA4A8B;
}
</style>
background-color css
<style>
a { background-color: #BA4A8B; }
a { background-color: rgb(186,74,139); }
div.DivClassName
{
background-color: #BA4A8B;
}
.BgClassName
{
background-color: #BA4A8B;
}
</style>
border-color css
<style>
span { border-color: #BA4A8B; }
span { border-color: rgb(186,74,139); }
td.TdClassName
{
border-color: #BA4A8B;
}
.TagClassName
{
border-color: #BA4A8B;
}
</style>