Shades of Mulberry #BB48A1
Tints of Mulberry #BB48A1
RGB
CMYK
RGB Variations
Color information
#BB48A1 (or 0xBB48A1) is known color: Mulberry. HEX triplet: BB, 48 and A1. RGB value is (187,72,161). Sum of RGB (Red+Green+Blue) = 187+72+161=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB48A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB48A1 is #44B75E. Grayscale: #747474. Windows color (decimal): -4503391 or 10569915. OLE color: 10569915.
HSL color Cylindrical-coordinate representation of color #BB48A1: hue angle of 313.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB48A1 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 161 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.27 |
| HSL | 313.57º | 0.46% | 0.51% | - |
| HSV(B) | 313.57º | 0.61% | 0.73% | - |
| XYZ | 29.24 | 17.77 | 35.61 | - |
| YUV | 116.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 161 | 0 | 0.61 | 0.14 | 0.27 | 313.57 | 0.46 | 0.51 |
| Hex | BB | 48 | A1 | 0 | 3D | E | 1B | 13A | 2E | 33 |
| Octal | 273 | 110 | 241 | 0 | 75 | 16 | 33 | 472 | 56 | 63 |
| Binary | 10111011 | 1001000 | 10100001 | 0 | 111101 | 1110 | 11011 | 100111010 | 101110 | 110011 |
Color Harmonies of #BB48A1
Complementary color
Monochromatic Colors of #BB48A1
Black with #BB48A1
Text Example
Text Example
White with #BB48A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB48A1; }
p { color: rgb(187,72,161); }
H1.HeaderClassName
{
color: #BB48A1;
}
.AnyTagClassName
{
color: #BB48A1;
}
</style>
background-color css
<style>
a { background-color: #BB48A1; }
a { background-color: rgb(187,72,161); }
div.DivClassName
{
background-color: #BB48A1;
}
.BgClassName
{
background-color: #BB48A1;
}
</style>
border-color css
<style>
span { border-color: #BB48A1; }
span { border-color: rgb(187,72,161); }
td.TdClassName
{
border-color: #BB48A1;
}
.TagClassName
{
border-color: #BB48A1;
}
</style>