Shades of Mulberry #B54F99
Tints of Mulberry #B54F99
RGB
CMYK
RGB Variations
Color information
#B54F99 (or 0xB54F99) is known color: Mulberry. HEX triplet: B5, 4F and 99. RGB value is (181,79,153). Sum of RGB (Red+Green+Blue) = 181+79+153=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54F99 is #4AB066. Grayscale: #757575. Windows color (decimal): -4894823 or 10047413. OLE color: 10047413.
HSL color Cylindrical-coordinate representation of color #B54F99: hue angle of 316.47º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B54F99 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 79 | 153 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.29 |
| HSL | 316.47º | 0.41% | 0.51% | - |
| HSV(B) | 316.47º | 0.56% | 0.71% | - |
| XYZ | 27.6 | 17.72 | 32.1 | - |
| YUV | 117.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 153 | 0 | 0.56 | 0.15 | 0.29 | 316.47 | 0.41 | 0.51 |
| Hex | B5 | 4F | 99 | 0 | 38 | F | 1D | 13C | 29 | 33 |
| Octal | 265 | 117 | 231 | 0 | 70 | 17 | 35 | 474 | 51 | 63 |
| Binary | 10110101 | 1001111 | 10011001 | 0 | 111000 | 1111 | 11101 | 100111100 | 101001 | 110011 |
Color Harmonies of #B54F99
Complementary color
Monochromatic Colors of #B54F99
Black with #B54F99
Text Example
Text Example
White with #B54F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54F99; }
p { color: rgb(181,79,153); }
H1.HeaderClassName
{
color: #B54F99;
}
.AnyTagClassName
{
color: #B54F99;
}
</style>
background-color css
<style>
a { background-color: #B54F99; }
a { background-color: rgb(181,79,153); }
div.DivClassName
{
background-color: #B54F99;
}
.BgClassName
{
background-color: #B54F99;
}
</style>
border-color css
<style>
span { border-color: #B54F99; }
span { border-color: rgb(181,79,153); }
td.TdClassName
{
border-color: #B54F99;
}
.TagClassName
{
border-color: #B54F99;
}
</style>