Shades of Mulberry #B55A8B
Tints of Mulberry #B55A8B
RGB
CMYK
RGB Variations
Color information
#B55A8B (or 0xB55A8B) is known color: Mulberry. HEX triplet: B5, 5A and 8B. RGB value is (181,90,139). Sum of RGB (Red+Green+Blue) = 181+90+139=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A8B is #4AA574. Grayscale: #7A7A7A. Windows color (decimal): -4892021 or 9132725. OLE color: 9132725.
HSL color Cylindrical-coordinate representation of color #B55A8B: hue angle of 327.69º 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 #B55A8B is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 139 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.29 |
| HSL | 327.69º | 0.38% | 0.53% | - |
| HSV(B) | 327.69º | 0.5% | 0.71% | - |
| XYZ | 27.37 | 19 | 26.65 | - |
| YUV | 122.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 139 | 0 | 0.50 | 0.23 | 0.29 | 327.69 | 0.38 | 0.53 |
| Hex | B5 | 5A | 8B | 0 | 32 | 17 | 1D | 148 | 26 | 35 |
| Octal | 265 | 132 | 213 | 0 | 62 | 27 | 35 | 510 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10001011 | 0 | 110010 | 10111 | 11101 | 101001000 | 100110 | 110101 |
Color Harmonies of #B55A8B
Complementary color
Monochromatic Colors of #B55A8B
Black with #B55A8B
Text Example
Text Example
White with #B55A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A8B; }
p { color: rgb(181,90,139); }
H1.HeaderClassName
{
color: #B55A8B;
}
.AnyTagClassName
{
color: #B55A8B;
}
</style>
background-color css
<style>
a { background-color: #B55A8B; }
a { background-color: rgb(181,90,139); }
div.DivClassName
{
background-color: #B55A8B;
}
.BgClassName
{
background-color: #B55A8B;
}
</style>
border-color css
<style>
span { border-color: #B55A8B; }
span { border-color: rgb(181,90,139); }
td.TdClassName
{
border-color: #B55A8B;
}
.TagClassName
{
border-color: #B55A8B;
}
</style>