Shades of Mulberry #BA458D
Tints of Mulberry #BA458D
RGB
CMYK
RGB Variations
Color information
#BA458D (or 0xBA458D) is known color: Mulberry. HEX triplet: BA, 45 and 8D. RGB value is (186,69,141). Sum of RGB (Red+Green+Blue) = 186+69+141=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA458D is #45BA72. Grayscale: #707070. Windows color (decimal): -4569715 or 9258426. OLE color: 9258426.
HSL color Cylindrical-coordinate representation of color #BA458D: hue angle of 323.08º 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 #BA458D is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 141 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.27 |
| HSL | 323.08º | 0.46% | 0.5% | - |
| HSV(B) | 323.08º | 0.63% | 0.73% | - |
| XYZ | 27.19 | 16.62 | 26.97 | - |
| YUV | 112.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 141 | 0 | 0.63 | 0.24 | 0.27 | 323.08 | 0.46 | 0.5 |
| Hex | BA | 45 | 8D | 0 | 3F | 18 | 1B | 143 | 2E | 32 |
| Octal | 272 | 105 | 215 | 0 | 77 | 30 | 33 | 503 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10001101 | 0 | 111111 | 11000 | 11011 | 101000011 | 101110 | 110010 |
Color Harmonies of #BA458D
Complementary color
Monochromatic Colors of #BA458D
Black with #BA458D
Text Example
Text Example
White with #BA458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA458D; }
p { color: rgb(186,69,141); }
H1.HeaderClassName
{
color: #BA458D;
}
.AnyTagClassName
{
color: #BA458D;
}
</style>
background-color css
<style>
a { background-color: #BA458D; }
a { background-color: rgb(186,69,141); }
div.DivClassName
{
background-color: #BA458D;
}
.BgClassName
{
background-color: #BA458D;
}
</style>
border-color css
<style>
span { border-color: #BA458D; }
span { border-color: rgb(186,69,141); }
td.TdClassName
{
border-color: #BA458D;
}
.TagClassName
{
border-color: #BA458D;
}
</style>