Shades of Mulberry #B5568B
Tints of Mulberry #B5568B
RGB
CMYK
RGB Variations
Color information
#B5568B (or 0xB5568B) is known color: Mulberry. HEX triplet: B5, 56 and 8B. RGB value is (181,86,139). Sum of RGB (Red+Green+Blue) = 181+86+139=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5568B is #4AA974. Grayscale: #787878. Windows color (decimal): -4893045 or 9131701. OLE color: 9131701.
HSL color Cylindrical-coordinate representation of color #B5568B: hue angle of 326.53º 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 #B5568B is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 139 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.29 |
| HSL | 326.53º | 0.39% | 0.52% | - |
| HSV(B) | 326.53º | 0.52% | 0.71% | - |
| XYZ | 27.04 | 18.34 | 26.54 | - |
| YUV | 120.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 139 | 0 | 0.52 | 0.23 | 0.29 | 326.53 | 0.39 | 0.52 |
| Hex | B5 | 56 | 8B | 0 | 34 | 17 | 1D | 147 | 27 | 34 |
| Octal | 265 | 126 | 213 | 0 | 64 | 27 | 35 | 507 | 47 | 64 |
| Binary | 10110101 | 1010110 | 10001011 | 0 | 110100 | 10111 | 11101 | 101000111 | 100111 | 110100 |
Color Harmonies of #B5568B
Complementary color
Monochromatic Colors of #B5568B
Black with #B5568B
Text Example
Text Example
White with #B5568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5568B; }
p { color: rgb(181,86,139); }
H1.HeaderClassName
{
color: #B5568B;
}
.AnyTagClassName
{
color: #B5568B;
}
</style>
background-color css
<style>
a { background-color: #B5568B; }
a { background-color: rgb(181,86,139); }
div.DivClassName
{
background-color: #B5568B;
}
.BgClassName
{
background-color: #B5568B;
}
</style>
border-color css
<style>
span { border-color: #B5568B; }
span { border-color: rgb(181,86,139); }
td.TdClassName
{
border-color: #B5568B;
}
.TagClassName
{
border-color: #B5568B;
}
</style>