Shades of Mulberry #BB5E8B
Tints of Mulberry #BB5E8B
RGB
CMYK
RGB Variations
Color information
#BB5E8B (or 0xBB5E8B) is known color: Mulberry. HEX triplet: BB, 5E and 8B. RGB value is (187,94,139). Sum of RGB (Red+Green+Blue) = 187+94+139=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E8B is #44A174. Grayscale: #7E7E7E. Windows color (decimal): -4497781 or 9133755. OLE color: 9133755.
HSL color Cylindrical-coordinate representation of color #BB5E8B: hue angle of 330.97º 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 #BB5E8B is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 139 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.27 |
| HSL | 330.97º | 0.41% | 0.55% | - |
| HSV(B) | 330.97º | 0.5% | 0.73% | - |
| XYZ | 29.16 | 20.43 | 26.83 | - |
| YUV | 126.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 139 | 0 | 0.50 | 0.26 | 0.27 | 330.97 | 0.41 | 0.55 |
| Hex | BB | 5E | 8B | 0 | 32 | 1A | 1B | 14B | 29 | 37 |
| Octal | 273 | 136 | 213 | 0 | 62 | 32 | 33 | 513 | 51 | 67 |
| Binary | 10111011 | 1011110 | 10001011 | 0 | 110010 | 11010 | 11011 | 101001011 | 101001 | 110111 |
Color Harmonies of #BB5E8B
Complementary color
Monochromatic Colors of #BB5E8B
Black with #BB5E8B
Text Example
Text Example
White with #BB5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E8B; }
p { color: rgb(187,94,139); }
H1.HeaderClassName
{
color: #BB5E8B;
}
.AnyTagClassName
{
color: #BB5E8B;
}
</style>
background-color css
<style>
a { background-color: #BB5E8B; }
a { background-color: rgb(187,94,139); }
div.DivClassName
{
background-color: #BB5E8B;
}
.BgClassName
{
background-color: #BB5E8B;
}
</style>
border-color css
<style>
span { border-color: #BB5E8B; }
span { border-color: rgb(187,94,139); }
td.TdClassName
{
border-color: #BB5E8B;
}
.TagClassName
{
border-color: #BB5E8B;
}
</style>