Shades of Mulberry #BB4B9E
Tints of Mulberry #BB4B9E
RGB
CMYK
RGB Variations
Color information
#BB4B9E (or 0xBB4B9E) is known color: Mulberry. HEX triplet: BB, 4B and 9E. RGB value is (187,75,158). Sum of RGB (Red+Green+Blue) = 187+75+158=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B9E is #44B461. Grayscale: #757575. Windows color (decimal): -4502626 or 10374075. OLE color: 10374075.
HSL color Cylindrical-coordinate representation of color #BB4B9E: hue angle of 315.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B9E is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 158 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.27 |
| HSL | 315.54º | 0.45% | 0.51% | - |
| HSV(B) | 315.54º | 0.6% | 0.73% | - |
| XYZ | 29.18 | 18.07 | 34.3 | - |
| YUV | 117.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 158 | 0 | 0.60 | 0.16 | 0.27 | 315.54 | 0.45 | 0.51 |
| Hex | BB | 4B | 9E | 0 | 3C | 10 | 1B | 13C | 2D | 33 |
| Octal | 273 | 113 | 236 | 0 | 74 | 20 | 33 | 474 | 55 | 63 |
| Binary | 10111011 | 1001011 | 10011110 | 0 | 111100 | 10000 | 11011 | 100111100 | 101101 | 110011 |
Color Harmonies of #BB4B9E
Complementary color
Monochromatic Colors of #BB4B9E
Black with #BB4B9E
Text Example
Text Example
White with #BB4B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4B9E; }
p { color: rgb(187,75,158); }
H1.HeaderClassName
{
color: #BB4B9E;
}
.AnyTagClassName
{
color: #BB4B9E;
}
</style>
background-color css
<style>
a { background-color: #BB4B9E; }
a { background-color: rgb(187,75,158); }
div.DivClassName
{
background-color: #BB4B9E;
}
.BgClassName
{
background-color: #BB4B9E;
}
</style>
border-color css
<style>
span { border-color: #BB4B9E; }
span { border-color: rgb(187,75,158); }
td.TdClassName
{
border-color: #BB4B9E;
}
.TagClassName
{
border-color: #BB4B9E;
}
</style>