Shades of Mulberry #BA468D
Tints of Mulberry #BA468D
RGB
CMYK
RGB Variations
Color information
#BA468D (or 0xBA468D) is known color: Mulberry. HEX triplet: BA, 46 and 8D. RGB value is (186,70,141). Sum of RGB (Red+Green+Blue) = 186+70+141=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA468D is #45B972. Grayscale: #707070. Windows color (decimal): -4569459 or 9258682. OLE color: 9258682.
HSL color Cylindrical-coordinate representation of color #BA468D: hue angle of 323.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA468D is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 141 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.27 |
| HSL | 323.28º | 0.46% | 0.5% | - |
| HSV(B) | 323.28º | 0.62% | 0.73% | - |
| XYZ | 27.25 | 16.74 | 26.99 | - |
| YUV | 112.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 141 | 0 | 0.62 | 0.24 | 0.27 | 323.28 | 0.46 | 0.5 |
| Hex | BA | 46 | 8D | 0 | 3E | 18 | 1B | 143 | 2E | 32 |
| Octal | 272 | 106 | 215 | 0 | 76 | 30 | 33 | 503 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10001101 | 0 | 111110 | 11000 | 11011 | 101000011 | 101110 | 110010 |
Color Harmonies of #BA468D
Complementary color
Monochromatic Colors of #BA468D
Black with #BA468D
Text Example
Text Example
White with #BA468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA468D; }
p { color: rgb(186,70,141); }
H1.HeaderClassName
{
color: #BA468D;
}
.AnyTagClassName
{
color: #BA468D;
}
</style>
background-color css
<style>
a { background-color: #BA468D; }
a { background-color: rgb(186,70,141); }
div.DivClassName
{
background-color: #BA468D;
}
.BgClassName
{
background-color: #BA468D;
}
</style>
border-color css
<style>
span { border-color: #BA468D; }
span { border-color: rgb(186,70,141); }
td.TdClassName
{
border-color: #BA468D;
}
.TagClassName
{
border-color: #BA468D;
}
</style>