Shades of Mulberry #B55398
Tints of Mulberry #B55398
RGB
CMYK
RGB Variations
Color information
#B55398 (or 0xB55398) is known color: Mulberry. HEX triplet: B5, 53 and 98. RGB value is (181,83,152). Sum of RGB (Red+Green+Blue) = 181+83+152=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B55398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55398 is #4AAC67. Grayscale: #777777. Windows color (decimal): -4893800 or 9982901. OLE color: 9982901.
HSL color Cylindrical-coordinate representation of color #B55398: hue angle of 317.76º 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 #B55398 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 152 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.29 |
| HSL | 317.76º | 0.4% | 0.52% | - |
| HSV(B) | 317.76º | 0.54% | 0.71% | - |
| XYZ | 27.82 | 18.28 | 31.77 | - |
| YUV | 120.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 152 | 0 | 0.54 | 0.16 | 0.29 | 317.76 | 0.4 | 0.52 |
| Hex | B5 | 53 | 98 | 0 | 36 | 10 | 1D | 13E | 28 | 34 |
| Octal | 265 | 123 | 230 | 0 | 66 | 20 | 35 | 476 | 50 | 64 |
| Binary | 10110101 | 1010011 | 10011000 | 0 | 110110 | 10000 | 11101 | 100111110 | 101000 | 110100 |
Color Harmonies of #B55398
Complementary color
Monochromatic Colors of #B55398
Black with #B55398
Text Example
Text Example
White with #B55398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55398; }
p { color: rgb(181,83,152); }
H1.HeaderClassName
{
color: #B55398;
}
.AnyTagClassName
{
color: #B55398;
}
</style>
background-color css
<style>
a { background-color: #B55398; }
a { background-color: rgb(181,83,152); }
div.DivClassName
{
background-color: #B55398;
}
.BgClassName
{
background-color: #B55398;
}
</style>
border-color css
<style>
span { border-color: #B55398; }
span { border-color: rgb(181,83,152); }
td.TdClassName
{
border-color: #B55398;
}
.TagClassName
{
border-color: #B55398;
}
</style>