Shades of Mulberry #B4578B
Tints of Mulberry #B4578B
RGB
CMYK
RGB Variations
Color information
#B4578B (or 0xB4578B) is known color: Mulberry. HEX triplet: B4, 57 and 8B. RGB value is (180,87,139). Sum of RGB (Red+Green+Blue) = 180+87+139=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4578B is #4BA874. Grayscale: #787878. Windows color (decimal): -4958325 or 9131956. OLE color: 9131956.
HSL color Cylindrical-coordinate representation of color #B4578B: hue angle of 326.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4578B is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 139 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.29 |
| HSL | 326.45º | 0.38% | 0.52% | - |
| HSV(B) | 326.45º | 0.52% | 0.71% | - |
| XYZ | 26.89 | 18.38 | 26.56 | - |
| YUV | 120.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 139 | 0 | 0.52 | 0.23 | 0.29 | 326.45 | 0.38 | 0.52 |
| Hex | B4 | 57 | 8B | 0 | 34 | 17 | 1D | 146 | 26 | 34 |
| Octal | 264 | 127 | 213 | 0 | 64 | 27 | 35 | 506 | 46 | 64 |
| Binary | 10110100 | 1010111 | 10001011 | 0 | 110100 | 10111 | 11101 | 101000110 | 100110 | 110100 |
Color Harmonies of #B4578B
Complementary color
Monochromatic Colors of #B4578B
Black with #B4578B
Text Example
Text Example
White with #B4578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4578B; }
p { color: rgb(180,87,139); }
H1.HeaderClassName
{
color: #B4578B;
}
.AnyTagClassName
{
color: #B4578B;
}
</style>
background-color css
<style>
a { background-color: #B4578B; }
a { background-color: rgb(180,87,139); }
div.DivClassName
{
background-color: #B4578B;
}
.BgClassName
{
background-color: #B4578B;
}
</style>
border-color css
<style>
span { border-color: #B4578B; }
span { border-color: rgb(180,87,139); }
td.TdClassName
{
border-color: #B4578B;
}
.TagClassName
{
border-color: #B4578B;
}
</style>