Shades of Mulberry #B54A99
Tints of Mulberry #B54A99
RGB
CMYK
RGB Variations
Color information
#B54A99 (or 0xB54A99) is known color: Mulberry. HEX triplet: B5, 4A and 99. RGB value is (181,74,153). Sum of RGB (Red+Green+Blue) = 181+74+153=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A99 is #4AB566. Grayscale: #727272. Windows color (decimal): -4896103 or 10046133. OLE color: 10046133.
HSL color Cylindrical-coordinate representation of color #B54A99: hue angle of 315.7º 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 #B54A99 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 153 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.29 |
| HSL | 315.7º | 0.42% | 0.5% | - |
| HSV(B) | 315.7º | 0.59% | 0.71% | - |
| XYZ | 27.25 | 17.02 | 31.99 | - |
| YUV | 115 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 153 | 0 | 0.59 | 0.15 | 0.29 | 315.7 | 0.42 | 0.5 |
| Hex | B5 | 4A | 99 | 0 | 3B | F | 1D | 13C | 2A | 32 |
| Octal | 265 | 112 | 231 | 0 | 73 | 17 | 35 | 474 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10011001 | 0 | 111011 | 1111 | 11101 | 100111100 | 101010 | 110010 |
Color Harmonies of #B54A99
Complementary color
Monochromatic Colors of #B54A99
Black with #B54A99
Text Example
Text Example
White with #B54A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A99; }
p { color: rgb(181,74,153); }
H1.HeaderClassName
{
color: #B54A99;
}
.AnyTagClassName
{
color: #B54A99;
}
</style>
background-color css
<style>
a { background-color: #B54A99; }
a { background-color: rgb(181,74,153); }
div.DivClassName
{
background-color: #B54A99;
}
.BgClassName
{
background-color: #B54A99;
}
</style>
border-color css
<style>
span { border-color: #B54A99; }
span { border-color: rgb(181,74,153); }
td.TdClassName
{
border-color: #B54A99;
}
.TagClassName
{
border-color: #B54A99;
}
</style>