Shades of Mulberry #BB52A0
Tints of Mulberry #BB52A0
RGB
CMYK
RGB Variations
Color information
#BB52A0 (or 0xBB52A0) is known color: Mulberry. HEX triplet: BB, 52 and A0. RGB value is (187,82,160). Sum of RGB (Red+Green+Blue) = 187+82+160=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52A0 is #44AD5F. Grayscale: #7A7A7A. Windows color (decimal): -4500832 or 10506939. OLE color: 10506939.
HSL color Cylindrical-coordinate representation of color #BB52A0: hue angle of 315.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 #BB52A0 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 160 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.27 |
| HSL | 315.43º | 0.44% | 0.53% | - |
| HSV(B) | 315.43º | 0.56% | 0.73% | - |
| XYZ | 29.86 | 19.14 | 35.38 | - |
| YUV | 122.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 160 | 0 | 0.56 | 0.14 | 0.27 | 315.43 | 0.44 | 0.53 |
| Hex | BB | 52 | A0 | 0 | 38 | E | 1B | 13B | 2C | 35 |
| Octal | 273 | 122 | 240 | 0 | 70 | 16 | 33 | 473 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10100000 | 0 | 111000 | 1110 | 11011 | 100111011 | 101100 | 110101 |
Color Harmonies of #BB52A0
Complementary color
Monochromatic Colors of #BB52A0
Black with #BB52A0
Text Example
Text Example
White with #BB52A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52A0; }
p { color: rgb(187,82,160); }
H1.HeaderClassName
{
color: #BB52A0;
}
.AnyTagClassName
{
color: #BB52A0;
}
</style>
background-color css
<style>
a { background-color: #BB52A0; }
a { background-color: rgb(187,82,160); }
div.DivClassName
{
background-color: #BB52A0;
}
.BgClassName
{
background-color: #BB52A0;
}
</style>
border-color css
<style>
span { border-color: #BB52A0; }
span { border-color: rgb(187,82,160); }
td.TdClassName
{
border-color: #BB52A0;
}
.TagClassName
{
border-color: #BB52A0;
}
</style>