Shades of Mulberry #BB4C8F
Tints of Mulberry #BB4C8F
RGB
CMYK
RGB Variations
Color information
#BB4C8F (or 0xBB4C8F) is known color: Mulberry. HEX triplet: BB, 4C and 8F. RGB value is (187,76,143). Sum of RGB (Red+Green+Blue) = 187+76+143=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4C8F is #44B370. Grayscale: #747474. Windows color (decimal): -4502385 or 9391291. OLE color: 9391291.
HSL color Cylindrical-coordinate representation of color #BB4C8F: hue angle of 323.78º 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 #BB4C8F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 143 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.27 |
| HSL | 323.78º | 0.45% | 0.52% | - |
| HSV(B) | 323.78º | 0.59% | 0.73% | - |
| XYZ | 28.04 | 17.72 | 27.93 | - |
| YUV | 116.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 143 | 0 | 0.59 | 0.24 | 0.27 | 323.78 | 0.45 | 0.52 |
| Hex | BB | 4C | 8F | 0 | 3B | 18 | 1B | 144 | 2D | 34 |
| Octal | 273 | 114 | 217 | 0 | 73 | 30 | 33 | 504 | 55 | 64 |
| Binary | 10111011 | 1001100 | 10001111 | 0 | 111011 | 11000 | 11011 | 101000100 | 101101 | 110100 |
Color Harmonies of #BB4C8F
Complementary color
Monochromatic Colors of #BB4C8F
Black with #BB4C8F
Text Example
Text Example
White with #BB4C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C8F; }
p { color: rgb(187,76,143); }
H1.HeaderClassName
{
color: #BB4C8F;
}
.AnyTagClassName
{
color: #BB4C8F;
}
</style>
background-color css
<style>
a { background-color: #BB4C8F; }
a { background-color: rgb(187,76,143); }
div.DivClassName
{
background-color: #BB4C8F;
}
.BgClassName
{
background-color: #BB4C8F;
}
</style>
border-color css
<style>
span { border-color: #BB4C8F; }
span { border-color: rgb(187,76,143); }
td.TdClassName
{
border-color: #BB4C8F;
}
.TagClassName
{
border-color: #BB4C8F;
}
</style>