Shades of Mulberry #B54496
Tints of Mulberry #B54496
RGB
CMYK
RGB Variations
Color information
#B54496 (or 0xB54496) is known color: Mulberry. HEX triplet: B5, 44 and 96. RGB value is (181,68,150). Sum of RGB (Red+Green+Blue) = 181+68+150=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B54496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54496 is #4ABB69. Grayscale: #6E6E6E. Windows color (decimal): -4897642 or 9847989. OLE color: 9847989.
HSL color Cylindrical-coordinate representation of color #B54496: hue angle of 316.46º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54496 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 150 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.29 |
| HSL | 316.46º | 0.45% | 0.49% | - |
| HSV(B) | 316.46º | 0.62% | 0.71% | - |
| XYZ | 26.63 | 16.16 | 30.57 | - |
| YUV | 111.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 150 | 0 | 0.62 | 0.17 | 0.29 | 316.46 | 0.45 | 0.49 |
| Hex | B5 | 44 | 96 | 0 | 3E | 11 | 1D | 13C | 2D | 31 |
| Octal | 265 | 104 | 226 | 0 | 76 | 21 | 35 | 474 | 55 | 61 |
| Binary | 10110101 | 1000100 | 10010110 | 0 | 111110 | 10001 | 11101 | 100111100 | 101101 | 110001 |
Color Harmonies of #B54496
Complementary color
Monochromatic Colors of #B54496
Black with #B54496
Text Example
Text Example
White with #B54496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54496; }
p { color: rgb(181,68,150); }
H1.HeaderClassName
{
color: #B54496;
}
.AnyTagClassName
{
color: #B54496;
}
</style>
background-color css
<style>
a { background-color: #B54496; }
a { background-color: rgb(181,68,150); }
div.DivClassName
{
background-color: #B54496;
}
.BgClassName
{
background-color: #B54496;
}
</style>
border-color css
<style>
span { border-color: #B54496; }
span { border-color: rgb(181,68,150); }
td.TdClassName
{
border-color: #B54496;
}
.TagClassName
{
border-color: #B54496;
}
</style>