Shades of Mulberry #B4568D
Tints of Mulberry #B4568D
RGB
CMYK
RGB Variations
Color information
#B4568D (or 0xB4568D) is known color: Mulberry. HEX triplet: B4, 56 and 8D. RGB value is (180,86,141). Sum of RGB (Red+Green+Blue) = 180+86+141=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4568D is #4BA972. Grayscale: #787878. Windows color (decimal): -4958579 or 9262772. OLE color: 9262772.
HSL color Cylindrical-coordinate representation of color #B4568D: hue angle of 324.89º degrees, saturation: 0.39, 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 #B4568D is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 141 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.29 |
| HSL | 324.89º | 0.39% | 0.52% | - |
| HSV(B) | 324.89º | 0.52% | 0.71% | - |
| XYZ | 26.96 | 18.28 | 27.31 | - |
| YUV | 120.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 141 | 0 | 0.52 | 0.22 | 0.29 | 324.89 | 0.39 | 0.52 |
| Hex | B4 | 56 | 8D | 0 | 34 | 16 | 1D | 145 | 27 | 34 |
| Octal | 264 | 126 | 215 | 0 | 64 | 26 | 35 | 505 | 47 | 64 |
| Binary | 10110100 | 1010110 | 10001101 | 0 | 110100 | 10110 | 11101 | 101000101 | 100111 | 110100 |
Color Harmonies of #B4568D
Complementary color
Monochromatic Colors of #B4568D
Black with #B4568D
Text Example
Text Example
White with #B4568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4568D; }
p { color: rgb(180,86,141); }
H1.HeaderClassName
{
color: #B4568D;
}
.AnyTagClassName
{
color: #B4568D;
}
</style>
background-color css
<style>
a { background-color: #B4568D; }
a { background-color: rgb(180,86,141); }
div.DivClassName
{
background-color: #B4568D;
}
.BgClassName
{
background-color: #B4568D;
}
</style>
border-color css
<style>
span { border-color: #B4568D; }
span { border-color: rgb(180,86,141); }
td.TdClassName
{
border-color: #B4568D;
}
.TagClassName
{
border-color: #B4568D;
}
</style>