Shades of Mulberry #BA428C
Tints of Mulberry #BA428C
RGB
CMYK
RGB Variations
Color information
#BA428C (or 0xBA428C) is known color: Mulberry. HEX triplet: BA, 42 and 8C. RGB value is (186,66,140). Sum of RGB (Red+Green+Blue) = 186+66+140=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA428C is #45BD73. Grayscale: #6E6E6E. Windows color (decimal): -4570484 or 9192122. OLE color: 9192122.
HSL color Cylindrical-coordinate representation of color #BA428C: hue angle of 323º 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 #BA428C is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 140 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.27 |
| HSL | 323º | 0.48% | 0.49% | - |
| HSV(B) | 323º | 0.65% | 0.73% | - |
| XYZ | 26.93 | 16.23 | 26.52 | - |
| YUV | 110.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 140 | 0 | 0.65 | 0.25 | 0.27 | 323 | 0.48 | 0.49 |
| Hex | BA | 42 | 8C | 0 | 41 | 19 | 1B | 143 | 30 | 31 |
| Octal | 272 | 102 | 214 | 0 | 101 | 31 | 33 | 503 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10001100 | 0 | 1000001 | 11001 | 11011 | 101000011 | 110000 | 110001 |
Color Harmonies of #BA428C
Complementary color
Monochromatic Colors of #BA428C
Black with #BA428C
Text Example
Text Example
White with #BA428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA428C; }
p { color: rgb(186,66,140); }
H1.HeaderClassName
{
color: #BA428C;
}
.AnyTagClassName
{
color: #BA428C;
}
</style>
background-color css
<style>
a { background-color: #BA428C; }
a { background-color: rgb(186,66,140); }
div.DivClassName
{
background-color: #BA428C;
}
.BgClassName
{
background-color: #BA428C;
}
</style>
border-color css
<style>
span { border-color: #BA428C; }
span { border-color: rgb(186,66,140); }
td.TdClassName
{
border-color: #BA428C;
}
.TagClassName
{
border-color: #BA428C;
}
</style>