Shades of Mulberry #BB4F91
Tints of Mulberry #BB4F91
RGB
CMYK
RGB Variations
Color information
#BB4F91 (or 0xBB4F91) is known color: Mulberry. HEX triplet: BB, 4F and 91. RGB value is (187,79,145). Sum of RGB (Red+Green+Blue) = 187+79+145=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F91 is #44B06E. Grayscale: #767676. Windows color (decimal): -4501615 or 9523131. OLE color: 9523131.
HSL color Cylindrical-coordinate representation of color #BB4F91: hue angle of 323.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F91 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 145 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.27 |
| HSL | 323.33º | 0.44% | 0.52% | - |
| HSV(B) | 323.33º | 0.58% | 0.73% | - |
| XYZ | 28.4 | 18.2 | 28.8 | - |
| YUV | 118.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 145 | 0 | 0.58 | 0.22 | 0.27 | 323.33 | 0.44 | 0.52 |
| Hex | BB | 4F | 91 | 0 | 3A | 16 | 1B | 143 | 2C | 34 |
| Octal | 273 | 117 | 221 | 0 | 72 | 26 | 33 | 503 | 54 | 64 |
| Binary | 10111011 | 1001111 | 10010001 | 0 | 111010 | 10110 | 11011 | 101000011 | 101100 | 110100 |
Color Harmonies of #BB4F91
Complementary color
Monochromatic Colors of #BB4F91
Black with #BB4F91
Text Example
Text Example
White with #BB4F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F91; }
p { color: rgb(187,79,145); }
H1.HeaderClassName
{
color: #BB4F91;
}
.AnyTagClassName
{
color: #BB4F91;
}
</style>
background-color css
<style>
a { background-color: #BB4F91; }
a { background-color: rgb(187,79,145); }
div.DivClassName
{
background-color: #BB4F91;
}
.BgClassName
{
background-color: #BB4F91;
}
</style>
border-color css
<style>
span { border-color: #BB4F91; }
span { border-color: rgb(187,79,145); }
td.TdClassName
{
border-color: #BB4F91;
}
.TagClassName
{
border-color: #BB4F91;
}
</style>