Shades of Mulberry #B55A98
Tints of Mulberry #B55A98
RGB
CMYK
RGB Variations
Color information
#B55A98 (or 0xB55A98) is known color: Mulberry. HEX triplet: B5, 5A and 98. RGB value is (181,90,152). Sum of RGB (Red+Green+Blue) = 181+90+152=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A98 is #4AA567. Grayscale: #7C7C7C. Windows color (decimal): -4892008 or 9984693. OLE color: 9984693.
HSL color Cylindrical-coordinate representation of color #B55A98: hue angle of 319.12º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A98 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 152 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.29 |
| HSL | 319.12º | 0.38% | 0.53% | - |
| HSV(B) | 319.12º | 0.5% | 0.71% | - |
| XYZ | 28.38 | 19.4 | 31.96 | - |
| YUV | 124.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 152 | 0 | 0.50 | 0.16 | 0.29 | 319.12 | 0.38 | 0.53 |
| Hex | B5 | 5A | 98 | 0 | 32 | 10 | 1D | 13F | 26 | 35 |
| Octal | 265 | 132 | 230 | 0 | 62 | 20 | 35 | 477 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10011000 | 0 | 110010 | 10000 | 11101 | 100111111 | 100110 | 110101 |
Color Harmonies of #B55A98
Complementary color
Monochromatic Colors of #B55A98
Black with #B55A98
Text Example
Text Example
White with #B55A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A98; }
p { color: rgb(181,90,152); }
H1.HeaderClassName
{
color: #B55A98;
}
.AnyTagClassName
{
color: #B55A98;
}
</style>
background-color css
<style>
a { background-color: #B55A98; }
a { background-color: rgb(181,90,152); }
div.DivClassName
{
background-color: #B55A98;
}
.BgClassName
{
background-color: #B55A98;
}
</style>
border-color css
<style>
span { border-color: #B55A98; }
span { border-color: rgb(181,90,152); }
td.TdClassName
{
border-color: #B55A98;
}
.TagClassName
{
border-color: #B55A98;
}
</style>