Shades of Mulberry #B55191
Tints of Mulberry #B55191
RGB
CMYK
RGB Variations
Color information
#B55191 (or 0xB55191) is known color: Mulberry. HEX triplet: B5, 51 and 91. RGB value is (181,81,145). Sum of RGB (Red+Green+Blue) = 181+81+145=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B55191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55191 is #4AAE6E. Grayscale: #767676. Windows color (decimal): -4894319 or 9523637. OLE color: 9523637.
HSL color Cylindrical-coordinate representation of color #B55191: hue angle of 321.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55191 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 145 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.29 |
| HSL | 321.6º | 0.4% | 0.51% | - |
| HSV(B) | 321.6º | 0.55% | 0.71% | - |
| XYZ | 27.11 | 17.75 | 28.79 | - |
| YUV | 118.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 145 | 0 | 0.55 | 0.20 | 0.29 | 321.6 | 0.4 | 0.51 |
| Hex | B5 | 51 | 91 | 0 | 37 | 14 | 1D | 142 | 28 | 33 |
| Octal | 265 | 121 | 221 | 0 | 67 | 24 | 35 | 502 | 50 | 63 |
| Binary | 10110101 | 1010001 | 10010001 | 0 | 110111 | 10100 | 11101 | 101000010 | 101000 | 110011 |
Color Harmonies of #B55191
Complementary color
Monochromatic Colors of #B55191
Black with #B55191
Text Example
Text Example
White with #B55191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55191; }
p { color: rgb(181,81,145); }
H1.HeaderClassName
{
color: #B55191;
}
.AnyTagClassName
{
color: #B55191;
}
</style>
background-color css
<style>
a { background-color: #B55191; }
a { background-color: rgb(181,81,145); }
div.DivClassName
{
background-color: #B55191;
}
.BgClassName
{
background-color: #B55191;
}
</style>
border-color css
<style>
span { border-color: #B55191; }
span { border-color: rgb(181,81,145); }
td.TdClassName
{
border-color: #B55191;
}
.TagClassName
{
border-color: #B55191;
}
</style>