Shades of Mulberry #B55395
Tints of Mulberry #B55395
RGB
CMYK
RGB Variations
Color information
#B55395 (or 0xB55395) is known color: Mulberry. HEX triplet: B5, 53 and 95. RGB value is (181,83,149). Sum of RGB (Red+Green+Blue) = 181+83+149=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B55395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55395 is #4AAC6A. Grayscale: #777777. Windows color (decimal): -4893803 or 9786293. OLE color: 9786293.
HSL color Cylindrical-coordinate representation of color #B55395: hue angle of 319.59º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55395 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 149 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.29 |
| HSL | 319.59º | 0.4% | 0.52% | - |
| HSV(B) | 319.59º | 0.54% | 0.71% | - |
| XYZ | 27.57 | 18.18 | 30.49 | - |
| YUV | 119.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 149 | 0 | 0.54 | 0.18 | 0.29 | 319.59 | 0.4 | 0.52 |
| Hex | B5 | 53 | 95 | 0 | 36 | 12 | 1D | 140 | 28 | 34 |
| Octal | 265 | 123 | 225 | 0 | 66 | 22 | 35 | 500 | 50 | 64 |
| Binary | 10110101 | 1010011 | 10010101 | 0 | 110110 | 10010 | 11101 | 101000000 | 101000 | 110100 |
Color Harmonies of #B55395
Complementary color
Monochromatic Colors of #B55395
Black with #B55395
Text Example
Text Example
White with #B55395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55395; }
p { color: rgb(181,83,149); }
H1.HeaderClassName
{
color: #B55395;
}
.AnyTagClassName
{
color: #B55395;
}
</style>
background-color css
<style>
a { background-color: #B55395; }
a { background-color: rgb(181,83,149); }
div.DivClassName
{
background-color: #B55395;
}
.BgClassName
{
background-color: #B55395;
}
</style>
border-color css
<style>
span { border-color: #B55395; }
span { border-color: rgb(181,83,149); }
td.TdClassName
{
border-color: #B55395;
}
.TagClassName
{
border-color: #B55395;
}
</style>