Shades of Mulberry #BB4D9E
Tints of Mulberry #BB4D9E
RGB
CMYK
RGB Variations
Color information
#BB4D9E (or 0xBB4D9E) is known color: Mulberry. HEX triplet: BB, 4D and 9E. RGB value is (187,77,158). Sum of RGB (Red+Green+Blue) = 187+77+158=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D9E is #44B261. Grayscale: #767676. Windows color (decimal): -4502114 or 10374587. OLE color: 10374587.
HSL color Cylindrical-coordinate representation of color #BB4D9E: hue angle of 315.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 #BB4D9E is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 158 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.27 |
| HSL | 315.82º | 0.45% | 0.52% | - |
| HSV(B) | 315.82º | 0.59% | 0.73% | - |
| XYZ | 29.32 | 18.34 | 34.34 | - |
| YUV | 119.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 158 | 0 | 0.59 | 0.16 | 0.27 | 315.82 | 0.45 | 0.52 |
| Hex | BB | 4D | 9E | 0 | 3B | 10 | 1B | 13C | 2D | 34 |
| Octal | 273 | 115 | 236 | 0 | 73 | 20 | 33 | 474 | 55 | 64 |
| Binary | 10111011 | 1001101 | 10011110 | 0 | 111011 | 10000 | 11011 | 100111100 | 101101 | 110100 |
Color Harmonies of #BB4D9E
Complementary color
Monochromatic Colors of #BB4D9E
Black with #BB4D9E
Text Example
Text Example
White with #BB4D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D9E; }
p { color: rgb(187,77,158); }
H1.HeaderClassName
{
color: #BB4D9E;
}
.AnyTagClassName
{
color: #BB4D9E;
}
</style>
background-color css
<style>
a { background-color: #BB4D9E; }
a { background-color: rgb(187,77,158); }
div.DivClassName
{
background-color: #BB4D9E;
}
.BgClassName
{
background-color: #BB4D9E;
}
</style>
border-color css
<style>
span { border-color: #BB4D9E; }
span { border-color: rgb(187,77,158); }
td.TdClassName
{
border-color: #BB4D9E;
}
.TagClassName
{
border-color: #BB4D9E;
}
</style>