Shades of Mulberry #BB4D8D
Tints of Mulberry #BB4D8D
RGB
CMYK
RGB Variations
Color information
#BB4D8D (or 0xBB4D8D) is known color: Mulberry. HEX triplet: BB, 4D and 8D. RGB value is (187,77,141). Sum of RGB (Red+Green+Blue) = 187+77+141=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D8D is #44B272. Grayscale: #757575. Windows color (decimal): -4502131 or 9260475. OLE color: 9260475.
HSL color Cylindrical-coordinate representation of color #BB4D8D: hue angle of 325.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D8D is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 141 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.27 |
| HSL | 325.09º | 0.45% | 0.52% | - |
| HSV(B) | 325.09º | 0.59% | 0.73% | - |
| XYZ | 27.96 | 17.8 | 27.16 | - |
| YUV | 117.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 141 | 0 | 0.59 | 0.25 | 0.27 | 325.09 | 0.45 | 0.52 |
| Hex | BB | 4D | 8D | 0 | 3B | 19 | 1B | 145 | 2D | 34 |
| Octal | 273 | 115 | 215 | 0 | 73 | 31 | 33 | 505 | 55 | 64 |
| Binary | 10111011 | 1001101 | 10001101 | 0 | 111011 | 11001 | 11011 | 101000101 | 101101 | 110100 |
Color Harmonies of #BB4D8D
Complementary color
Monochromatic Colors of #BB4D8D
Black with #BB4D8D
Text Example
Text Example
White with #BB4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D8D; }
p { color: rgb(187,77,141); }
H1.HeaderClassName
{
color: #BB4D8D;
}
.AnyTagClassName
{
color: #BB4D8D;
}
</style>
background-color css
<style>
a { background-color: #BB4D8D; }
a { background-color: rgb(187,77,141); }
div.DivClassName
{
background-color: #BB4D8D;
}
.BgClassName
{
background-color: #BB4D8D;
}
</style>
border-color css
<style>
span { border-color: #BB4D8D; }
span { border-color: rgb(187,77,141); }
td.TdClassName
{
border-color: #BB4D8D;
}
.TagClassName
{
border-color: #BB4D8D;
}
</style>