Shades of Mulberry #BB528B
Tints of Mulberry #BB528B
RGB
CMYK
RGB Variations
Color information
#BB528B (or 0xBB528B) is known color: Mulberry. HEX triplet: BB, 52 and 8B. RGB value is (187,82,139). Sum of RGB (Red+Green+Blue) = 187+82+139=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB528B is #44AD74. Grayscale: #777777. Windows color (decimal): -4500853 or 9130683. OLE color: 9130683.
HSL color Cylindrical-coordinate representation of color #BB528B: hue angle of 327.43º 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 #BB528B is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 139 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.27 |
| HSL | 327.43º | 0.44% | 0.53% | - |
| HSV(B) | 327.43º | 0.56% | 0.73% | - |
| XYZ | 28.17 | 18.46 | 26.51 | - |
| YUV | 119.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 139 | 0 | 0.56 | 0.26 | 0.27 | 327.43 | 0.44 | 0.53 |
| Hex | BB | 52 | 8B | 0 | 38 | 1A | 1B | 147 | 2C | 35 |
| Octal | 273 | 122 | 213 | 0 | 70 | 32 | 33 | 507 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10001011 | 0 | 111000 | 11010 | 11011 | 101000111 | 101100 | 110101 |
Color Harmonies of #BB528B
Complementary color
Monochromatic Colors of #BB528B
Black with #BB528B
Text Example
Text Example
White with #BB528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB528B; }
p { color: rgb(187,82,139); }
H1.HeaderClassName
{
color: #BB528B;
}
.AnyTagClassName
{
color: #BB528B;
}
</style>
background-color css
<style>
a { background-color: #BB528B; }
a { background-color: rgb(187,82,139); }
div.DivClassName
{
background-color: #BB528B;
}
.BgClassName
{
background-color: #BB528B;
}
</style>
border-color css
<style>
span { border-color: #BB528B; }
span { border-color: rgb(187,82,139); }
td.TdClassName
{
border-color: #BB528B;
}
.TagClassName
{
border-color: #BB528B;
}
</style>