Shades of Mulberry #B54686
Tints of Mulberry #B54686
RGB
CMYK
RGB Variations
Color information
#B54686 (or 0xB54686) is known color: Mulberry. HEX triplet: B5, 46 and 86. RGB value is (181,70,134). Sum of RGB (Red+Green+Blue) = 181+70+134=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B54686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54686 is #4AB979. Grayscale: #6E6E6E. Windows color (decimal): -4897146 or 8799925. OLE color: 8799925.
HSL color Cylindrical-coordinate representation of color #B54686: hue angle of 325.41º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54686 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 134 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.29 |
| HSL | 325.41º | 0.44% | 0.49% | - |
| HSV(B) | 325.41º | 0.61% | 0.71% | - |
| XYZ | 25.55 | 15.93 | 24.28 | - |
| YUV | 110.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 134 | 0 | 0.61 | 0.26 | 0.29 | 325.41 | 0.44 | 0.49 |
| Hex | B5 | 46 | 86 | 0 | 3D | 1A | 1D | 145 | 2C | 31 |
| Octal | 265 | 106 | 206 | 0 | 75 | 32 | 35 | 505 | 54 | 61 |
| Binary | 10110101 | 1000110 | 10000110 | 0 | 111101 | 11010 | 11101 | 101000101 | 101100 | 110001 |
Color Harmonies of #B54686
Complementary color
Monochromatic Colors of #B54686
Black with #B54686
Text Example
Text Example
White with #B54686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54686; }
p { color: rgb(181,70,134); }
H1.HeaderClassName
{
color: #B54686;
}
.AnyTagClassName
{
color: #B54686;
}
</style>
background-color css
<style>
a { background-color: #B54686; }
a { background-color: rgb(181,70,134); }
div.DivClassName
{
background-color: #B54686;
}
.BgClassName
{
background-color: #B54686;
}
</style>
border-color css
<style>
span { border-color: #B54686; }
span { border-color: rgb(181,70,134); }
td.TdClassName
{
border-color: #B54686;
}
.TagClassName
{
border-color: #B54686;
}
</style>