Shades of Mulberry #BB5683
Tints of Mulberry #BB5683
RGB
CMYK
RGB Variations
Color information
#BB5683 (or 0xBB5683) is known color: Mulberry. HEX triplet: BB, 56 and 83. RGB value is (187,86,131). Sum of RGB (Red+Green+Blue) = 187+86+131=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5683 is #44A97C. Grayscale: #797979. Windows color (decimal): -4499837 or 8607419. OLE color: 8607419.
HSL color Cylindrical-coordinate representation of color #BB5683: hue angle of 333.27º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5683 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 131 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.27 |
| HSL | 333.27º | 0.43% | 0.54% | - |
| HSV(B) | 333.27º | 0.54% | 0.73% | - |
| XYZ | 27.92 | 18.86 | 23.64 | - |
| YUV | 121.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 131 | 0 | 0.54 | 0.30 | 0.27 | 333.27 | 0.43 | 0.54 |
| Hex | BB | 56 | 83 | 0 | 36 | 1E | 1B | 14D | 2B | 36 |
| Octal | 273 | 126 | 203 | 0 | 66 | 36 | 33 | 515 | 53 | 66 |
| Binary | 10111011 | 1010110 | 10000011 | 0 | 110110 | 11110 | 11011 | 101001101 | 101011 | 110110 |
Color Harmonies of #BB5683
Complementary color
Monochromatic Colors of #BB5683
Black with #BB5683
Text Example
Text Example
White with #BB5683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5683; }
p { color: rgb(187,86,131); }
H1.HeaderClassName
{
color: #BB5683;
}
.AnyTagClassName
{
color: #BB5683;
}
</style>
background-color css
<style>
a { background-color: #BB5683; }
a { background-color: rgb(187,86,131); }
div.DivClassName
{
background-color: #BB5683;
}
.BgClassName
{
background-color: #BB5683;
}
</style>
border-color css
<style>
span { border-color: #BB5683; }
span { border-color: rgb(187,86,131); }
td.TdClassName
{
border-color: #BB5683;
}
.TagClassName
{
border-color: #BB5683;
}
</style>