Shades of Mulberry #BB5485
Tints of Mulberry #BB5485
RGB
CMYK
RGB Variations
Color information
#BB5485 (or 0xBB5485) is known color: Mulberry. HEX triplet: BB, 54 and 85. RGB value is (187,84,133). Sum of RGB (Red+Green+Blue) = 187+84+133=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5485 is #44AB7A. Grayscale: #787878. Windows color (decimal): -4500347 or 8737979. OLE color: 8737979.
HSL color Cylindrical-coordinate representation of color #BB5485: hue angle of 331.46º 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 #BB5485 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 133 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.27 |
| HSL | 331.46º | 0.43% | 0.53% | - |
| HSV(B) | 331.46º | 0.55% | 0.73% | - |
| XYZ | 27.9 | 18.6 | 24.31 | - |
| YUV | 120.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 133 | 0 | 0.55 | 0.29 | 0.27 | 331.46 | 0.43 | 0.53 |
| Hex | BB | 54 | 85 | 0 | 37 | 1D | 1B | 14B | 2B | 35 |
| Octal | 273 | 124 | 205 | 0 | 67 | 35 | 33 | 513 | 53 | 65 |
| Binary | 10111011 | 1010100 | 10000101 | 0 | 110111 | 11101 | 11011 | 101001011 | 101011 | 110101 |
Color Harmonies of #BB5485
Complementary color
Monochromatic Colors of #BB5485
Black with #BB5485
Text Example
Text Example
White with #BB5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5485; }
p { color: rgb(187,84,133); }
H1.HeaderClassName
{
color: #BB5485;
}
.AnyTagClassName
{
color: #BB5485;
}
</style>
background-color css
<style>
a { background-color: #BB5485; }
a { background-color: rgb(187,84,133); }
div.DivClassName
{
background-color: #BB5485;
}
.BgClassName
{
background-color: #BB5485;
}
</style>
border-color css
<style>
span { border-color: #BB5485; }
span { border-color: rgb(187,84,133); }
td.TdClassName
{
border-color: #BB5485;
}
.TagClassName
{
border-color: #BB5485;
}
</style>