Shades of Mulberry #BB5797
Tints of Mulberry #BB5797
RGB
CMYK
RGB Variations
Color information
#BB5797 (or 0xBB5797) is known color: Mulberry. HEX triplet: BB, 57 and 97. RGB value is (187,87,151). Sum of RGB (Red+Green+Blue) = 187+87+151=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5797 is #44A868. Grayscale: #7C7C7C. Windows color (decimal): -4499561 or 9918395. OLE color: 9918395.
HSL color Cylindrical-coordinate representation of color #BB5797: hue angle of 321.6º 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 #BB5797 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 151 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.27 |
| HSL | 321.6º | 0.42% | 0.54% | - |
| HSV(B) | 321.6º | 0.53% | 0.73% | - |
| XYZ | 29.49 | 19.62 | 31.51 | - |
| YUV | 124.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 151 | 0 | 0.53 | 0.19 | 0.27 | 321.6 | 0.42 | 0.54 |
| Hex | BB | 57 | 97 | 0 | 35 | 13 | 1B | 142 | 2A | 36 |
| Octal | 273 | 127 | 227 | 0 | 65 | 23 | 33 | 502 | 52 | 66 |
| Binary | 10111011 | 1010111 | 10010111 | 0 | 110101 | 10011 | 11011 | 101000010 | 101010 | 110110 |
Color Harmonies of #BB5797
Complementary color
Monochromatic Colors of #BB5797
Black with #BB5797
Text Example
Text Example
White with #BB5797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5797; }
p { color: rgb(187,87,151); }
H1.HeaderClassName
{
color: #BB5797;
}
.AnyTagClassName
{
color: #BB5797;
}
</style>
background-color css
<style>
a { background-color: #BB5797; }
a { background-color: rgb(187,87,151); }
div.DivClassName
{
background-color: #BB5797;
}
.BgClassName
{
background-color: #BB5797;
}
</style>
border-color css
<style>
span { border-color: #BB5797; }
span { border-color: rgb(187,87,151); }
td.TdClassName
{
border-color: #BB5797;
}
.TagClassName
{
border-color: #BB5797;
}
</style>