Shades of Mulberry #B55397
Tints of Mulberry #B55397
RGB
CMYK
RGB Variations
Color information
#B55397 (or 0xB55397) is known color: Mulberry. HEX triplet: B5, 53 and 97. RGB value is (181,83,151). Sum of RGB (Red+Green+Blue) = 181+83+151=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B55397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55397 is #4AAC68. Grayscale: #777777. Windows color (decimal): -4893801 or 9917365. OLE color: 9917365.
HSL color Cylindrical-coordinate representation of color #B55397: hue angle of 318.37º 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 #B55397 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 151 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.29 |
| HSL | 318.37º | 0.4% | 0.52% | - |
| HSV(B) | 318.37º | 0.54% | 0.71% | - |
| XYZ | 27.74 | 18.24 | 31.34 | - |
| YUV | 120.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 151 | 0 | 0.54 | 0.17 | 0.29 | 318.37 | 0.4 | 0.52 |
| Hex | B5 | 53 | 97 | 0 | 36 | 11 | 1D | 13E | 28 | 34 |
| Octal | 265 | 123 | 227 | 0 | 66 | 21 | 35 | 476 | 50 | 64 |
| Binary | 10110101 | 1010011 | 10010111 | 0 | 110110 | 10001 | 11101 | 100111110 | 101000 | 110100 |
Color Harmonies of #B55397
Complementary color
Monochromatic Colors of #B55397
Black with #B55397
Text Example
Text Example
White with #B55397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55397; }
p { color: rgb(181,83,151); }
H1.HeaderClassName
{
color: #B55397;
}
.AnyTagClassName
{
color: #B55397;
}
</style>
background-color css
<style>
a { background-color: #B55397; }
a { background-color: rgb(181,83,151); }
div.DivClassName
{
background-color: #B55397;
}
.BgClassName
{
background-color: #B55397;
}
</style>
border-color css
<style>
span { border-color: #B55397; }
span { border-color: rgb(181,83,151); }
td.TdClassName
{
border-color: #B55397;
}
.TagClassName
{
border-color: #B55397;
}
</style>