Shades of Mulberry #B0578D
Tints of Mulberry #B0578D
RGB
CMYK
RGB Variations
Color information
#B0578D (or 0xB0578D) is known color: Mulberry. HEX triplet: B0, 57 and 8D. RGB value is (176,87,141). Sum of RGB (Red+Green+Blue) = 176+87+141=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0578D is #4FA872. Grayscale: #777777. Windows color (decimal): -5220467 or 9263024. OLE color: 9263024.
HSL color Cylindrical-coordinate representation of color #B0578D: hue angle of 323.6º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0578D is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 141 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.31 |
| HSL | 323.6º | 0.36% | 0.52% | - |
| HSV(B) | 323.6º | 0.51% | 0.69% | - |
| XYZ | 26.12 | 17.97 | 27.29 | - |
| YUV | 119.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 141 | 0 | 0.51 | 0.20 | 0.31 | 323.6 | 0.36 | 0.52 |
| Hex | B0 | 57 | 8D | 0 | 33 | 14 | 1F | 144 | 24 | 34 |
| Octal | 260 | 127 | 215 | 0 | 63 | 24 | 37 | 504 | 44 | 64 |
| Binary | 10110000 | 1010111 | 10001101 | 0 | 110011 | 10100 | 11111 | 101000100 | 100100 | 110100 |
Color Harmonies of #B0578D
Complementary color
Monochromatic Colors of #B0578D
Black with #B0578D
Text Example
Text Example
White with #B0578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0578D; }
p { color: rgb(176,87,141); }
H1.HeaderClassName
{
color: #B0578D;
}
.AnyTagClassName
{
color: #B0578D;
}
</style>
background-color css
<style>
a { background-color: #B0578D; }
a { background-color: rgb(176,87,141); }
div.DivClassName
{
background-color: #B0578D;
}
.BgClassName
{
background-color: #B0578D;
}
</style>
border-color css
<style>
span { border-color: #B0578D; }
span { border-color: rgb(176,87,141); }
td.TdClassName
{
border-color: #B0578D;
}
.TagClassName
{
border-color: #B0578D;
}
</style>