Shades of Mulberry #BB4590
Tints of Mulberry #BB4590
RGB
CMYK
RGB Variations
Color information
#BB4590 (or 0xBB4590) is known color: Mulberry. HEX triplet: BB, 45 and 90. RGB value is (187,69,144). Sum of RGB (Red+Green+Blue) = 187+69+144=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4590 is #44BA6F. Grayscale: #707070. Windows color (decimal): -4504176 or 9455035. OLE color: 9455035.
HSL color Cylindrical-coordinate representation of color #BB4590: hue angle of 321.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4590 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 144 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.27 |
| HSL | 321.86º | 0.46% | 0.5% | - |
| HSV(B) | 321.86º | 0.63% | 0.73% | - |
| XYZ | 27.66 | 16.83 | 28.18 | - |
| YUV | 112.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 144 | 0 | 0.63 | 0.23 | 0.27 | 321.86 | 0.46 | 0.5 |
| Hex | BB | 45 | 90 | 0 | 3F | 17 | 1B | 142 | 2E | 32 |
| Octal | 273 | 105 | 220 | 0 | 77 | 27 | 33 | 502 | 56 | 62 |
| Binary | 10111011 | 1000101 | 10010000 | 0 | 111111 | 10111 | 11011 | 101000010 | 101110 | 110010 |
Color Harmonies of #BB4590
Complementary color
Monochromatic Colors of #BB4590
Black with #BB4590
Text Example
Text Example
White with #BB4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4590; }
p { color: rgb(187,69,144); }
H1.HeaderClassName
{
color: #BB4590;
}
.AnyTagClassName
{
color: #BB4590;
}
</style>
background-color css
<style>
a { background-color: #BB4590; }
a { background-color: rgb(187,69,144); }
div.DivClassName
{
background-color: #BB4590;
}
.BgClassName
{
background-color: #BB4590;
}
</style>
border-color css
<style>
span { border-color: #BB4590; }
span { border-color: rgb(187,69,144); }
td.TdClassName
{
border-color: #BB4590;
}
.TagClassName
{
border-color: #BB4590;
}
</style>