Shades of Mulberry #B54C9F
Tints of Mulberry #B54C9F
RGB
CMYK
RGB Variations
Color information
#B54C9F (or 0xB54C9F) is known color: Mulberry. HEX triplet: B5, 4C and 9F. RGB value is (181,76,159). Sum of RGB (Red+Green+Blue) = 181+76+159=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C9F is #4AB360. Grayscale: #747474. Windows color (decimal): -4895585 or 10439861. OLE color: 10439861.
HSL color Cylindrical-coordinate representation of color #B54C9F: hue angle of 312.57º 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 #B54C9F is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 159 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.29 |
| HSL | 312.57º | 0.42% | 0.5% | - |
| HSV(B) | 312.57º | 0.58% | 0.71% | - |
| XYZ | 27.9 | 17.5 | 34.71 | - |
| YUV | 116.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 159 | 0 | 0.58 | 0.12 | 0.29 | 312.57 | 0.42 | 0.5 |
| Hex | B5 | 4C | 9F | 0 | 3A | C | 1D | 139 | 2A | 32 |
| Octal | 265 | 114 | 237 | 0 | 72 | 14 | 35 | 471 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10011111 | 0 | 111010 | 1100 | 11101 | 100111001 | 101010 | 110010 |
Color Harmonies of #B54C9F
Complementary color
Monochromatic Colors of #B54C9F
Black with #B54C9F
Text Example
Text Example
White with #B54C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C9F; }
p { color: rgb(181,76,159); }
H1.HeaderClassName
{
color: #B54C9F;
}
.AnyTagClassName
{
color: #B54C9F;
}
</style>
background-color css
<style>
a { background-color: #B54C9F; }
a { background-color: rgb(181,76,159); }
div.DivClassName
{
background-color: #B54C9F;
}
.BgClassName
{
background-color: #B54C9F;
}
</style>
border-color css
<style>
span { border-color: #B54C9F; }
span { border-color: rgb(181,76,159); }
td.TdClassName
{
border-color: #B54C9F;
}
.TagClassName
{
border-color: #B54C9F;
}
</style>