Shades of Mulberry #BB559E
Tints of Mulberry #BB559E
RGB
CMYK
RGB Variations
Color information
#BB559E (or 0xBB559E) is known color: Mulberry. HEX triplet: BB, 55 and 9E. RGB value is (187,85,158). Sum of RGB (Red+Green+Blue) = 187+85+158=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB559E is #44AA61. Grayscale: #7B7B7B. Windows color (decimal): -4500066 or 10376635. OLE color: 10376635.
HSL color Cylindrical-coordinate representation of color #BB559E: hue angle of 317.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB559E is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 158 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.27 |
| HSL | 317.06º | 0.43% | 0.53% | - |
| HSV(B) | 317.06º | 0.55% | 0.73% | - |
| XYZ | 29.91 | 19.53 | 34.54 | - |
| YUV | 123.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 158 | 0 | 0.55 | 0.16 | 0.27 | 317.06 | 0.43 | 0.53 |
| Hex | BB | 55 | 9E | 0 | 37 | 10 | 1B | 13D | 2B | 35 |
| Octal | 273 | 125 | 236 | 0 | 67 | 20 | 33 | 475 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10011110 | 0 | 110111 | 10000 | 11011 | 100111101 | 101011 | 110101 |
Color Harmonies of #BB559E
Complementary color
Monochromatic Colors of #BB559E
Black with #BB559E
Text Example
Text Example
White with #BB559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB559E; }
p { color: rgb(187,85,158); }
H1.HeaderClassName
{
color: #BB559E;
}
.AnyTagClassName
{
color: #BB559E;
}
</style>
background-color css
<style>
a { background-color: #BB559E; }
a { background-color: rgb(187,85,158); }
div.DivClassName
{
background-color: #BB559E;
}
.BgClassName
{
background-color: #BB559E;
}
</style>
border-color css
<style>
span { border-color: #BB559E; }
span { border-color: rgb(187,85,158); }
td.TdClassName
{
border-color: #BB559E;
}
.TagClassName
{
border-color: #BB559E;
}
</style>