Shades of Mulberry #BB5086
Tints of Mulberry #BB5086
RGB
CMYK
RGB Variations
Color information
#BB5086 (or 0xBB5086) is known color: Mulberry. HEX triplet: BB, 50 and 86. RGB value is (187,80,134). Sum of RGB (Red+Green+Blue) = 187+80+134=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5086 is #44AF79. Grayscale: #767676. Windows color (decimal): -4501370 or 8802491. OLE color: 8802491.
HSL color Cylindrical-coordinate representation of color #BB5086: hue angle of 329.72º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5086 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 134 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.27 |
| HSL | 329.72º | 0.44% | 0.52% | - |
| HSV(B) | 329.72º | 0.57% | 0.73% | - |
| XYZ | 27.67 | 18.02 | 24.57 | - |
| YUV | 118.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 134 | 0 | 0.57 | 0.28 | 0.27 | 329.72 | 0.44 | 0.52 |
| Hex | BB | 50 | 86 | 0 | 39 | 1C | 1B | 14A | 2C | 34 |
| Octal | 273 | 120 | 206 | 0 | 71 | 34 | 33 | 512 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10000110 | 0 | 111001 | 11100 | 11011 | 101001010 | 101100 | 110100 |
Color Harmonies of #BB5086
Complementary color
Monochromatic Colors of #BB5086
Black with #BB5086
Text Example
Text Example
White with #BB5086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5086; }
p { color: rgb(187,80,134); }
H1.HeaderClassName
{
color: #BB5086;
}
.AnyTagClassName
{
color: #BB5086;
}
</style>
background-color css
<style>
a { background-color: #BB5086; }
a { background-color: rgb(187,80,134); }
div.DivClassName
{
background-color: #BB5086;
}
.BgClassName
{
background-color: #BB5086;
}
</style>
border-color css
<style>
span { border-color: #BB5086; }
span { border-color: rgb(187,80,134); }
td.TdClassName
{
border-color: #BB5086;
}
.TagClassName
{
border-color: #BB5086;
}
</style>