Shades of Mulberry #B54B9D
Tints of Mulberry #B54B9D
RGB
CMYK
RGB Variations
Color information
#B54B9D (or 0xB54B9D) is known color: Mulberry. HEX triplet: B5, 4B and 9D. RGB value is (181,75,157). Sum of RGB (Red+Green+Blue) = 181+75+157=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B9D is #4AB462. Grayscale: #737373. Windows color (decimal): -4895843 or 10308533. OLE color: 10308533.
HSL color Cylindrical-coordinate representation of color #B54B9D: hue angle of 313.58º 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 #B54B9D is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 75 | 157 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.29 |
| HSL | 313.58º | 0.42% | 0.5% | - |
| HSV(B) | 313.58º | 0.59% | 0.71% | - |
| XYZ | 27.66 | 17.29 | 33.78 | - |
| YUV | 116.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 157 | 0 | 0.59 | 0.13 | 0.29 | 313.58 | 0.42 | 0.5 |
| Hex | B5 | 4B | 9D | 0 | 3B | D | 1D | 13A | 2A | 32 |
| Octal | 265 | 113 | 235 | 0 | 73 | 15 | 35 | 472 | 52 | 62 |
| Binary | 10110101 | 1001011 | 10011101 | 0 | 111011 | 1101 | 11101 | 100111010 | 101010 | 110010 |
Color Harmonies of #B54B9D
Complementary color
Monochromatic Colors of #B54B9D
Black with #B54B9D
Text Example
Text Example
White with #B54B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54B9D; }
p { color: rgb(181,75,157); }
H1.HeaderClassName
{
color: #B54B9D;
}
.AnyTagClassName
{
color: #B54B9D;
}
</style>
background-color css
<style>
a { background-color: #B54B9D; }
a { background-color: rgb(181,75,157); }
div.DivClassName
{
background-color: #B54B9D;
}
.BgClassName
{
background-color: #B54B9D;
}
</style>
border-color css
<style>
span { border-color: #B54B9D; }
span { border-color: rgb(181,75,157); }
td.TdClassName
{
border-color: #B54B9D;
}
.TagClassName
{
border-color: #B54B9D;
}
</style>