Shades of Mulberry #B54E96
Tints of Mulberry #B54E96
RGB
CMYK
RGB Variations
Color information
#B54E96 (or 0xB54E96) is known color: Mulberry. HEX triplet: B5, 4E and 96. RGB value is (181,78,150). Sum of RGB (Red+Green+Blue) = 181+78+150=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54E96 is #4AB169. Grayscale: #747474. Windows color (decimal): -4895082 or 9850549. OLE color: 9850549.
HSL color Cylindrical-coordinate representation of color #B54E96: hue angle of 318.06º 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 #B54E96 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 150 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.29 |
| HSL | 318.06º | 0.41% | 0.51% | - |
| HSV(B) | 318.06º | 0.57% | 0.71% | - |
| XYZ | 27.29 | 17.47 | 30.79 | - |
| YUV | 117.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 150 | 0 | 0.57 | 0.17 | 0.29 | 318.06 | 0.41 | 0.51 |
| Hex | B5 | 4E | 96 | 0 | 39 | 11 | 1D | 13E | 29 | 33 |
| Octal | 265 | 116 | 226 | 0 | 71 | 21 | 35 | 476 | 51 | 63 |
| Binary | 10110101 | 1001110 | 10010110 | 0 | 111001 | 10001 | 11101 | 100111110 | 101001 | 110011 |
Color Harmonies of #B54E96
Complementary color
Monochromatic Colors of #B54E96
Black with #B54E96
Text Example
Text Example
White with #B54E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E96; }
p { color: rgb(181,78,150); }
H1.HeaderClassName
{
color: #B54E96;
}
.AnyTagClassName
{
color: #B54E96;
}
</style>
background-color css
<style>
a { background-color: #B54E96; }
a { background-color: rgb(181,78,150); }
div.DivClassName
{
background-color: #B54E96;
}
.BgClassName
{
background-color: #B54E96;
}
</style>
border-color css
<style>
span { border-color: #B54E96; }
span { border-color: rgb(181,78,150); }
td.TdClassName
{
border-color: #B54E96;
}
.TagClassName
{
border-color: #B54E96;
}
</style>