Shades of Mulberry #BA448D
Tints of Mulberry #BA448D
RGB
CMYK
RGB Variations
Color information
#BA448D (or 0xBA448D) is known color: Mulberry. HEX triplet: BA, 44 and 8D. RGB value is (186,68,141). Sum of RGB (Red+Green+Blue) = 186+68+141=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA448D is #45BB72. Grayscale: #6F6F6F. Windows color (decimal): -4569971 or 9258170. OLE color: 9258170.
HSL color Cylindrical-coordinate representation of color #BA448D: hue angle of 322.88º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA448D is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 141 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.27 |
| HSL | 322.88º | 0.46% | 0.5% | - |
| HSV(B) | 322.88º | 0.63% | 0.73% | - |
| XYZ | 27.12 | 16.5 | 26.95 | - |
| YUV | 111.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 141 | 0 | 0.63 | 0.24 | 0.27 | 322.88 | 0.46 | 0.5 |
| Hex | BA | 44 | 8D | 0 | 3F | 18 | 1B | 143 | 2E | 32 |
| Octal | 272 | 104 | 215 | 0 | 77 | 30 | 33 | 503 | 56 | 62 |
| Binary | 10111010 | 1000100 | 10001101 | 0 | 111111 | 11000 | 11011 | 101000011 | 101110 | 110010 |
Color Harmonies of #BA448D
Complementary color
Monochromatic Colors of #BA448D
Black with #BA448D
Text Example
Text Example
White with #BA448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA448D; }
p { color: rgb(186,68,141); }
H1.HeaderClassName
{
color: #BA448D;
}
.AnyTagClassName
{
color: #BA448D;
}
</style>
background-color css
<style>
a { background-color: #BA448D; }
a { background-color: rgb(186,68,141); }
div.DivClassName
{
background-color: #BA448D;
}
.BgClassName
{
background-color: #BA448D;
}
</style>
border-color css
<style>
span { border-color: #BA448D; }
span { border-color: rgb(186,68,141); }
td.TdClassName
{
border-color: #BA448D;
}
.TagClassName
{
border-color: #BA448D;
}
</style>