Shades of Mulberry #B5568A
Tints of Mulberry #B5568A
RGB
CMYK
RGB Variations
Color information
#B5568A (or 0xB5568A) is known color: Mulberry. HEX triplet: B5, 56 and 8A. RGB value is (181,86,138). Sum of RGB (Red+Green+Blue) = 181+86+138=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5568A is #4AA975. Grayscale: #787878. Windows color (decimal): -4893046 or 9066165. OLE color: 9066165.
HSL color Cylindrical-coordinate representation of color #B5568A: hue angle of 327.16º 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 #B5568A is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 138 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.29 |
| HSL | 327.16º | 0.39% | 0.52% | - |
| HSV(B) | 327.16º | 0.52% | 0.71% | - |
| XYZ | 26.97 | 18.31 | 26.16 | - |
| YUV | 120.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 138 | 0 | 0.52 | 0.24 | 0.29 | 327.16 | 0.39 | 0.52 |
| Hex | B5 | 56 | 8A | 0 | 34 | 18 | 1D | 147 | 27 | 34 |
| Octal | 265 | 126 | 212 | 0 | 64 | 30 | 35 | 507 | 47 | 64 |
| Binary | 10110101 | 1010110 | 10001010 | 0 | 110100 | 11000 | 11101 | 101000111 | 100111 | 110100 |
Color Harmonies of #B5568A
Complementary color
Monochromatic Colors of #B5568A
Black with #B5568A
Text Example
Text Example
White with #B5568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5568A; }
p { color: rgb(181,86,138); }
H1.HeaderClassName
{
color: #B5568A;
}
.AnyTagClassName
{
color: #B5568A;
}
</style>
background-color css
<style>
a { background-color: #B5568A; }
a { background-color: rgb(181,86,138); }
div.DivClassName
{
background-color: #B5568A;
}
.BgClassName
{
background-color: #B5568A;
}
</style>
border-color css
<style>
span { border-color: #B5568A; }
span { border-color: rgb(181,86,138); }
td.TdClassName
{
border-color: #B5568A;
}
.TagClassName
{
border-color: #B5568A;
}
</style>