Shades of Mulberry #B55193
Tints of Mulberry #B55193
RGB
CMYK
RGB Variations
Color information
#B55193 (or 0xB55193) is known color: Mulberry. HEX triplet: B5, 51 and 93. RGB value is (181,81,147). Sum of RGB (Red+Green+Blue) = 181+81+147=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B55193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55193 is #4AAE6C. Grayscale: #767676. Windows color (decimal): -4894317 or 9654709. OLE color: 9654709.
HSL color Cylindrical-coordinate representation of color #B55193: hue angle of 320.4º 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 #B55193 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 147 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.29 |
| HSL | 320.4º | 0.4% | 0.51% | - |
| HSV(B) | 320.4º | 0.55% | 0.71% | - |
| XYZ | 27.26 | 17.82 | 29.61 | - |
| YUV | 118.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 147 | 0 | 0.55 | 0.19 | 0.29 | 320.4 | 0.4 | 0.51 |
| Hex | B5 | 51 | 93 | 0 | 37 | 13 | 1D | 140 | 28 | 33 |
| Octal | 265 | 121 | 223 | 0 | 67 | 23 | 35 | 500 | 50 | 63 |
| Binary | 10110101 | 1010001 | 10010011 | 0 | 110111 | 10011 | 11101 | 101000000 | 101000 | 110011 |
Color Harmonies of #B55193
Complementary color
Monochromatic Colors of #B55193
Black with #B55193
Text Example
Text Example
White with #B55193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55193; }
p { color: rgb(181,81,147); }
H1.HeaderClassName
{
color: #B55193;
}
.AnyTagClassName
{
color: #B55193;
}
</style>
background-color css
<style>
a { background-color: #B55193; }
a { background-color: rgb(181,81,147); }
div.DivClassName
{
background-color: #B55193;
}
.BgClassName
{
background-color: #B55193;
}
</style>
border-color css
<style>
span { border-color: #B55193; }
span { border-color: rgb(181,81,147); }
td.TdClassName
{
border-color: #B55193;
}
.TagClassName
{
border-color: #B55193;
}
</style>