Shades of Mulberry #B0548C
Tints of Mulberry #B0548C
RGB
CMYK
RGB Variations
Color information
#B0548C (or 0xB0548C) is known color: Mulberry. HEX triplet: B0, 54 and 8C. RGB value is (176,84,140). Sum of RGB (Red+Green+Blue) = 176+84+140=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0548C is #4FAB73. Grayscale: #757575. Windows color (decimal): -5221236 or 9196720. OLE color: 9196720.
HSL color Cylindrical-coordinate representation of color #B0548C: hue angle of 323.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0548C is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 140 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.31 |
| HSL | 323.48º | 0.37% | 0.51% | - |
| HSV(B) | 323.48º | 0.52% | 0.69% | - |
| XYZ | 25.81 | 17.46 | 26.82 | - |
| YUV | 117.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 140 | 0 | 0.52 | 0.20 | 0.31 | 323.48 | 0.37 | 0.51 |
| Hex | B0 | 54 | 8C | 0 | 34 | 14 | 1F | 143 | 25 | 33 |
| Octal | 260 | 124 | 214 | 0 | 64 | 24 | 37 | 503 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10001100 | 0 | 110100 | 10100 | 11111 | 101000011 | 100101 | 110011 |
Color Harmonies of #B0548C
Complementary color
Monochromatic Colors of #B0548C
Black with #B0548C
Text Example
Text Example
White with #B0548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0548C; }
p { color: rgb(176,84,140); }
H1.HeaderClassName
{
color: #B0548C;
}
.AnyTagClassName
{
color: #B0548C;
}
</style>
background-color css
<style>
a { background-color: #B0548C; }
a { background-color: rgb(176,84,140); }
div.DivClassName
{
background-color: #B0548C;
}
.BgClassName
{
background-color: #B0548C;
}
</style>
border-color css
<style>
span { border-color: #B0548C; }
span { border-color: rgb(176,84,140); }
td.TdClassName
{
border-color: #B0548C;
}
.TagClassName
{
border-color: #B0548C;
}
</style>