Shades of Mulberry #B4568B
Tints of Mulberry #B4568B
RGB
CMYK
RGB Variations
Color information
#B4568B (or 0xB4568B) is known color: Mulberry. HEX triplet: B4, 56 and 8B. RGB value is (180,86,139). Sum of RGB (Red+Green+Blue) = 180+86+139=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4568B is #4BA974. Grayscale: #787878. Windows color (decimal): -4958581 or 9131700. OLE color: 9131700.
HSL color Cylindrical-coordinate representation of color #B4568B: hue angle of 326.17º 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 #B4568B is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 139 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.29 |
| HSL | 326.17º | 0.39% | 0.52% | - |
| HSV(B) | 326.17º | 0.52% | 0.71% | - |
| XYZ | 26.81 | 18.22 | 26.53 | - |
| YUV | 120.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 139 | 0 | 0.52 | 0.23 | 0.29 | 326.17 | 0.39 | 0.52 |
| Hex | B4 | 56 | 8B | 0 | 34 | 17 | 1D | 146 | 27 | 34 |
| Octal | 264 | 126 | 213 | 0 | 64 | 27 | 35 | 506 | 47 | 64 |
| Binary | 10110100 | 1010110 | 10001011 | 0 | 110100 | 10111 | 11101 | 101000110 | 100111 | 110100 |
Color Harmonies of #B4568B
Complementary color
Monochromatic Colors of #B4568B
Black with #B4568B
Text Example
Text Example
White with #B4568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4568B; }
p { color: rgb(180,86,139); }
H1.HeaderClassName
{
color: #B4568B;
}
.AnyTagClassName
{
color: #B4568B;
}
</style>
background-color css
<style>
a { background-color: #B4568B; }
a { background-color: rgb(180,86,139); }
div.DivClassName
{
background-color: #B4568B;
}
.BgClassName
{
background-color: #B4568B;
}
</style>
border-color css
<style>
span { border-color: #B4568B; }
span { border-color: rgb(180,86,139); }
td.TdClassName
{
border-color: #B4568B;
}
.TagClassName
{
border-color: #B4568B;
}
</style>