Shades of Mulberry #BB5883
Tints of Mulberry #BB5883
RGB
CMYK
RGB Variations
Color information
#BB5883 (or 0xBB5883) is known color: Mulberry. HEX triplet: BB, 58 and 83. RGB value is (187,88,131). Sum of RGB (Red+Green+Blue) = 187+88+131=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5883 is #44A77C. Grayscale: #7A7A7A. Windows color (decimal): -4499325 or 8607931. OLE color: 8607931.
HSL color Cylindrical-coordinate representation of color #BB5883: hue angle of 333.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5883 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 131 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.27 |
| HSL | 333.94º | 0.42% | 0.54% | - |
| HSV(B) | 333.94º | 0.53% | 0.73% | - |
| XYZ | 28.08 | 19.18 | 23.7 | - |
| YUV | 122.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 131 | 0 | 0.53 | 0.30 | 0.27 | 333.94 | 0.42 | 0.54 |
| Hex | BB | 58 | 83 | 0 | 35 | 1E | 1B | 14E | 2A | 36 |
| Octal | 273 | 130 | 203 | 0 | 65 | 36 | 33 | 516 | 52 | 66 |
| Binary | 10111011 | 1011000 | 10000011 | 0 | 110101 | 11110 | 11011 | 101001110 | 101010 | 110110 |
Color Harmonies of #BB5883
Complementary color
Monochromatic Colors of #BB5883
Black with #BB5883
Text Example
Text Example
White with #BB5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5883; }
p { color: rgb(187,88,131); }
H1.HeaderClassName
{
color: #BB5883;
}
.AnyTagClassName
{
color: #BB5883;
}
</style>
background-color css
<style>
a { background-color: #BB5883; }
a { background-color: rgb(187,88,131); }
div.DivClassName
{
background-color: #BB5883;
}
.BgClassName
{
background-color: #BB5883;
}
</style>
border-color css
<style>
span { border-color: #BB5883; }
span { border-color: rgb(187,88,131); }
td.TdClassName
{
border-color: #BB5883;
}
.TagClassName
{
border-color: #BB5883;
}
</style>