Shades of Mulberry #BB528D
Tints of Mulberry #BB528D
RGB
CMYK
RGB Variations
Color information
#BB528D (or 0xBB528D) is known color: Mulberry. HEX triplet: BB, 52 and 8D. RGB value is (187,82,141). Sum of RGB (Red+Green+Blue) = 187+82+141=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB528D is #44AD72. Grayscale: #777777. Windows color (decimal): -4500851 or 9261755. OLE color: 9261755.
HSL color Cylindrical-coordinate representation of color #BB528D: hue angle of 326.29º 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 #BB528D is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 141 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.27 |
| HSL | 326.29º | 0.44% | 0.53% | - |
| HSV(B) | 326.29º | 0.56% | 0.73% | - |
| XYZ | 28.32 | 18.52 | 27.28 | - |
| YUV | 120.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 141 | 0 | 0.56 | 0.25 | 0.27 | 326.29 | 0.44 | 0.53 |
| Hex | BB | 52 | 8D | 0 | 38 | 19 | 1B | 146 | 2C | 35 |
| Octal | 273 | 122 | 215 | 0 | 70 | 31 | 33 | 506 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10001101 | 0 | 111000 | 11001 | 11011 | 101000110 | 101100 | 110101 |
Color Harmonies of #BB528D
Complementary color
Monochromatic Colors of #BB528D
Black with #BB528D
Text Example
Text Example
White with #BB528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB528D; }
p { color: rgb(187,82,141); }
H1.HeaderClassName
{
color: #BB528D;
}
.AnyTagClassName
{
color: #BB528D;
}
</style>
background-color css
<style>
a { background-color: #BB528D; }
a { background-color: rgb(187,82,141); }
div.DivClassName
{
background-color: #BB528D;
}
.BgClassName
{
background-color: #BB528D;
}
</style>
border-color css
<style>
span { border-color: #BB528D; }
span { border-color: rgb(187,82,141); }
td.TdClassName
{
border-color: #BB528D;
}
.TagClassName
{
border-color: #BB528D;
}
</style>