Shades of Mulberry #BB5E95
Tints of Mulberry #BB5E95
RGB
CMYK
RGB Variations
Color information
#BB5E95 (or 0xBB5E95) is known color: Mulberry. HEX triplet: BB, 5E and 95. RGB value is (187,94,149). Sum of RGB (Red+Green+Blue) = 187+94+149=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E95 is #44A16A. Grayscale: #7F7F7F. Windows color (decimal): -4497771 or 9789115. OLE color: 9789115.
HSL color Cylindrical-coordinate representation of color #BB5E95: hue angle of 324.52º 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 #BB5E95 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 149 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.27 |
| HSL | 324.52º | 0.41% | 0.55% | - |
| HSV(B) | 324.52º | 0.5% | 0.73% | - |
| XYZ | 29.92 | 20.74 | 30.86 | - |
| YUV | 128.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 149 | 0 | 0.50 | 0.20 | 0.27 | 324.52 | 0.41 | 0.55 |
| Hex | BB | 5E | 95 | 0 | 32 | 14 | 1B | 145 | 29 | 37 |
| Octal | 273 | 136 | 225 | 0 | 62 | 24 | 33 | 505 | 51 | 67 |
| Binary | 10111011 | 1011110 | 10010101 | 0 | 110010 | 10100 | 11011 | 101000101 | 101001 | 110111 |
Color Harmonies of #BB5E95
Complementary color
Monochromatic Colors of #BB5E95
Black with #BB5E95
Text Example
Text Example
White with #BB5E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E95; }
p { color: rgb(187,94,149); }
H1.HeaderClassName
{
color: #BB5E95;
}
.AnyTagClassName
{
color: #BB5E95;
}
</style>
background-color css
<style>
a { background-color: #BB5E95; }
a { background-color: rgb(187,94,149); }
div.DivClassName
{
background-color: #BB5E95;
}
.BgClassName
{
background-color: #BB5E95;
}
</style>
border-color css
<style>
span { border-color: #BB5E95; }
span { border-color: rgb(187,94,149); }
td.TdClassName
{
border-color: #BB5E95;
}
.TagClassName
{
border-color: #BB5E95;
}
</style>