Shades of Mulberry #B54A92
Tints of Mulberry #B54A92
RGB
CMYK
RGB Variations
Color information
#B54A92 (or 0xB54A92) is known color: Mulberry. HEX triplet: B5, 4A and 92. RGB value is (181,74,146). Sum of RGB (Red+Green+Blue) = 181+74+146=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A92 is #4AB56D. Grayscale: #727272. Windows color (decimal): -4896110 or 9587381. OLE color: 9587381.
HSL color Cylindrical-coordinate representation of color #B54A92: hue angle of 319.63º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A92 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 146 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.29 |
| HSL | 319.63º | 0.42% | 0.5% | - |
| HSV(B) | 319.63º | 0.59% | 0.71% | - |
| XYZ | 26.69 | 16.8 | 29.03 | - |
| YUV | 114.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 146 | 0 | 0.59 | 0.19 | 0.29 | 319.63 | 0.42 | 0.5 |
| Hex | B5 | 4A | 92 | 0 | 3B | 13 | 1D | 140 | 2A | 32 |
| Octal | 265 | 112 | 222 | 0 | 73 | 23 | 35 | 500 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10010010 | 0 | 111011 | 10011 | 11101 | 101000000 | 101010 | 110010 |
Color Harmonies of #B54A92
Complementary color
Monochromatic Colors of #B54A92
Black with #B54A92
Text Example
Text Example
White with #B54A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A92; }
p { color: rgb(181,74,146); }
H1.HeaderClassName
{
color: #B54A92;
}
.AnyTagClassName
{
color: #B54A92;
}
</style>
background-color css
<style>
a { background-color: #B54A92; }
a { background-color: rgb(181,74,146); }
div.DivClassName
{
background-color: #B54A92;
}
.BgClassName
{
background-color: #B54A92;
}
</style>
border-color css
<style>
span { border-color: #B54A92; }
span { border-color: rgb(181,74,146); }
td.TdClassName
{
border-color: #B54A92;
}
.TagClassName
{
border-color: #B54A92;
}
</style>