Shades of Mulberry #BB5E98
Tints of Mulberry #BB5E98
RGB
CMYK
RGB Variations
Color information
#BB5E98 (or 0xBB5E98) is known color: Mulberry. HEX triplet: BB, 5E and 98. RGB value is (187,94,152). Sum of RGB (Red+Green+Blue) = 187+94+152=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E98 is #44A167. Grayscale: #808080. Windows color (decimal): -4497768 or 9985723. OLE color: 9985723.
HSL color Cylindrical-coordinate representation of color #BB5E98: hue angle of 322.58º 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 #BB5E98 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 152 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.27 |
| HSL | 322.58º | 0.41% | 0.55% | - |
| HSV(B) | 322.58º | 0.5% | 0.73% | - |
| XYZ | 30.16 | 20.84 | 32.14 | - |
| YUV | 128.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 152 | 0 | 0.50 | 0.19 | 0.27 | 322.58 | 0.41 | 0.55 |
| Hex | BB | 5E | 98 | 0 | 32 | 13 | 1B | 143 | 29 | 37 |
| Octal | 273 | 136 | 230 | 0 | 62 | 23 | 33 | 503 | 51 | 67 |
| Binary | 10111011 | 1011110 | 10011000 | 0 | 110010 | 10011 | 11011 | 101000011 | 101001 | 110111 |
Color Harmonies of #BB5E98
Complementary color
Monochromatic Colors of #BB5E98
Black with #BB5E98
Text Example
Text Example
White with #BB5E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E98; }
p { color: rgb(187,94,152); }
H1.HeaderClassName
{
color: #BB5E98;
}
.AnyTagClassName
{
color: #BB5E98;
}
</style>
background-color css
<style>
a { background-color: #BB5E98; }
a { background-color: rgb(187,94,152); }
div.DivClassName
{
background-color: #BB5E98;
}
.BgClassName
{
background-color: #BB5E98;
}
</style>
border-color css
<style>
span { border-color: #BB5E98; }
span { border-color: rgb(187,94,152); }
td.TdClassName
{
border-color: #BB5E98;
}
.TagClassName
{
border-color: #BB5E98;
}
</style>