Shades of Mulberry #BB558F
Tints of Mulberry #BB558F
RGB
CMYK
RGB Variations
Color information
#BB558F (or 0xBB558F) is known color: Mulberry. HEX triplet: BB, 55 and 8F. RGB value is (187,85,143). Sum of RGB (Red+Green+Blue) = 187+85+143=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB558F is #44AA70. Grayscale: #797979. Windows color (decimal): -4500081 or 9393595. OLE color: 9393595.
HSL color Cylindrical-coordinate representation of color #BB558F: hue angle of 325.88º 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 #BB558F is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 143 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.27 |
| HSL | 325.88º | 0.43% | 0.53% | - |
| HSV(B) | 325.88º | 0.55% | 0.73% | - |
| XYZ | 28.7 | 19.04 | 28.15 | - |
| YUV | 122.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 143 | 0 | 0.55 | 0.24 | 0.27 | 325.88 | 0.43 | 0.53 |
| Hex | BB | 55 | 8F | 0 | 37 | 18 | 1B | 146 | 2B | 35 |
| Octal | 273 | 125 | 217 | 0 | 67 | 30 | 33 | 506 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10001111 | 0 | 110111 | 11000 | 11011 | 101000110 | 101011 | 110101 |
Color Harmonies of #BB558F
Complementary color
Monochromatic Colors of #BB558F
Black with #BB558F
Text Example
Text Example
White with #BB558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB558F; }
p { color: rgb(187,85,143); }
H1.HeaderClassName
{
color: #BB558F;
}
.AnyTagClassName
{
color: #BB558F;
}
</style>
background-color css
<style>
a { background-color: #BB558F; }
a { background-color: rgb(187,85,143); }
div.DivClassName
{
background-color: #BB558F;
}
.BgClassName
{
background-color: #BB558F;
}
</style>
border-color css
<style>
span { border-color: #BB558F; }
span { border-color: rgb(187,85,143); }
td.TdClassName
{
border-color: #BB558F;
}
.TagClassName
{
border-color: #BB558F;
}
</style>