Shades of Mulberry #BB558B
Tints of Mulberry #BB558B
RGB
CMYK
RGB Variations
Color information
#BB558B (or 0xBB558B) is known color: Mulberry. HEX triplet: BB, 55 and 8B. RGB value is (187,85,139). Sum of RGB (Red+Green+Blue) = 187+85+139=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB558B is #44AA74. Grayscale: #797979. Windows color (decimal): -4500085 or 9131451. OLE color: 9131451.
HSL color Cylindrical-coordinate representation of color #BB558B: hue angle of 328.24º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB558B is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 139 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.27 |
| HSL | 328.24º | 0.43% | 0.53% | - |
| HSV(B) | 328.24º | 0.55% | 0.73% | - |
| XYZ | 28.4 | 18.93 | 26.58 | - |
| YUV | 121.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 139 | 0 | 0.55 | 0.26 | 0.27 | 328.24 | 0.43 | 0.53 |
| Hex | BB | 55 | 8B | 0 | 37 | 1A | 1B | 148 | 2B | 35 |
| Octal | 273 | 125 | 213 | 0 | 67 | 32 | 33 | 510 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10001011 | 0 | 110111 | 11010 | 11011 | 101001000 | 101011 | 110101 |
Color Harmonies of #BB558B
Complementary color
Monochromatic Colors of #BB558B
Black with #BB558B
Text Example
Text Example
White with #BB558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB558B; }
p { color: rgb(187,85,139); }
H1.HeaderClassName
{
color: #BB558B;
}
.AnyTagClassName
{
color: #BB558B;
}
</style>
background-color css
<style>
a { background-color: #BB558B; }
a { background-color: rgb(187,85,139); }
div.DivClassName
{
background-color: #BB558B;
}
.BgClassName
{
background-color: #BB558B;
}
</style>
border-color css
<style>
span { border-color: #BB558B; }
span { border-color: rgb(187,85,139); }
td.TdClassName
{
border-color: #BB558B;
}
.TagClassName
{
border-color: #BB558B;
}
</style>