Shades of Mulberry #BB4289
Tints of Mulberry #BB4289
RGB
CMYK
RGB Variations
Color information
#BB4289 (or 0xBB4289) is known color: Mulberry. HEX triplet: BB, 42 and 89. RGB value is (187,66,137). Sum of RGB (Red+Green+Blue) = 187+66+137=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4289 is #44BD76. Grayscale: #6E6E6E. Windows color (decimal): -4504951 or 8995515. OLE color: 8995515.
HSL color Cylindrical-coordinate representation of color #BB4289: hue angle of 324.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4289 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 137 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.27 |
| HSL | 324.79º | 0.48% | 0.5% | - |
| HSV(B) | 324.79º | 0.65% | 0.73% | - |
| XYZ | 26.96 | 16.27 | 25.39 | - |
| YUV | 110.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 137 | 0 | 0.65 | 0.27 | 0.27 | 324.79 | 0.48 | 0.5 |
| Hex | BB | 42 | 89 | 0 | 41 | 1B | 1B | 145 | 30 | 32 |
| Octal | 273 | 102 | 211 | 0 | 101 | 33 | 33 | 505 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10001001 | 0 | 1000001 | 11011 | 11011 | 101000101 | 110000 | 110010 |
Color Harmonies of #BB4289
Complementary color
Monochromatic Colors of #BB4289
Black with #BB4289
Text Example
Text Example
White with #BB4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4289; }
p { color: rgb(187,66,137); }
H1.HeaderClassName
{
color: #BB4289;
}
.AnyTagClassName
{
color: #BB4289;
}
</style>
background-color css
<style>
a { background-color: #BB4289; }
a { background-color: rgb(187,66,137); }
div.DivClassName
{
background-color: #BB4289;
}
.BgClassName
{
background-color: #BB4289;
}
</style>
border-color css
<style>
span { border-color: #BB4289; }
span { border-color: rgb(187,66,137); }
td.TdClassName
{
border-color: #BB4289;
}
.TagClassName
{
border-color: #BB4289;
}
</style>