Shades of Mulberry #BB5E8C
Tints of Mulberry #BB5E8C
RGB
CMYK
RGB Variations
Color information
#BB5E8C (or 0xBB5E8C) is known color: Mulberry. HEX triplet: BB, 5E and 8C. RGB value is (187,94,140). Sum of RGB (Red+Green+Blue) = 187+94+140=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E8C is #44A173. Grayscale: #7E7E7E. Windows color (decimal): -4497780 or 9199291. OLE color: 9199291.
HSL color Cylindrical-coordinate representation of color #BB5E8C: hue angle of 330.32º 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 #BB5E8C is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 140 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.27 |
| HSL | 330.32º | 0.41% | 0.55% | - |
| HSV(B) | 330.32º | 0.5% | 0.73% | - |
| XYZ | 29.23 | 20.46 | 27.22 | - |
| YUV | 127.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 140 | 0 | 0.50 | 0.25 | 0.27 | 330.32 | 0.41 | 0.55 |
| Hex | BB | 5E | 8C | 0 | 32 | 19 | 1B | 14A | 29 | 37 |
| Octal | 273 | 136 | 214 | 0 | 62 | 31 | 33 | 512 | 51 | 67 |
| Binary | 10111011 | 1011110 | 10001100 | 0 | 110010 | 11001 | 11011 | 101001010 | 101001 | 110111 |
Color Harmonies of #BB5E8C
Complementary color
Monochromatic Colors of #BB5E8C
Black with #BB5E8C
Text Example
Text Example
White with #BB5E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E8C; }
p { color: rgb(187,94,140); }
H1.HeaderClassName
{
color: #BB5E8C;
}
.AnyTagClassName
{
color: #BB5E8C;
}
</style>
background-color css
<style>
a { background-color: #BB5E8C; }
a { background-color: rgb(187,94,140); }
div.DivClassName
{
background-color: #BB5E8C;
}
.BgClassName
{
background-color: #BB5E8C;
}
</style>
border-color css
<style>
span { border-color: #BB5E8C; }
span { border-color: rgb(187,94,140); }
td.TdClassName
{
border-color: #BB5E8C;
}
.TagClassName
{
border-color: #BB5E8C;
}
</style>