Shades of Mulberry #B4578A
Tints of Mulberry #B4578A
RGB
CMYK
RGB Variations
Color information
#B4578A (or 0xB4578A) is known color: Mulberry. HEX triplet: B4, 57 and 8A. RGB value is (180,87,138). Sum of RGB (Red+Green+Blue) = 180+87+138=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4578A is #4BA875. Grayscale: #787878. Windows color (decimal): -4958326 or 9066420. OLE color: 9066420.
HSL color Cylindrical-coordinate representation of color #B4578A: hue angle of 327.1º 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 #B4578A is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 138 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.29 |
| HSL | 327.1º | 0.38% | 0.52% | - |
| HSV(B) | 327.1º | 0.52% | 0.71% | - |
| XYZ | 26.82 | 18.35 | 26.17 | - |
| YUV | 120.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 138 | 0 | 0.52 | 0.23 | 0.29 | 327.1 | 0.38 | 0.52 |
| Hex | B4 | 57 | 8A | 0 | 34 | 17 | 1D | 147 | 26 | 34 |
| Octal | 264 | 127 | 212 | 0 | 64 | 27 | 35 | 507 | 46 | 64 |
| Binary | 10110100 | 1010111 | 10001010 | 0 | 110100 | 10111 | 11101 | 101000111 | 100110 | 110100 |
Color Harmonies of #B4578A
Complementary color
Monochromatic Colors of #B4578A
Black with #B4578A
Text Example
Text Example
White with #B4578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4578A; }
p { color: rgb(180,87,138); }
H1.HeaderClassName
{
color: #B4578A;
}
.AnyTagClassName
{
color: #B4578A;
}
</style>
background-color css
<style>
a { background-color: #B4578A; }
a { background-color: rgb(180,87,138); }
div.DivClassName
{
background-color: #B4578A;
}
.BgClassName
{
background-color: #B4578A;
}
</style>
border-color css
<style>
span { border-color: #B4578A; }
span { border-color: rgb(180,87,138); }
td.TdClassName
{
border-color: #B4578A;
}
.TagClassName
{
border-color: #B4578A;
}
</style>