Shades of Mulberry #BB42A0
Tints of Mulberry #BB42A0
RGB
CMYK
RGB Variations
Color information
#BB42A0 (or 0xBB42A0) is known color: Mulberry. HEX triplet: BB, 42 and A0. RGB value is (187,66,160). Sum of RGB (Red+Green+Blue) = 187+66+160=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB42A0 is #44BD5F. Grayscale: #707070. Windows color (decimal): -4504928 or 10502843. OLE color: 10502843.
HSL color Cylindrical-coordinate representation of color #BB42A0: hue angle of 313.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB42A0 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 160 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.27 |
| HSL | 313.39º | 0.48% | 0.5% | - |
| HSV(B) | 313.39º | 0.65% | 0.73% | - |
| XYZ | 28.79 | 17 | 35.02 | - |
| YUV | 112.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 160 | 0 | 0.65 | 0.14 | 0.27 | 313.39 | 0.48 | 0.5 |
| Hex | BB | 42 | A0 | 0 | 41 | E | 1B | 139 | 30 | 32 |
| Octal | 273 | 102 | 240 | 0 | 101 | 16 | 33 | 471 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10100000 | 0 | 1000001 | 1110 | 11011 | 100111001 | 110000 | 110010 |
Color Harmonies of #BB42A0
Complementary color
Monochromatic Colors of #BB42A0
Black with #BB42A0
Text Example
Text Example
White with #BB42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB42A0; }
p { color: rgb(187,66,160); }
H1.HeaderClassName
{
color: #BB42A0;
}
.AnyTagClassName
{
color: #BB42A0;
}
</style>
background-color css
<style>
a { background-color: #BB42A0; }
a { background-color: rgb(187,66,160); }
div.DivClassName
{
background-color: #BB42A0;
}
.BgClassName
{
background-color: #BB42A0;
}
</style>
border-color css
<style>
span { border-color: #BB42A0; }
span { border-color: rgb(187,66,160); }
td.TdClassName
{
border-color: #BB42A0;
}
.TagClassName
{
border-color: #BB42A0;
}
</style>