Shades of Mulberry #B4568F
Tints of Mulberry #B4568F
RGB
CMYK
RGB Variations
Color information
#B4568F (or 0xB4568F) is known color: Mulberry. HEX triplet: B4, 56 and 8F. RGB value is (180,86,143). Sum of RGB (Red+Green+Blue) = 180+86+143=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4568F is #4BA970. Grayscale: #787878. Windows color (decimal): -4958577 or 9393844. OLE color: 9393844.
HSL color Cylindrical-coordinate representation of color #B4568F: hue angle of 323.62º 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 #B4568F is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 143 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.29 |
| HSL | 323.62º | 0.39% | 0.52% | - |
| HSV(B) | 323.62º | 0.52% | 0.71% | - |
| XYZ | 27.11 | 18.34 | 28.1 | - |
| YUV | 120.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 143 | 0 | 0.52 | 0.21 | 0.29 | 323.62 | 0.39 | 0.52 |
| Hex | B4 | 56 | 8F | 0 | 34 | 15 | 1D | 144 | 27 | 34 |
| Octal | 264 | 126 | 217 | 0 | 64 | 25 | 35 | 504 | 47 | 64 |
| Binary | 10110100 | 1010110 | 10001111 | 0 | 110100 | 10101 | 11101 | 101000100 | 100111 | 110100 |
Color Harmonies of #B4568F
Complementary color
Monochromatic Colors of #B4568F
Black with #B4568F
Text Example
Text Example
White with #B4568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4568F; }
p { color: rgb(180,86,143); }
H1.HeaderClassName
{
color: #B4568F;
}
.AnyTagClassName
{
color: #B4568F;
}
</style>
background-color css
<style>
a { background-color: #B4568F; }
a { background-color: rgb(180,86,143); }
div.DivClassName
{
background-color: #B4568F;
}
.BgClassName
{
background-color: #B4568F;
}
</style>
border-color css
<style>
span { border-color: #B4568F; }
span { border-color: rgb(180,86,143); }
td.TdClassName
{
border-color: #B4568F;
}
.TagClassName
{
border-color: #B4568F;
}
</style>