Shades of Mulberry #BB52A4
Tints of Mulberry #BB52A4
RGB
CMYK
RGB Variations
Color information
#BB52A4 (or 0xBB52A4) is known color: Mulberry. HEX triplet: BB, 52 and A4. RGB value is (187,82,164). Sum of RGB (Red+Green+Blue) = 187+82+164=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52A4 is #44AD5B. Grayscale: #7A7A7A. Windows color (decimal): -4500828 or 10769083. OLE color: 10769083.
HSL color Cylindrical-coordinate representation of color #BB52A4: hue angle of 313.14º 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 #BB52A4 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 164 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.27 |
| HSL | 313.14º | 0.44% | 0.53% | - |
| HSV(B) | 313.14º | 0.56% | 0.73% | - |
| XYZ | 30.21 | 19.28 | 37.25 | - |
| YUV | 122.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 164 | 0 | 0.56 | 0.12 | 0.27 | 313.14 | 0.44 | 0.53 |
| Hex | BB | 52 | A4 | 0 | 38 | C | 1B | 139 | 2C | 35 |
| Octal | 273 | 122 | 244 | 0 | 70 | 14 | 33 | 471 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10100100 | 0 | 111000 | 1100 | 11011 | 100111001 | 101100 | 110101 |
Color Harmonies of #BB52A4
Complementary color
Monochromatic Colors of #BB52A4
Black with #BB52A4
Text Example
Text Example
White with #BB52A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52A4; }
p { color: rgb(187,82,164); }
H1.HeaderClassName
{
color: #BB52A4;
}
.AnyTagClassName
{
color: #BB52A4;
}
</style>
background-color css
<style>
a { background-color: #BB52A4; }
a { background-color: rgb(187,82,164); }
div.DivClassName
{
background-color: #BB52A4;
}
.BgClassName
{
background-color: #BB52A4;
}
</style>
border-color css
<style>
span { border-color: #BB52A4; }
span { border-color: rgb(187,82,164); }
td.TdClassName
{
border-color: #BB52A4;
}
.TagClassName
{
border-color: #BB52A4;
}
</style>