Shades of Mulberry #B54C90
Tints of Mulberry #B54C90
RGB
CMYK
RGB Variations
Color information
#B54C90 (or 0xB54C90) is known color: Mulberry. HEX triplet: B5, 4C and 90. RGB value is (181,76,144). Sum of RGB (Red+Green+Blue) = 181+76+144=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C90 is #4AB36F. Grayscale: #727272. Windows color (decimal): -4895600 or 9456821. OLE color: 9456821.
HSL color Cylindrical-coordinate representation of color #B54C90: hue angle of 321.14º 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 #B54C90 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 144 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.29 |
| HSL | 321.14º | 0.42% | 0.5% | - |
| HSV(B) | 321.14º | 0.58% | 0.71% | - |
| XYZ | 26.67 | 17.01 | 28.26 | - |
| YUV | 115.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 144 | 0 | 0.58 | 0.20 | 0.29 | 321.14 | 0.42 | 0.5 |
| Hex | B5 | 4C | 90 | 0 | 3A | 14 | 1D | 141 | 2A | 32 |
| Octal | 265 | 114 | 220 | 0 | 72 | 24 | 35 | 501 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10010000 | 0 | 111010 | 10100 | 11101 | 101000001 | 101010 | 110010 |
Color Harmonies of #B54C90
Complementary color
Monochromatic Colors of #B54C90
Black with #B54C90
Text Example
Text Example
White with #B54C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C90; }
p { color: rgb(181,76,144); }
H1.HeaderClassName
{
color: #B54C90;
}
.AnyTagClassName
{
color: #B54C90;
}
</style>
background-color css
<style>
a { background-color: #B54C90; }
a { background-color: rgb(181,76,144); }
div.DivClassName
{
background-color: #B54C90;
}
.BgClassName
{
background-color: #B54C90;
}
</style>
border-color css
<style>
span { border-color: #B54C90; }
span { border-color: rgb(181,76,144); }
td.TdClassName
{
border-color: #B54C90;
}
.TagClassName
{
border-color: #B54C90;
}
</style>