Shades of Mulberry #B55293
Tints of Mulberry #B55293
RGB
CMYK
RGB Variations
Color information
#B55293 (or 0xB55293) is known color: Mulberry. HEX triplet: B5, 52 and 93. RGB value is (181,82,147). Sum of RGB (Red+Green+Blue) = 181+82+147=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B55293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55293 is #4AAD6C. Grayscale: #767676. Windows color (decimal): -4894061 or 9654965. OLE color: 9654965.
HSL color Cylindrical-coordinate representation of color #B55293: hue angle of 320.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55293 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 147 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.29 |
| HSL | 320.61º | 0.4% | 0.52% | - |
| HSV(B) | 320.61º | 0.55% | 0.71% | - |
| XYZ | 27.34 | 17.96 | 29.63 | - |
| YUV | 119.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 147 | 0 | 0.55 | 0.19 | 0.29 | 320.61 | 0.4 | 0.52 |
| Hex | B5 | 52 | 93 | 0 | 37 | 13 | 1D | 141 | 28 | 34 |
| Octal | 265 | 122 | 223 | 0 | 67 | 23 | 35 | 501 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10010011 | 0 | 110111 | 10011 | 11101 | 101000001 | 101000 | 110100 |
Color Harmonies of #B55293
Complementary color
Monochromatic Colors of #B55293
Black with #B55293
Text Example
Text Example
White with #B55293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55293; }
p { color: rgb(181,82,147); }
H1.HeaderClassName
{
color: #B55293;
}
.AnyTagClassName
{
color: #B55293;
}
</style>
background-color css
<style>
a { background-color: #B55293; }
a { background-color: rgb(181,82,147); }
div.DivClassName
{
background-color: #B55293;
}
.BgClassName
{
background-color: #B55293;
}
</style>
border-color css
<style>
span { border-color: #B55293; }
span { border-color: rgb(181,82,147); }
td.TdClassName
{
border-color: #B55293;
}
.TagClassName
{
border-color: #B55293;
}
</style>