Shades of Mulberry #B54D94
Tints of Mulberry #B54D94
RGB
CMYK
RGB Variations
Color information
#B54D94 (or 0xB54D94) is known color: Mulberry. HEX triplet: B5, 4D and 94. RGB value is (181,77,148). Sum of RGB (Red+Green+Blue) = 181+77+148=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D94 is #4AB26B. Grayscale: #747474. Windows color (decimal): -4895340 or 9719221. OLE color: 9719221.
HSL color Cylindrical-coordinate representation of color #B54D94: hue angle of 319.04º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54D94 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 148 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.29 |
| HSL | 319.04º | 0.41% | 0.51% | - |
| HSV(B) | 319.04º | 0.57% | 0.71% | - |
| XYZ | 27.06 | 17.27 | 29.92 | - |
| YUV | 116.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 148 | 0 | 0.57 | 0.18 | 0.29 | 319.04 | 0.41 | 0.51 |
| Hex | B5 | 4D | 94 | 0 | 39 | 12 | 1D | 13F | 29 | 33 |
| Octal | 265 | 115 | 224 | 0 | 71 | 22 | 35 | 477 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10010100 | 0 | 111001 | 10010 | 11101 | 100111111 | 101001 | 110011 |
Color Harmonies of #B54D94
Complementary color
Monochromatic Colors of #B54D94
Black with #B54D94
Text Example
Text Example
White with #B54D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D94; }
p { color: rgb(181,77,148); }
H1.HeaderClassName
{
color: #B54D94;
}
.AnyTagClassName
{
color: #B54D94;
}
</style>
background-color css
<style>
a { background-color: #B54D94; }
a { background-color: rgb(181,77,148); }
div.DivClassName
{
background-color: #B54D94;
}
.BgClassName
{
background-color: #B54D94;
}
</style>
border-color css
<style>
span { border-color: #B54D94; }
span { border-color: rgb(181,77,148); }
td.TdClassName
{
border-color: #B54D94;
}
.TagClassName
{
border-color: #B54D94;
}
</style>