Shades of Mulberry #B54C92
Tints of Mulberry #B54C92
RGB
CMYK
RGB Variations
Color information
#B54C92 (or 0xB54C92) is known color: Mulberry. HEX triplet: B5, 4C and 92. RGB value is (181,76,146). Sum of RGB (Red+Green+Blue) = 181+76+146=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C92 is #4AB36D. Grayscale: #737373. Windows color (decimal): -4895598 or 9587893. OLE color: 9587893.
HSL color Cylindrical-coordinate representation of color #B54C92: hue angle of 320º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54C92 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 146 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.29 |
| HSL | 320º | 0.42% | 0.5% | - |
| HSV(B) | 320º | 0.58% | 0.71% | - |
| XYZ | 26.83 | 17.07 | 29.07 | - |
| YUV | 115.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 146 | 0 | 0.58 | 0.19 | 0.29 | 320 | 0.42 | 0.5 |
| Hex | B5 | 4C | 92 | 0 | 3A | 13 | 1D | 140 | 2A | 32 |
| Octal | 265 | 114 | 222 | 0 | 72 | 23 | 35 | 500 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10010010 | 0 | 111010 | 10011 | 11101 | 101000000 | 101010 | 110010 |
Color Harmonies of #B54C92
Complementary color
Monochromatic Colors of #B54C92
Black with #B54C92
Text Example
Text Example
White with #B54C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C92; }
p { color: rgb(181,76,146); }
H1.HeaderClassName
{
color: #B54C92;
}
.AnyTagClassName
{
color: #B54C92;
}
</style>
background-color css
<style>
a { background-color: #B54C92; }
a { background-color: rgb(181,76,146); }
div.DivClassName
{
background-color: #B54C92;
}
.BgClassName
{
background-color: #B54C92;
}
</style>
border-color css
<style>
span { border-color: #B54C92; }
span { border-color: rgb(181,76,146); }
td.TdClassName
{
border-color: #B54C92;
}
.TagClassName
{
border-color: #B54C92;
}
</style>