Shades of Mulberry #BB52A2
Tints of Mulberry #BB52A2
RGB
CMYK
RGB Variations
Color information
#BB52A2 (or 0xBB52A2) is known color: Mulberry. HEX triplet: BB, 52 and A2. RGB value is (187,82,162). Sum of RGB (Red+Green+Blue) = 187+82+162=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52A2 is #44AD5D. Grayscale: #7A7A7A. Windows color (decimal): -4500830 or 10638011. OLE color: 10638011.
HSL color Cylindrical-coordinate representation of color #BB52A2: hue angle of 314.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 #BB52A2 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 162 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.27 |
| HSL | 314.29º | 0.44% | 0.53% | - |
| HSV(B) | 314.29º | 0.56% | 0.73% | - |
| XYZ | 30.03 | 19.21 | 36.31 | - |
| YUV | 122.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 162 | 0 | 0.56 | 0.13 | 0.27 | 314.29 | 0.44 | 0.53 |
| Hex | BB | 52 | A2 | 0 | 38 | D | 1B | 13A | 2C | 35 |
| Octal | 273 | 122 | 242 | 0 | 70 | 15 | 33 | 472 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10100010 | 0 | 111000 | 1101 | 11011 | 100111010 | 101100 | 110101 |
Color Harmonies of #BB52A2
Complementary color
Monochromatic Colors of #BB52A2
Black with #BB52A2
Text Example
Text Example
White with #BB52A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52A2; }
p { color: rgb(187,82,162); }
H1.HeaderClassName
{
color: #BB52A2;
}
.AnyTagClassName
{
color: #BB52A2;
}
</style>
background-color css
<style>
a { background-color: #BB52A2; }
a { background-color: rgb(187,82,162); }
div.DivClassName
{
background-color: #BB52A2;
}
.BgClassName
{
background-color: #BB52A2;
}
</style>
border-color css
<style>
span { border-color: #BB52A2; }
span { border-color: rgb(187,82,162); }
td.TdClassName
{
border-color: #BB52A2;
}
.TagClassName
{
border-color: #BB52A2;
}
</style>