Shades of Mulberry #B55B9A
Tints of Mulberry #B55B9A
RGB
CMYK
RGB Variations
Color information
#B55B9A (or 0xB55B9A) is known color: Mulberry. HEX triplet: B5, 5B and 9A. RGB value is (181,91,154). Sum of RGB (Red+Green+Blue) = 181+91+154=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B9A is #4AA465. Grayscale: #7C7C7C. Windows color (decimal): -4891750 or 10116021. OLE color: 10116021.
HSL color Cylindrical-coordinate representation of color #B55B9A: hue angle of 318º 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 #B55B9A is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 154 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.29 |
| HSL | 318º | 0.38% | 0.53% | - |
| HSV(B) | 318º | 0.5% | 0.71% | - |
| XYZ | 28.63 | 19.64 | 32.85 | - |
| YUV | 125.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 154 | 0 | 0.50 | 0.15 | 0.29 | 318 | 0.38 | 0.53 |
| Hex | B5 | 5B | 9A | 0 | 32 | F | 1D | 13E | 26 | 35 |
| Octal | 265 | 133 | 232 | 0 | 62 | 17 | 35 | 476 | 46 | 65 |
| Binary | 10110101 | 1011011 | 10011010 | 0 | 110010 | 1111 | 11101 | 100111110 | 100110 | 110101 |
Color Harmonies of #B55B9A
Complementary color
Monochromatic Colors of #B55B9A
Black with #B55B9A
Text Example
Text Example
White with #B55B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55B9A; }
p { color: rgb(181,91,154); }
H1.HeaderClassName
{
color: #B55B9A;
}
.AnyTagClassName
{
color: #B55B9A;
}
</style>
background-color css
<style>
a { background-color: #B55B9A; }
a { background-color: rgb(181,91,154); }
div.DivClassName
{
background-color: #B55B9A;
}
.BgClassName
{
background-color: #B55B9A;
}
</style>
border-color css
<style>
span { border-color: #B55B9A; }
span { border-color: rgb(181,91,154); }
td.TdClassName
{
border-color: #B55B9A;
}
.TagClassName
{
border-color: #B55B9A;
}
</style>