Shades of Mulberry #BA4B9D
Tints of Mulberry #BA4B9D
RGB
CMYK
RGB Variations
Color information
#BA4B9D (or 0xBA4B9D) is known color: Mulberry. HEX triplet: BA, 4B and 9D. RGB value is (186,75,157). Sum of RGB (Red+Green+Blue) = 186+75+157=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B9D is #45B462. Grayscale: #757575. Windows color (decimal): -4568163 or 10308538. OLE color: 10308538.
HSL color Cylindrical-coordinate representation of color #BA4B9D: hue angle of 315.68º 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 #BA4B9D is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 157 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.27 |
| HSL | 315.68º | 0.45% | 0.51% | - |
| HSV(B) | 315.68º | 0.6% | 0.73% | - |
| XYZ | 28.85 | 17.91 | 33.83 | - |
| YUV | 117.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 157 | 0 | 0.60 | 0.16 | 0.27 | 315.68 | 0.45 | 0.51 |
| Hex | BA | 4B | 9D | 0 | 3C | 10 | 1B | 13C | 2D | 33 |
| Octal | 272 | 113 | 235 | 0 | 74 | 20 | 33 | 474 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10011101 | 0 | 111100 | 10000 | 11011 | 100111100 | 101101 | 110011 |
Color Harmonies of #BA4B9D
Complementary color
Monochromatic Colors of #BA4B9D
Black with #BA4B9D
Text Example
Text Example
White with #BA4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B9D; }
p { color: rgb(186,75,157); }
H1.HeaderClassName
{
color: #BA4B9D;
}
.AnyTagClassName
{
color: #BA4B9D;
}
</style>
background-color css
<style>
a { background-color: #BA4B9D; }
a { background-color: rgb(186,75,157); }
div.DivClassName
{
background-color: #BA4B9D;
}
.BgClassName
{
background-color: #BA4B9D;
}
</style>
border-color css
<style>
span { border-color: #BA4B9D; }
span { border-color: rgb(186,75,157); }
td.TdClassName
{
border-color: #BA4B9D;
}
.TagClassName
{
border-color: #BA4B9D;
}
</style>