Shades of Mulberry #BB4E9D
Tints of Mulberry #BB4E9D
RGB
CMYK
RGB Variations
Color information
#BB4E9D (or 0xBB4E9D) is known color: Mulberry. HEX triplet: BB, 4E and 9D. RGB value is (187,78,157). Sum of RGB (Red+Green+Blue) = 187+78+157=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4E9D is #44B162. Grayscale: #777777. Windows color (decimal): -4501859 or 10309307. OLE color: 10309307.
HSL color Cylindrical-coordinate representation of color #BB4E9D: hue angle of 316.51º 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 #BB4E9D is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 157 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.27 |
| HSL | 316.51º | 0.44% | 0.52% | - |
| HSV(B) | 316.51º | 0.58% | 0.73% | - |
| XYZ | 29.3 | 18.45 | 33.91 | - |
| YUV | 119.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 157 | 0 | 0.58 | 0.16 | 0.27 | 316.51 | 0.44 | 0.52 |
| Hex | BB | 4E | 9D | 0 | 3A | 10 | 1B | 13D | 2C | 34 |
| Octal | 273 | 116 | 235 | 0 | 72 | 20 | 33 | 475 | 54 | 64 |
| Binary | 10111011 | 1001110 | 10011101 | 0 | 111010 | 10000 | 11011 | 100111101 | 101100 | 110100 |
Color Harmonies of #BB4E9D
Complementary color
Monochromatic Colors of #BB4E9D
Black with #BB4E9D
Text Example
Text Example
White with #BB4E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E9D; }
p { color: rgb(187,78,157); }
H1.HeaderClassName
{
color: #BB4E9D;
}
.AnyTagClassName
{
color: #BB4E9D;
}
</style>
background-color css
<style>
a { background-color: #BB4E9D; }
a { background-color: rgb(187,78,157); }
div.DivClassName
{
background-color: #BB4E9D;
}
.BgClassName
{
background-color: #BB4E9D;
}
</style>
border-color css
<style>
span { border-color: #BB4E9D; }
span { border-color: rgb(187,78,157); }
td.TdClassName
{
border-color: #BB4E9D;
}
.TagClassName
{
border-color: #BB4E9D;
}
</style>