Shades of Mulberry #BB4383
Tints of Mulberry #BB4383
RGB
CMYK
RGB Variations
Color information
#BB4383 (or 0xBB4383) is known color: Mulberry. HEX triplet: BB, 43 and 83. RGB value is (187,67,131). Sum of RGB (Red+Green+Blue) = 187+67+131=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4383 is #44BC7C. Grayscale: #6E6E6E. Windows color (decimal): -4504701 or 8602555. OLE color: 8602555.
HSL color Cylindrical-coordinate representation of color #BB4383: hue angle of 328º 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 #BB4383 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 131 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.27 |
| HSL | 328º | 0.47% | 0.5% | - |
| HSV(B) | 328º | 0.64% | 0.73% | - |
| XYZ | 26.6 | 16.22 | 23.2 | - |
| YUV | 110.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 131 | 0 | 0.64 | 0.30 | 0.27 | 328 | 0.47 | 0.5 |
| Hex | BB | 43 | 83 | 0 | 40 | 1E | 1B | 148 | 2F | 32 |
| Octal | 273 | 103 | 203 | 0 | 100 | 36 | 33 | 510 | 57 | 62 |
| Binary | 10111011 | 1000011 | 10000011 | 0 | 1000000 | 11110 | 11011 | 101001000 | 101111 | 110010 |
Color Harmonies of #BB4383
Complementary color
Monochromatic Colors of #BB4383
Black with #BB4383
Text Example
Text Example
White with #BB4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4383; }
p { color: rgb(187,67,131); }
H1.HeaderClassName
{
color: #BB4383;
}
.AnyTagClassName
{
color: #BB4383;
}
</style>
background-color css
<style>
a { background-color: #BB4383; }
a { background-color: rgb(187,67,131); }
div.DivClassName
{
background-color: #BB4383;
}
.BgClassName
{
background-color: #BB4383;
}
</style>
border-color css
<style>
span { border-color: #BB4383; }
span { border-color: rgb(187,67,131); }
td.TdClassName
{
border-color: #BB4383;
}
.TagClassName
{
border-color: #BB4383;
}
</style>