Shades of Mulberry #B55A9B
Tints of Mulberry #B55A9B
RGB
CMYK
RGB Variations
Color information
#B55A9B (or 0xB55A9B) is known color: Mulberry. HEX triplet: B5, 5A and 9B. RGB value is (181,90,155). Sum of RGB (Red+Green+Blue) = 181+90+155=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A9B is #4AA564. Grayscale: #7C7C7C. Windows color (decimal): -4892005 or 10181301. OLE color: 10181301.
HSL color Cylindrical-coordinate representation of color #B55A9B: hue angle of 317.14º 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 #B55A9B is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 155 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.29 |
| HSL | 317.14º | 0.38% | 0.53% | - |
| HSV(B) | 317.14º | 0.5% | 0.71% | - |
| XYZ | 28.63 | 19.5 | 33.27 | - |
| YUV | 124.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 155 | 0 | 0.50 | 0.14 | 0.29 | 317.14 | 0.38 | 0.53 |
| Hex | B5 | 5A | 9B | 0 | 32 | E | 1D | 13D | 26 | 35 |
| Octal | 265 | 132 | 233 | 0 | 62 | 16 | 35 | 475 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10011011 | 0 | 110010 | 1110 | 11101 | 100111101 | 100110 | 110101 |
Color Harmonies of #B55A9B
Complementary color
Monochromatic Colors of #B55A9B
Black with #B55A9B
Text Example
Text Example
White with #B55A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A9B; }
p { color: rgb(181,90,155); }
H1.HeaderClassName
{
color: #B55A9B;
}
.AnyTagClassName
{
color: #B55A9B;
}
</style>
background-color css
<style>
a { background-color: #B55A9B; }
a { background-color: rgb(181,90,155); }
div.DivClassName
{
background-color: #B55A9B;
}
.BgClassName
{
background-color: #B55A9B;
}
</style>
border-color css
<style>
span { border-color: #B55A9B; }
span { border-color: rgb(181,90,155); }
td.TdClassName
{
border-color: #B55A9B;
}
.TagClassName
{
border-color: #B55A9B;
}
</style>