Shades of Mulberry #BB4582
Tints of Mulberry #BB4582
RGB
CMYK
RGB Variations
Color information
#BB4582 (or 0xBB4582) is known color: Mulberry. HEX triplet: BB, 45 and 82. RGB value is (187,69,130). Sum of RGB (Red+Green+Blue) = 187+69+130=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4582 is #44BA7D. Grayscale: #6F6F6F. Windows color (decimal): -4504190 or 8537531. OLE color: 8537531.
HSL color Cylindrical-coordinate representation of color #BB4582: hue angle of 328.98º 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 #BB4582 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 130 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.27 |
| HSL | 328.98º | 0.46% | 0.5% | - |
| HSV(B) | 328.98º | 0.63% | 0.73% | - |
| XYZ | 26.65 | 16.43 | 22.89 | - |
| YUV | 111.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 130 | 0 | 0.63 | 0.30 | 0.27 | 328.98 | 0.46 | 0.5 |
| Hex | BB | 45 | 82 | 0 | 3F | 1E | 1B | 149 | 2E | 32 |
| Octal | 273 | 105 | 202 | 0 | 77 | 36 | 33 | 511 | 56 | 62 |
| Binary | 10111011 | 1000101 | 10000010 | 0 | 111111 | 11110 | 11011 | 101001001 | 101110 | 110010 |
Color Harmonies of #BB4582
Complementary color
Monochromatic Colors of #BB4582
Black with #BB4582
Text Example
Text Example
White with #BB4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4582; }
p { color: rgb(187,69,130); }
H1.HeaderClassName
{
color: #BB4582;
}
.AnyTagClassName
{
color: #BB4582;
}
</style>
background-color css
<style>
a { background-color: #BB4582; }
a { background-color: rgb(187,69,130); }
div.DivClassName
{
background-color: #BB4582;
}
.BgClassName
{
background-color: #BB4582;
}
</style>
border-color css
<style>
span { border-color: #BB4582; }
span { border-color: rgb(187,69,130); }
td.TdClassName
{
border-color: #BB4582;
}
.TagClassName
{
border-color: #BB4582;
}
</style>