Shades of Mulberry #BB40A0
Tints of Mulberry #BB40A0
RGB
CMYK
RGB Variations
Color information
#BB40A0 (or 0xBB40A0) is known color: Mulberry. HEX triplet: BB, 40 and A0. RGB value is (187,64,160). Sum of RGB (Red+Green+Blue) = 187+64+160=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB40A0 is #44BF5F. Grayscale: #6F6F6F. Windows color (decimal): -4505440 or 10502331. OLE color: 10502331.
HSL color Cylindrical-coordinate representation of color #BB40A0: hue angle of 313.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB40A0 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 160 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.27 |
| HSL | 313.17º | 0.49% | 0.49% | - |
| HSV(B) | 313.17º | 0.66% | 0.73% | - |
| XYZ | 28.67 | 16.77 | 34.98 | - |
| YUV | 111.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 160 | 0 | 0.66 | 0.14 | 0.27 | 313.17 | 0.49 | 0.49 |
| Hex | BB | 40 | A0 | 0 | 42 | E | 1B | 139 | 31 | 31 |
| Octal | 273 | 100 | 240 | 0 | 102 | 16 | 33 | 471 | 61 | 61 |
| Binary | 10111011 | 1000000 | 10100000 | 0 | 1000010 | 1110 | 11011 | 100111001 | 110001 | 110001 |
Color Harmonies of #BB40A0
Complementary color
Monochromatic Colors of #BB40A0
Black with #BB40A0
Text Example
Text Example
White with #BB40A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40A0; }
p { color: rgb(187,64,160); }
H1.HeaderClassName
{
color: #BB40A0;
}
.AnyTagClassName
{
color: #BB40A0;
}
</style>
background-color css
<style>
a { background-color: #BB40A0; }
a { background-color: rgb(187,64,160); }
div.DivClassName
{
background-color: #BB40A0;
}
.BgClassName
{
background-color: #BB40A0;
}
</style>
border-color css
<style>
span { border-color: #BB40A0; }
span { border-color: rgb(187,64,160); }
td.TdClassName
{
border-color: #BB40A0;
}
.TagClassName
{
border-color: #BB40A0;
}
</style>