Shades of Mulberry #BB5486
Tints of Mulberry #BB5486
RGB
CMYK
RGB Variations
Color information
#BB5486 (or 0xBB5486) is known color: Mulberry. HEX triplet: BB, 54 and 86. RGB value is (187,84,134). Sum of RGB (Red+Green+Blue) = 187+84+134=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5486 is #44AB79. Grayscale: #787878. Windows color (decimal): -4500346 or 8803515. OLE color: 8803515.
HSL color Cylindrical-coordinate representation of color #BB5486: hue angle of 330.87º 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 #BB5486 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 134 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.27 |
| HSL | 330.87º | 0.43% | 0.53% | - |
| HSV(B) | 330.87º | 0.55% | 0.73% | - |
| XYZ | 27.97 | 18.63 | 24.68 | - |
| YUV | 120.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 134 | 0 | 0.55 | 0.28 | 0.27 | 330.87 | 0.43 | 0.53 |
| Hex | BB | 54 | 86 | 0 | 37 | 1C | 1B | 14B | 2B | 35 |
| Octal | 273 | 124 | 206 | 0 | 67 | 34 | 33 | 513 | 53 | 65 |
| Binary | 10111011 | 1010100 | 10000110 | 0 | 110111 | 11100 | 11011 | 101001011 | 101011 | 110101 |
Color Harmonies of #BB5486
Complementary color
Monochromatic Colors of #BB5486
Black with #BB5486
Text Example
Text Example
White with #BB5486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5486; }
p { color: rgb(187,84,134); }
H1.HeaderClassName
{
color: #BB5486;
}
.AnyTagClassName
{
color: #BB5486;
}
</style>
background-color css
<style>
a { background-color: #BB5486; }
a { background-color: rgb(187,84,134); }
div.DivClassName
{
background-color: #BB5486;
}
.BgClassName
{
background-color: #BB5486;
}
</style>
border-color css
<style>
span { border-color: #BB5486; }
span { border-color: rgb(187,84,134); }
td.TdClassName
{
border-color: #BB5486;
}
.TagClassName
{
border-color: #BB5486;
}
</style>