Shades of Mulberry #BB558D
Tints of Mulberry #BB558D
RGB
CMYK
RGB Variations
Color information
#BB558D (or 0xBB558D) is known color: Mulberry. HEX triplet: BB, 55 and 8D. RGB value is (187,85,141). Sum of RGB (Red+Green+Blue) = 187+85+141=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB558D is #44AA72. Grayscale: #797979. Windows color (decimal): -4500083 or 9262523. OLE color: 9262523.
HSL color Cylindrical-coordinate representation of color #BB558D: hue angle of 327.06º 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 #BB558D is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 141 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.27 |
| HSL | 327.06º | 0.43% | 0.53% | - |
| HSV(B) | 327.06º | 0.55% | 0.73% | - |
| XYZ | 28.55 | 18.98 | 27.36 | - |
| YUV | 121.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 141 | 0 | 0.55 | 0.25 | 0.27 | 327.06 | 0.43 | 0.53 |
| Hex | BB | 55 | 8D | 0 | 37 | 19 | 1B | 147 | 2B | 35 |
| Octal | 273 | 125 | 215 | 0 | 67 | 31 | 33 | 507 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10001101 | 0 | 110111 | 11001 | 11011 | 101000111 | 101011 | 110101 |
Color Harmonies of #BB558D
Complementary color
Monochromatic Colors of #BB558D
Black with #BB558D
Text Example
Text Example
White with #BB558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB558D; }
p { color: rgb(187,85,141); }
H1.HeaderClassName
{
color: #BB558D;
}
.AnyTagClassName
{
color: #BB558D;
}
</style>
background-color css
<style>
a { background-color: #BB558D; }
a { background-color: rgb(187,85,141); }
div.DivClassName
{
background-color: #BB558D;
}
.BgClassName
{
background-color: #BB558D;
}
</style>
border-color css
<style>
span { border-color: #BB558D; }
span { border-color: rgb(187,85,141); }
td.TdClassName
{
border-color: #BB558D;
}
.TagClassName
{
border-color: #BB558D;
}
</style>