Shades of Mulberry #BB4D88
Tints of Mulberry #BB4D88
RGB
CMYK
RGB Variations
Color information
#BB4D88 (or 0xBB4D88) is known color: Mulberry. HEX triplet: BB, 4D and 88. RGB value is (187,77,136). Sum of RGB (Red+Green+Blue) = 187+77+136=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D88 is #44B277. Grayscale: #747474. Windows color (decimal): -4502136 or 8932795. OLE color: 8932795.
HSL color Cylindrical-coordinate representation of color #BB4D88: hue angle of 327.82º 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 #BB4D88 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 136 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.27 |
| HSL | 327.82º | 0.45% | 0.52% | - |
| HSV(B) | 327.82º | 0.59% | 0.73% | - |
| XYZ | 27.59 | 17.65 | 25.25 | - |
| YUV | 116.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 136 | 0 | 0.59 | 0.27 | 0.27 | 327.82 | 0.45 | 0.52 |
| Hex | BB | 4D | 88 | 0 | 3B | 1B | 1B | 148 | 2D | 34 |
| Octal | 273 | 115 | 210 | 0 | 73 | 33 | 33 | 510 | 55 | 64 |
| Binary | 10111011 | 1001101 | 10001000 | 0 | 111011 | 11011 | 11011 | 101001000 | 101101 | 110100 |
Color Harmonies of #BB4D88
Complementary color
Monochromatic Colors of #BB4D88
Black with #BB4D88
Text Example
Text Example
White with #BB4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D88; }
p { color: rgb(187,77,136); }
H1.HeaderClassName
{
color: #BB4D88;
}
.AnyTagClassName
{
color: #BB4D88;
}
</style>
background-color css
<style>
a { background-color: #BB4D88; }
a { background-color: rgb(187,77,136); }
div.DivClassName
{
background-color: #BB4D88;
}
.BgClassName
{
background-color: #BB4D88;
}
</style>
border-color css
<style>
span { border-color: #BB4D88; }
span { border-color: rgb(187,77,136); }
td.TdClassName
{
border-color: #BB4D88;
}
.TagClassName
{
border-color: #BB4D88;
}
</style>