Shades of Mulberry #BB4490
Tints of Mulberry #BB4490
RGB
CMYK
RGB Variations
Color information
#BB4490 (or 0xBB4490) is known color: Mulberry. HEX triplet: BB, 44 and 90. RGB value is (187,68,144). Sum of RGB (Red+Green+Blue) = 187+68+144=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4490 is #44BB6F. Grayscale: #707070. Windows color (decimal): -4504432 or 9454779. OLE color: 9454779.
HSL color Cylindrical-coordinate representation of color #BB4490: hue angle of 321.68º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4490 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 144 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.27 |
| HSL | 321.68º | 0.47% | 0.5% | - |
| HSV(B) | 321.68º | 0.64% | 0.73% | - |
| XYZ | 27.59 | 16.71 | 28.16 | - |
| YUV | 112.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 144 | 0 | 0.64 | 0.23 | 0.27 | 321.68 | 0.47 | 0.5 |
| Hex | BB | 44 | 90 | 0 | 40 | 17 | 1B | 142 | 2F | 32 |
| Octal | 273 | 104 | 220 | 0 | 100 | 27 | 33 | 502 | 57 | 62 |
| Binary | 10111011 | 1000100 | 10010000 | 0 | 1000000 | 10111 | 11011 | 101000010 | 101111 | 110010 |
Color Harmonies of #BB4490
Complementary color
Monochromatic Colors of #BB4490
Black with #BB4490
Text Example
Text Example
White with #BB4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4490; }
p { color: rgb(187,68,144); }
H1.HeaderClassName
{
color: #BB4490;
}
.AnyTagClassName
{
color: #BB4490;
}
</style>
background-color css
<style>
a { background-color: #BB4490; }
a { background-color: rgb(187,68,144); }
div.DivClassName
{
background-color: #BB4490;
}
.BgClassName
{
background-color: #BB4490;
}
</style>
border-color css
<style>
span { border-color: #BB4490; }
span { border-color: rgb(187,68,144); }
td.TdClassName
{
border-color: #BB4490;
}
.TagClassName
{
border-color: #BB4490;
}
</style>