Shades of Mulberry #BB528E
Tints of Mulberry #BB528E
RGB
CMYK
RGB Variations
Color information
#BB528E (or 0xBB528E) is known color: Mulberry. HEX triplet: BB, 52 and 8E. RGB value is (187,82,142). Sum of RGB (Red+Green+Blue) = 187+82+142=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB528E is #44AD71. Grayscale: #787878. Windows color (decimal): -4500850 or 9327291. OLE color: 9327291.
HSL color Cylindrical-coordinate representation of color #BB528E: hue angle of 325.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB528E is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 142 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.27 |
| HSL | 325.71º | 0.44% | 0.53% | - |
| HSV(B) | 325.71º | 0.56% | 0.73% | - |
| XYZ | 28.39 | 18.55 | 27.68 | - |
| YUV | 120.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 142 | 0 | 0.56 | 0.24 | 0.27 | 325.71 | 0.44 | 0.53 |
| Hex | BB | 52 | 8E | 0 | 38 | 18 | 1B | 146 | 2C | 35 |
| Octal | 273 | 122 | 216 | 0 | 70 | 30 | 33 | 506 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10001110 | 0 | 111000 | 11000 | 11011 | 101000110 | 101100 | 110101 |
Color Harmonies of #BB528E
Complementary color
Monochromatic Colors of #BB528E
Black with #BB528E
Text Example
Text Example
White with #BB528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB528E; }
p { color: rgb(187,82,142); }
H1.HeaderClassName
{
color: #BB528E;
}
.AnyTagClassName
{
color: #BB528E;
}
</style>
background-color css
<style>
a { background-color: #BB528E; }
a { background-color: rgb(187,82,142); }
div.DivClassName
{
background-color: #BB528E;
}
.BgClassName
{
background-color: #BB528E;
}
</style>
border-color css
<style>
span { border-color: #BB528E; }
span { border-color: rgb(187,82,142); }
td.TdClassName
{
border-color: #BB528E;
}
.TagClassName
{
border-color: #BB528E;
}
</style>