Shades of Mulberry #BB4F89
Tints of Mulberry #BB4F89
RGB
CMYK
RGB Variations
Color information
#BB4F89 (or 0xBB4F89) is known color: Mulberry. HEX triplet: BB, 4F and 89. RGB value is (187,79,137). Sum of RGB (Red+Green+Blue) = 187+79+137=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F89 is #44B076. Grayscale: #757575. Windows color (decimal): -4501623 or 8998843. OLE color: 8998843.
HSL color Cylindrical-coordinate representation of color #BB4F89: hue angle of 327.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F89 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 137 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.27 |
| HSL | 327.78º | 0.44% | 0.52% | - |
| HSV(B) | 327.78º | 0.58% | 0.73% | - |
| XYZ | 27.8 | 17.96 | 25.67 | - |
| YUV | 117.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 137 | 0 | 0.58 | 0.27 | 0.27 | 327.78 | 0.44 | 0.52 |
| Hex | BB | 4F | 89 | 0 | 3A | 1B | 1B | 148 | 2C | 34 |
| Octal | 273 | 117 | 211 | 0 | 72 | 33 | 33 | 510 | 54 | 64 |
| Binary | 10111011 | 1001111 | 10001001 | 0 | 111010 | 11011 | 11011 | 101001000 | 101100 | 110100 |
Color Harmonies of #BB4F89
Complementary color
Monochromatic Colors of #BB4F89
Black with #BB4F89
Text Example
Text Example
White with #BB4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F89; }
p { color: rgb(187,79,137); }
H1.HeaderClassName
{
color: #BB4F89;
}
.AnyTagClassName
{
color: #BB4F89;
}
</style>
background-color css
<style>
a { background-color: #BB4F89; }
a { background-color: rgb(187,79,137); }
div.DivClassName
{
background-color: #BB4F89;
}
.BgClassName
{
background-color: #BB4F89;
}
</style>
border-color css
<style>
span { border-color: #BB4F89; }
span { border-color: rgb(187,79,137); }
td.TdClassName
{
border-color: #BB4F89;
}
.TagClassName
{
border-color: #BB4F89;
}
</style>