Shades of Mulberry #BB48A2
Tints of Mulberry #BB48A2
RGB
CMYK
RGB Variations
Color information
#BB48A2 (or 0xBB48A2) is known color: Mulberry. HEX triplet: BB, 48 and A2. RGB value is (187,72,162). Sum of RGB (Red+Green+Blue) = 187+72+162=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB48A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB48A2 is #44B75D. Grayscale: #747474. Windows color (decimal): -4503390 or 10635451. OLE color: 10635451.
HSL color Cylindrical-coordinate representation of color #BB48A2: hue angle of 313.04º 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 #BB48A2 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 162 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.27 |
| HSL | 313.04º | 0.46% | 0.51% | - |
| HSV(B) | 313.04º | 0.61% | 0.73% | - |
| XYZ | 29.33 | 17.81 | 36.07 | - |
| YUV | 116.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 162 | 0 | 0.61 | 0.13 | 0.27 | 313.04 | 0.46 | 0.51 |
| Hex | BB | 48 | A2 | 0 | 3D | D | 1B | 139 | 2E | 33 |
| Octal | 273 | 110 | 242 | 0 | 75 | 15 | 33 | 471 | 56 | 63 |
| Binary | 10111011 | 1001000 | 10100010 | 0 | 111101 | 1101 | 11011 | 100111001 | 101110 | 110011 |
Color Harmonies of #BB48A2
Complementary color
Monochromatic Colors of #BB48A2
Black with #BB48A2
Text Example
Text Example
White with #BB48A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB48A2; }
p { color: rgb(187,72,162); }
H1.HeaderClassName
{
color: #BB48A2;
}
.AnyTagClassName
{
color: #BB48A2;
}
</style>
background-color css
<style>
a { background-color: #BB48A2; }
a { background-color: rgb(187,72,162); }
div.DivClassName
{
background-color: #BB48A2;
}
.BgClassName
{
background-color: #BB48A2;
}
</style>
border-color css
<style>
span { border-color: #BB48A2; }
span { border-color: rgb(187,72,162); }
td.TdClassName
{
border-color: #BB48A2;
}
.TagClassName
{
border-color: #BB48A2;
}
</style>