Shades of Mulberry #B0578B
Tints of Mulberry #B0578B
RGB
CMYK
RGB Variations
Color information
#B0578B (or 0xB0578B) is known color: Mulberry. HEX triplet: B0, 57 and 8B. RGB value is (176,87,139). Sum of RGB (Red+Green+Blue) = 176+87+139=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0578B is #4FA874. Grayscale: #777777. Windows color (decimal): -5220469 or 9131952. OLE color: 9131952.
HSL color Cylindrical-coordinate representation of color #B0578B: hue angle of 324.94º 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 #B0578B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 139 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.31 |
| HSL | 324.94º | 0.36% | 0.52% | - |
| HSV(B) | 324.94º | 0.51% | 0.69% | - |
| XYZ | 25.97 | 17.91 | 26.51 | - |
| YUV | 119.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 139 | 0 | 0.51 | 0.21 | 0.31 | 324.94 | 0.36 | 0.52 |
| Hex | B0 | 57 | 8B | 0 | 33 | 15 | 1F | 145 | 24 | 34 |
| Octal | 260 | 127 | 213 | 0 | 63 | 25 | 37 | 505 | 44 | 64 |
| Binary | 10110000 | 1010111 | 10001011 | 0 | 110011 | 10101 | 11111 | 101000101 | 100100 | 110100 |
Color Harmonies of #B0578B
Complementary color
Monochromatic Colors of #B0578B
Black with #B0578B
Text Example
Text Example
White with #B0578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0578B; }
p { color: rgb(176,87,139); }
H1.HeaderClassName
{
color: #B0578B;
}
.AnyTagClassName
{
color: #B0578B;
}
</style>
background-color css
<style>
a { background-color: #B0578B; }
a { background-color: rgb(176,87,139); }
div.DivClassName
{
background-color: #B0578B;
}
.BgClassName
{
background-color: #B0578B;
}
</style>
border-color css
<style>
span { border-color: #B0578B; }
span { border-color: rgb(176,87,139); }
td.TdClassName
{
border-color: #B0578B;
}
.TagClassName
{
border-color: #B0578B;
}
</style>