Shades of Mulberry #BA4B93
Tints of Mulberry #BA4B93
RGB
CMYK
RGB Variations
Color information
#BA4B93 (or 0xBA4B93) is known color: Mulberry. HEX triplet: BA, 4B and 93. RGB value is (186,75,147). Sum of RGB (Red+Green+Blue) = 186+75+147=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B93 is #45B46C. Grayscale: #747474. Windows color (decimal): -4568173 or 9653178. OLE color: 9653178.
HSL color Cylindrical-coordinate representation of color #BA4B93: hue angle of 321.08º 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 #BA4B93 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 147 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.27 |
| HSL | 321.08º | 0.45% | 0.51% | - |
| HSV(B) | 321.08º | 0.6% | 0.73% | - |
| XYZ | 28.03 | 17.58 | 29.52 | - |
| YUV | 116.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 147 | 0 | 0.60 | 0.21 | 0.27 | 321.08 | 0.45 | 0.51 |
| Hex | BA | 4B | 93 | 0 | 3C | 15 | 1B | 141 | 2D | 33 |
| Octal | 272 | 113 | 223 | 0 | 74 | 25 | 33 | 501 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10010011 | 0 | 111100 | 10101 | 11011 | 101000001 | 101101 | 110011 |
Color Harmonies of #BA4B93
Complementary color
Monochromatic Colors of #BA4B93
Black with #BA4B93
Text Example
Text Example
White with #BA4B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B93; }
p { color: rgb(186,75,147); }
H1.HeaderClassName
{
color: #BA4B93;
}
.AnyTagClassName
{
color: #BA4B93;
}
</style>
background-color css
<style>
a { background-color: #BA4B93; }
a { background-color: rgb(186,75,147); }
div.DivClassName
{
background-color: #BA4B93;
}
.BgClassName
{
background-color: #BA4B93;
}
</style>
border-color css
<style>
span { border-color: #BA4B93; }
span { border-color: rgb(186,75,147); }
td.TdClassName
{
border-color: #BA4B93;
}
.TagClassName
{
border-color: #BA4B93;
}
</style>