Shades of Mulberry #BB558C
Tints of Mulberry #BB558C
RGB
CMYK
RGB Variations
Color information
#BB558C (or 0xBB558C) is known color: Mulberry. HEX triplet: BB, 55 and 8C. RGB value is (187,85,140). Sum of RGB (Red+Green+Blue) = 187+85+140=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB558C is #44AA73. Grayscale: #797979. Windows color (decimal): -4500084 or 9196987. OLE color: 9196987.
HSL color Cylindrical-coordinate representation of color #BB558C: hue angle of 327.65º 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 #BB558C is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 140 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.27 |
| HSL | 327.65º | 0.43% | 0.53% | - |
| HSV(B) | 327.65º | 0.55% | 0.73% | - |
| XYZ | 28.48 | 18.96 | 26.97 | - |
| YUV | 121.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 140 | 0 | 0.55 | 0.25 | 0.27 | 327.65 | 0.43 | 0.53 |
| Hex | BB | 55 | 8C | 0 | 37 | 19 | 1B | 148 | 2B | 35 |
| Octal | 273 | 125 | 214 | 0 | 67 | 31 | 33 | 510 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10001100 | 0 | 110111 | 11001 | 11011 | 101001000 | 101011 | 110101 |
Color Harmonies of #BB558C
Complementary color
Monochromatic Colors of #BB558C
Black with #BB558C
Text Example
Text Example
White with #BB558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB558C; }
p { color: rgb(187,85,140); }
H1.HeaderClassName
{
color: #BB558C;
}
.AnyTagClassName
{
color: #BB558C;
}
</style>
background-color css
<style>
a { background-color: #BB558C; }
a { background-color: rgb(187,85,140); }
div.DivClassName
{
background-color: #BB558C;
}
.BgClassName
{
background-color: #BB558C;
}
</style>
border-color css
<style>
span { border-color: #BB558C; }
span { border-color: rgb(187,85,140); }
td.TdClassName
{
border-color: #BB558C;
}
.TagClassName
{
border-color: #BB558C;
}
</style>