Shades of Mulberry #B54A94
Tints of Mulberry #B54A94
RGB
CMYK
RGB Variations
Color information
#B54A94 (or 0xB54A94) is known color: Mulberry. HEX triplet: B5, 4A and 94. RGB value is (181,74,148). Sum of RGB (Red+Green+Blue) = 181+74+148=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A94 is #4AB56B. Grayscale: #727272. Windows color (decimal): -4896108 or 9718453. OLE color: 9718453.
HSL color Cylindrical-coordinate representation of color #B54A94: hue angle of 318.5º 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 #B54A94 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 148 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.29 |
| HSL | 318.5º | 0.42% | 0.5% | - |
| HSV(B) | 318.5º | 0.59% | 0.71% | - |
| XYZ | 26.85 | 16.86 | 29.86 | - |
| YUV | 114.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 148 | 0 | 0.59 | 0.18 | 0.29 | 318.5 | 0.42 | 0.5 |
| Hex | B5 | 4A | 94 | 0 | 3B | 12 | 1D | 13F | 2A | 32 |
| Octal | 265 | 112 | 224 | 0 | 73 | 22 | 35 | 477 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10010100 | 0 | 111011 | 10010 | 11101 | 100111111 | 101010 | 110010 |
Color Harmonies of #B54A94
Complementary color
Monochromatic Colors of #B54A94
Black with #B54A94
Text Example
Text Example
White with #B54A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A94; }
p { color: rgb(181,74,148); }
H1.HeaderClassName
{
color: #B54A94;
}
.AnyTagClassName
{
color: #B54A94;
}
</style>
background-color css
<style>
a { background-color: #B54A94; }
a { background-color: rgb(181,74,148); }
div.DivClassName
{
background-color: #B54A94;
}
.BgClassName
{
background-color: #B54A94;
}
</style>
border-color css
<style>
span { border-color: #B54A94; }
span { border-color: rgb(181,74,148); }
td.TdClassName
{
border-color: #B54A94;
}
.TagClassName
{
border-color: #B54A94;
}
</style>