Shades of Mulberry #B4579B
Tints of Mulberry #B4579B
RGB
CMYK
RGB Variations
Color information
#B4579B (or 0xB4579B) is known color: Mulberry. HEX triplet: B4, 57 and 9B. RGB value is (180,87,155). Sum of RGB (Red+Green+Blue) = 180+87+155=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4579B is #4BA864. Grayscale: #7A7A7A. Windows color (decimal): -4958309 or 10180532. OLE color: 10180532.
HSL color Cylindrical-coordinate representation of color #B4579B: hue angle of 316.13º 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 #B4579B is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 155 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.29 |
| HSL | 316.13º | 0.38% | 0.52% | - |
| HSV(B) | 316.13º | 0.52% | 0.71% | - |
| XYZ | 28.15 | 18.89 | 33.17 | - |
| YUV | 122.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 155 | 0 | 0.52 | 0.14 | 0.29 | 316.13 | 0.38 | 0.52 |
| Hex | B4 | 57 | 9B | 0 | 34 | E | 1D | 13C | 26 | 34 |
| Octal | 264 | 127 | 233 | 0 | 64 | 16 | 35 | 474 | 46 | 64 |
| Binary | 10110100 | 1010111 | 10011011 | 0 | 110100 | 1110 | 11101 | 100111100 | 100110 | 110100 |
Color Harmonies of #B4579B
Complementary color
Monochromatic Colors of #B4579B
Black with #B4579B
Text Example
Text Example
White with #B4579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4579B; }
p { color: rgb(180,87,155); }
H1.HeaderClassName
{
color: #B4579B;
}
.AnyTagClassName
{
color: #B4579B;
}
</style>
background-color css
<style>
a { background-color: #B4579B; }
a { background-color: rgb(180,87,155); }
div.DivClassName
{
background-color: #B4579B;
}
.BgClassName
{
background-color: #B4579B;
}
</style>
border-color css
<style>
span { border-color: #B4579B; }
span { border-color: rgb(180,87,155); }
td.TdClassName
{
border-color: #B4579B;
}
.TagClassName
{
border-color: #B4579B;
}
</style>