Shades of Mulberry #BA489F
Tints of Mulberry #BA489F
RGB
CMYK
RGB Variations
Color information
#BA489F (or 0xBA489F) is known color: Mulberry. HEX triplet: BA, 48 and 9F. RGB value is (186,72,159). Sum of RGB (Red+Green+Blue) = 186+72+159=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA489F is #45B760. Grayscale: #737373. Windows color (decimal): -4568929 or 10438842. OLE color: 10438842.
HSL color Cylindrical-coordinate representation of color #BA489F: hue angle of 314.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA489F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 159 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.27 |
| HSL | 314.21º | 0.45% | 0.51% | - |
| HSV(B) | 314.21º | 0.61% | 0.73% | - |
| XYZ | 28.83 | 17.58 | 34.67 | - |
| YUV | 116 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 159 | 0 | 0.61 | 0.15 | 0.27 | 314.21 | 0.45 | 0.51 |
| Hex | BA | 48 | 9F | 0 | 3D | F | 1B | 13A | 2D | 33 |
| Octal | 272 | 110 | 237 | 0 | 75 | 17 | 33 | 472 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10011111 | 0 | 111101 | 1111 | 11011 | 100111010 | 101101 | 110011 |
Color Harmonies of #BA489F
Complementary color
Monochromatic Colors of #BA489F
Black with #BA489F
Text Example
Text Example
White with #BA489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA489F; }
p { color: rgb(186,72,159); }
H1.HeaderClassName
{
color: #BA489F;
}
.AnyTagClassName
{
color: #BA489F;
}
</style>
background-color css
<style>
a { background-color: #BA489F; }
a { background-color: rgb(186,72,159); }
div.DivClassName
{
background-color: #BA489F;
}
.BgClassName
{
background-color: #BA489F;
}
</style>
border-color css
<style>
span { border-color: #BA489F; }
span { border-color: rgb(186,72,159); }
td.TdClassName
{
border-color: #BA489F;
}
.TagClassName
{
border-color: #BA489F;
}
</style>