Shades of Mulberry #BB5E9B
Tints of Mulberry #BB5E9B
RGB
CMYK
RGB Variations
Color information
#BB5E9B (or 0xBB5E9B) is known color: Mulberry. HEX triplet: BB, 5E and 9B. RGB value is (187,94,155). Sum of RGB (Red+Green+Blue) = 187+94+155=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E9B is #44A164. Grayscale: #808080. Windows color (decimal): -4497765 or 10182331. OLE color: 10182331.
HSL color Cylindrical-coordinate representation of color #BB5E9B: hue angle of 320.65º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E9B is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 155 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.27 |
| HSL | 320.65º | 0.41% | 0.55% | - |
| HSV(B) | 320.65º | 0.5% | 0.73% | - |
| XYZ | 30.41 | 20.94 | 33.45 | - |
| YUV | 128.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 155 | 0 | 0.50 | 0.17 | 0.27 | 320.65 | 0.41 | 0.55 |
| Hex | BB | 5E | 9B | 0 | 32 | 11 | 1B | 141 | 29 | 37 |
| Octal | 273 | 136 | 233 | 0 | 62 | 21 | 33 | 501 | 51 | 67 |
| Binary | 10111011 | 1011110 | 10011011 | 0 | 110010 | 10001 | 11011 | 101000001 | 101001 | 110111 |
Color Harmonies of #BB5E9B
Complementary color
Monochromatic Colors of #BB5E9B
Black with #BB5E9B
Text Example
Text Example
White with #BB5E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E9B; }
p { color: rgb(187,94,155); }
H1.HeaderClassName
{
color: #BB5E9B;
}
.AnyTagClassName
{
color: #BB5E9B;
}
</style>
background-color css
<style>
a { background-color: #BB5E9B; }
a { background-color: rgb(187,94,155); }
div.DivClassName
{
background-color: #BB5E9B;
}
.BgClassName
{
background-color: #BB5E9B;
}
</style>
border-color css
<style>
span { border-color: #BB5E9B; }
span { border-color: rgb(187,94,155); }
td.TdClassName
{
border-color: #BB5E9B;
}
.TagClassName
{
border-color: #BB5E9B;
}
</style>