Shades of Mulberry #BB4A90
Tints of Mulberry #BB4A90
RGB
CMYK
RGB Variations
Color information
#BB4A90 (or 0xBB4A90) is known color: Mulberry. HEX triplet: BB, 4A and 90. RGB value is (187,74,144). Sum of RGB (Red+Green+Blue) = 187+74+144=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A90 is #44B56F. Grayscale: #737373. Windows color (decimal): -4502896 or 9456315. OLE color: 9456315.
HSL color Cylindrical-coordinate representation of color #BB4A90: hue angle of 322.83º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A90 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 144 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.27 |
| HSL | 322.83º | 0.45% | 0.51% | - |
| HSV(B) | 322.83º | 0.6% | 0.73% | - |
| XYZ | 27.98 | 17.48 | 28.28 | - |
| YUV | 115.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 144 | 0 | 0.60 | 0.23 | 0.27 | 322.83 | 0.45 | 0.51 |
| Hex | BB | 4A | 90 | 0 | 3C | 17 | 1B | 143 | 2D | 33 |
| Octal | 273 | 112 | 220 | 0 | 74 | 27 | 33 | 503 | 55 | 63 |
| Binary | 10111011 | 1001010 | 10010000 | 0 | 111100 | 10111 | 11011 | 101000011 | 101101 | 110011 |
Color Harmonies of #BB4A90
Complementary color
Monochromatic Colors of #BB4A90
Black with #BB4A90
Text Example
Text Example
White with #BB4A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A90; }
p { color: rgb(187,74,144); }
H1.HeaderClassName
{
color: #BB4A90;
}
.AnyTagClassName
{
color: #BB4A90;
}
</style>
background-color css
<style>
a { background-color: #BB4A90; }
a { background-color: rgb(187,74,144); }
div.DivClassName
{
background-color: #BB4A90;
}
.BgClassName
{
background-color: #BB4A90;
}
</style>
border-color css
<style>
span { border-color: #BB4A90; }
span { border-color: rgb(187,74,144); }
td.TdClassName
{
border-color: #BB4A90;
}
.TagClassName
{
border-color: #BB4A90;
}
</style>