Shades of Mulberry #BB4C9F
Tints of Mulberry #BB4C9F
RGB
CMYK
RGB Variations
Color information
#BB4C9F (or 0xBB4C9F) is known color: Mulberry. HEX triplet: BB, 4C and 9F. RGB value is (187,76,159). Sum of RGB (Red+Green+Blue) = 187+76+159=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4C9F is #44B360. Grayscale: #767676. Windows color (decimal): -4502369 or 10439867. OLE color: 10439867.
HSL color Cylindrical-coordinate representation of color #BB4C9F: hue angle of 315.14º 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 #BB4C9F is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 159 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.27 |
| HSL | 315.14º | 0.45% | 0.52% | - |
| HSV(B) | 315.14º | 0.59% | 0.73% | - |
| XYZ | 29.34 | 18.24 | 34.77 | - |
| YUV | 118.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 159 | 0 | 0.59 | 0.15 | 0.27 | 315.14 | 0.45 | 0.52 |
| Hex | BB | 4C | 9F | 0 | 3B | F | 1B | 13B | 2D | 34 |
| Octal | 273 | 114 | 237 | 0 | 73 | 17 | 33 | 473 | 55 | 64 |
| Binary | 10111011 | 1001100 | 10011111 | 0 | 111011 | 1111 | 11011 | 100111011 | 101101 | 110100 |
Color Harmonies of #BB4C9F
Complementary color
Monochromatic Colors of #BB4C9F
Black with #BB4C9F
Text Example
Text Example
White with #BB4C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C9F; }
p { color: rgb(187,76,159); }
H1.HeaderClassName
{
color: #BB4C9F;
}
.AnyTagClassName
{
color: #BB4C9F;
}
</style>
background-color css
<style>
a { background-color: #BB4C9F; }
a { background-color: rgb(187,76,159); }
div.DivClassName
{
background-color: #BB4C9F;
}
.BgClassName
{
background-color: #BB4C9F;
}
</style>
border-color css
<style>
span { border-color: #BB4C9F; }
span { border-color: rgb(187,76,159); }
td.TdClassName
{
border-color: #BB4C9F;
}
.TagClassName
{
border-color: #BB4C9F;
}
</style>