Shades of Mulberry #BB4D81
Tints of Mulberry #BB4D81
RGB
CMYK
RGB Variations
Color information
#BB4D81 (or 0xBB4D81) is known color: Mulberry. HEX triplet: BB, 4D and 81. RGB value is (187,77,129). Sum of RGB (Red+Green+Blue) = 187+77+129=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D81 is #44B27E. Grayscale: #737373. Windows color (decimal): -4502143 or 8474043. OLE color: 8474043.
HSL color Cylindrical-coordinate representation of color #BB4D81: hue angle of 331.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D81 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 129 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.27 |
| HSL | 331.64º | 0.45% | 0.52% | - |
| HSV(B) | 331.64º | 0.59% | 0.73% | - |
| XYZ | 27.11 | 17.46 | 22.71 | - |
| YUV | 115.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 129 | 0 | 0.59 | 0.31 | 0.27 | 331.64 | 0.45 | 0.52 |
| Hex | BB | 4D | 81 | 0 | 3B | 1F | 1B | 14C | 2D | 34 |
| Octal | 273 | 115 | 201 | 0 | 73 | 37 | 33 | 514 | 55 | 64 |
| Binary | 10111011 | 1001101 | 10000001 | 0 | 111011 | 11111 | 11011 | 101001100 | 101101 | 110100 |
Color Harmonies of #BB4D81
Complementary color
Monochromatic Colors of #BB4D81
Black with #BB4D81
Text Example
Text Example
White with #BB4D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D81; }
p { color: rgb(187,77,129); }
H1.HeaderClassName
{
color: #BB4D81;
}
.AnyTagClassName
{
color: #BB4D81;
}
</style>
background-color css
<style>
a { background-color: #BB4D81; }
a { background-color: rgb(187,77,129); }
div.DivClassName
{
background-color: #BB4D81;
}
.BgClassName
{
background-color: #BB4D81;
}
</style>
border-color css
<style>
span { border-color: #BB4D81; }
span { border-color: rgb(187,77,129); }
td.TdClassName
{
border-color: #BB4D81;
}
.TagClassName
{
border-color: #BB4D81;
}
</style>