Shades of Mulberry #B54892
Tints of Mulberry #B54892
RGB
CMYK
RGB Variations
Color information
#B54892 (or 0xB54892) is known color: Mulberry. HEX triplet: B5, 48 and 92. RGB value is (181,72,146). Sum of RGB (Red+Green+Blue) = 181+72+146=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B54892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54892 is #4AB76D. Grayscale: #707070. Windows color (decimal): -4896622 or 9586869. OLE color: 9586869.
HSL color Cylindrical-coordinate representation of color #B54892: hue angle of 319.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54892 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 146 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.29 |
| HSL | 319.27º | 0.43% | 0.5% | - |
| HSV(B) | 319.27º | 0.6% | 0.71% | - |
| XYZ | 26.56 | 16.53 | 28.99 | - |
| YUV | 113.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 146 | 0 | 0.60 | 0.19 | 0.29 | 319.27 | 0.43 | 0.5 |
| Hex | B5 | 48 | 92 | 0 | 3C | 13 | 1D | 13F | 2B | 32 |
| Octal | 265 | 110 | 222 | 0 | 74 | 23 | 35 | 477 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10010010 | 0 | 111100 | 10011 | 11101 | 100111111 | 101011 | 110010 |
Color Harmonies of #B54892
Complementary color
Monochromatic Colors of #B54892
Black with #B54892
Text Example
Text Example
White with #B54892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54892; }
p { color: rgb(181,72,146); }
H1.HeaderClassName
{
color: #B54892;
}
.AnyTagClassName
{
color: #B54892;
}
</style>
background-color css
<style>
a { background-color: #B54892; }
a { background-color: rgb(181,72,146); }
div.DivClassName
{
background-color: #B54892;
}
.BgClassName
{
background-color: #B54892;
}
</style>
border-color css
<style>
span { border-color: #B54892; }
span { border-color: rgb(181,72,146); }
td.TdClassName
{
border-color: #B54892;
}
.TagClassName
{
border-color: #B54892;
}
</style>