Shades of Mulberry #BB4484
Tints of Mulberry #BB4484
RGB
CMYK
RGB Variations
Color information
#BB4484 (or 0xBB4484) is known color: Mulberry. HEX triplet: BB, 44 and 84. RGB value is (187,68,132). Sum of RGB (Red+Green+Blue) = 187+68+132=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4484 is #44BB7B. Grayscale: #6E6E6E. Windows color (decimal): -4504444 or 8668347. OLE color: 8668347.
HSL color Cylindrical-coordinate representation of color #BB4484: hue angle of 327.73º 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 #BB4484 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 132 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.27 |
| HSL | 327.73º | 0.47% | 0.5% | - |
| HSV(B) | 327.73º | 0.64% | 0.73% | - |
| XYZ | 26.73 | 16.36 | 23.58 | - |
| YUV | 110.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 132 | 0 | 0.64 | 0.29 | 0.27 | 327.73 | 0.47 | 0.5 |
| Hex | BB | 44 | 84 | 0 | 40 | 1D | 1B | 148 | 2F | 32 |
| Octal | 273 | 104 | 204 | 0 | 100 | 35 | 33 | 510 | 57 | 62 |
| Binary | 10111011 | 1000100 | 10000100 | 0 | 1000000 | 11101 | 11011 | 101001000 | 101111 | 110010 |
Color Harmonies of #BB4484
Complementary color
Monochromatic Colors of #BB4484
Black with #BB4484
Text Example
Text Example
White with #BB4484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4484; }
p { color: rgb(187,68,132); }
H1.HeaderClassName
{
color: #BB4484;
}
.AnyTagClassName
{
color: #BB4484;
}
</style>
background-color css
<style>
a { background-color: #BB4484; }
a { background-color: rgb(187,68,132); }
div.DivClassName
{
background-color: #BB4484;
}
.BgClassName
{
background-color: #BB4484;
}
</style>
border-color css
<style>
span { border-color: #BB4484; }
span { border-color: rgb(187,68,132); }
td.TdClassName
{
border-color: #BB4484;
}
.TagClassName
{
border-color: #BB4484;
}
</style>