Shades of Mulberry #BB5085
Tints of Mulberry #BB5085
RGB
CMYK
RGB Variations
Color information
#BB5085 (or 0xBB5085) is known color: Mulberry. HEX triplet: BB, 50 and 85. RGB value is (187,80,133). Sum of RGB (Red+Green+Blue) = 187+80+133=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5085 is #44AF7A. Grayscale: #757575. Windows color (decimal): -4501371 or 8736955. OLE color: 8736955.
HSL color Cylindrical-coordinate representation of color #BB5085: hue angle of 330.28º 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 #BB5085 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 133 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.27 |
| HSL | 330.28º | 0.44% | 0.52% | - |
| HSV(B) | 330.28º | 0.57% | 0.73% | - |
| XYZ | 27.6 | 18 | 24.21 | - |
| YUV | 118.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 133 | 0 | 0.57 | 0.29 | 0.27 | 330.28 | 0.44 | 0.52 |
| Hex | BB | 50 | 85 | 0 | 39 | 1D | 1B | 14A | 2C | 34 |
| Octal | 273 | 120 | 205 | 0 | 71 | 35 | 33 | 512 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10000101 | 0 | 111001 | 11101 | 11011 | 101001010 | 101100 | 110100 |
Color Harmonies of #BB5085
Complementary color
Monochromatic Colors of #BB5085
Black with #BB5085
Text Example
Text Example
White with #BB5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5085; }
p { color: rgb(187,80,133); }
H1.HeaderClassName
{
color: #BB5085;
}
.AnyTagClassName
{
color: #BB5085;
}
</style>
background-color css
<style>
a { background-color: #BB5085; }
a { background-color: rgb(187,80,133); }
div.DivClassName
{
background-color: #BB5085;
}
.BgClassName
{
background-color: #BB5085;
}
</style>
border-color css
<style>
span { border-color: #BB5085; }
span { border-color: rgb(187,80,133); }
td.TdClassName
{
border-color: #BB5085;
}
.TagClassName
{
border-color: #BB5085;
}
</style>