Shades of Mulberry #BB4481
Tints of Mulberry #BB4481
RGB
CMYK
RGB Variations
Color information
#BB4481 (or 0xBB4481) is known color: Mulberry. HEX triplet: BB, 44 and 81. RGB value is (187,68,129). Sum of RGB (Red+Green+Blue) = 187+68+129=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4481 is #44BB7E. Grayscale: #6E6E6E. Windows color (decimal): -4504447 or 8471739. OLE color: 8471739.
HSL color Cylindrical-coordinate representation of color #BB4481: hue angle of 329.24º 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 #BB4481 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 129 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.27 |
| HSL | 329.24º | 0.47% | 0.5% | - |
| HSV(B) | 329.24º | 0.64% | 0.73% | - |
| XYZ | 26.52 | 16.28 | 22.51 | - |
| YUV | 110.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 129 | 0 | 0.64 | 0.31 | 0.27 | 329.24 | 0.47 | 0.5 |
| Hex | BB | 44 | 81 | 0 | 40 | 1F | 1B | 149 | 2F | 32 |
| Octal | 273 | 104 | 201 | 0 | 100 | 37 | 33 | 511 | 57 | 62 |
| Binary | 10111011 | 1000100 | 10000001 | 0 | 1000000 | 11111 | 11011 | 101001001 | 101111 | 110010 |
Color Harmonies of #BB4481
Complementary color
Monochromatic Colors of #BB4481
Black with #BB4481
Text Example
Text Example
White with #BB4481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4481; }
p { color: rgb(187,68,129); }
H1.HeaderClassName
{
color: #BB4481;
}
.AnyTagClassName
{
color: #BB4481;
}
</style>
background-color css
<style>
a { background-color: #BB4481; }
a { background-color: rgb(187,68,129); }
div.DivClassName
{
background-color: #BB4481;
}
.BgClassName
{
background-color: #BB4481;
}
</style>
border-color css
<style>
span { border-color: #BB4481; }
span { border-color: rgb(187,68,129); }
td.TdClassName
{
border-color: #BB4481;
}
.TagClassName
{
border-color: #BB4481;
}
</style>