Shades of Mulberry #B54588
Tints of Mulberry #B54588
RGB
CMYK
RGB Variations
Color information
#B54588 (or 0xB54588) is known color: Mulberry. HEX triplet: B5, 45 and 88. RGB value is (181,69,136). Sum of RGB (Red+Green+Blue) = 181+69+136=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B54588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54588 is #4ABA77. Grayscale: #6D6D6D. Windows color (decimal): -4897400 or 8930741. OLE color: 8930741.
HSL color Cylindrical-coordinate representation of color #B54588: hue angle of 324.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54588 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 136 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.29 |
| HSL | 324.11º | 0.45% | 0.49% | - |
| HSV(B) | 324.11º | 0.62% | 0.71% | - |
| XYZ | 25.63 | 15.86 | 25 | - |
| YUV | 110.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 136 | 0 | 0.62 | 0.25 | 0.29 | 324.11 | 0.45 | 0.49 |
| Hex | B5 | 45 | 88 | 0 | 3E | 19 | 1D | 144 | 2D | 31 |
| Octal | 265 | 105 | 210 | 0 | 76 | 31 | 35 | 504 | 55 | 61 |
| Binary | 10110101 | 1000101 | 10001000 | 0 | 111110 | 11001 | 11101 | 101000100 | 101101 | 110001 |
Color Harmonies of #B54588
Complementary color
Monochromatic Colors of #B54588
Black with #B54588
Text Example
Text Example
White with #B54588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54588; }
p { color: rgb(181,69,136); }
H1.HeaderClassName
{
color: #B54588;
}
.AnyTagClassName
{
color: #B54588;
}
</style>
background-color css
<style>
a { background-color: #B54588; }
a { background-color: rgb(181,69,136); }
div.DivClassName
{
background-color: #B54588;
}
.BgClassName
{
background-color: #B54588;
}
</style>
border-color css
<style>
span { border-color: #B54588; }
span { border-color: rgb(181,69,136); }
td.TdClassName
{
border-color: #B54588;
}
.TagClassName
{
border-color: #B54588;
}
</style>