Shades of Mulberry #BA428B
Tints of Mulberry #BA428B
RGB
CMYK
RGB Variations
Color information
#BA428B (or 0xBA428B) is known color: Mulberry. HEX triplet: BA, 42 and 8B. RGB value is (186,66,139). Sum of RGB (Red+Green+Blue) = 186+66+139=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA428B is #45BD74. Grayscale: #6E6E6E. Windows color (decimal): -4570485 or 9126586. OLE color: 9126586.
HSL color Cylindrical-coordinate representation of color #BA428B: hue angle of 323.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA428B is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 139 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.27 |
| HSL | 323.5º | 0.48% | 0.49% | - |
| HSV(B) | 323.5º | 0.65% | 0.73% | - |
| XYZ | 26.86 | 16.2 | 26.14 | - |
| YUV | 110.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 139 | 0 | 0.65 | 0.25 | 0.27 | 323.5 | 0.48 | 0.49 |
| Hex | BA | 42 | 8B | 0 | 41 | 19 | 1B | 144 | 30 | 31 |
| Octal | 272 | 102 | 213 | 0 | 101 | 31 | 33 | 504 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10001011 | 0 | 1000001 | 11001 | 11011 | 101000100 | 110000 | 110001 |
Color Harmonies of #BA428B
Complementary color
Monochromatic Colors of #BA428B
Black with #BA428B
Text Example
Text Example
White with #BA428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA428B; }
p { color: rgb(186,66,139); }
H1.HeaderClassName
{
color: #BA428B;
}
.AnyTagClassName
{
color: #BA428B;
}
</style>
background-color css
<style>
a { background-color: #BA428B; }
a { background-color: rgb(186,66,139); }
div.DivClassName
{
background-color: #BA428B;
}
.BgClassName
{
background-color: #BA428B;
}
</style>
border-color css
<style>
span { border-color: #BA428B; }
span { border-color: rgb(186,66,139); }
td.TdClassName
{
border-color: #BA428B;
}
.TagClassName
{
border-color: #BA428B;
}
</style>