Shades of Mulberry #B54D8F
Tints of Mulberry #B54D8F
RGB
CMYK
RGB Variations
Color information
#B54D8F (or 0xB54D8F) is known color: Mulberry. HEX triplet: B5, 4D and 8F. RGB value is (181,77,143). Sum of RGB (Red+Green+Blue) = 181+77+143=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D8F is #4AB270. Grayscale: #737373. Windows color (decimal): -4895345 or 9391541. OLE color: 9391541.
HSL color Cylindrical-coordinate representation of color #B54D8F: hue angle of 321.92º 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 #B54D8F is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 143 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.29 |
| HSL | 321.92º | 0.41% | 0.51% | - |
| HSV(B) | 321.92º | 0.57% | 0.71% | - |
| XYZ | 26.67 | 17.11 | 27.88 | - |
| YUV | 115.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 143 | 0 | 0.57 | 0.21 | 0.29 | 321.92 | 0.41 | 0.51 |
| Hex | B5 | 4D | 8F | 0 | 39 | 15 | 1D | 142 | 29 | 33 |
| Octal | 265 | 115 | 217 | 0 | 71 | 25 | 35 | 502 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10001111 | 0 | 111001 | 10101 | 11101 | 101000010 | 101001 | 110011 |
Color Harmonies of #B54D8F
Complementary color
Monochromatic Colors of #B54D8F
Black with #B54D8F
Text Example
Text Example
White with #B54D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D8F; }
p { color: rgb(181,77,143); }
H1.HeaderClassName
{
color: #B54D8F;
}
.AnyTagClassName
{
color: #B54D8F;
}
</style>
background-color css
<style>
a { background-color: #B54D8F; }
a { background-color: rgb(181,77,143); }
div.DivClassName
{
background-color: #B54D8F;
}
.BgClassName
{
background-color: #B54D8F;
}
</style>
border-color css
<style>
span { border-color: #B54D8F; }
span { border-color: rgb(181,77,143); }
td.TdClassName
{
border-color: #B54D8F;
}
.TagClassName
{
border-color: #B54D8F;
}
</style>