Shades of Mulberry #BB538B
Tints of Mulberry #BB538B
RGB
CMYK
RGB Variations
Color information
#BB538B (or 0xBB538B) is known color: Mulberry. HEX triplet: BB, 53 and 8B. RGB value is (187,83,139). Sum of RGB (Red+Green+Blue) = 187+83+139=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB538B is #44AC74. Grayscale: #787878. Windows color (decimal): -4500597 or 9130939. OLE color: 9130939.
HSL color Cylindrical-coordinate representation of color #BB538B: hue angle of 327.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB538B is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 139 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.27 |
| HSL | 327.69º | 0.43% | 0.53% | - |
| HSV(B) | 327.69º | 0.56% | 0.73% | - |
| XYZ | 28.25 | 18.62 | 26.53 | - |
| YUV | 120.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 139 | 0 | 0.56 | 0.26 | 0.27 | 327.69 | 0.43 | 0.53 |
| Hex | BB | 53 | 8B | 0 | 38 | 1A | 1B | 148 | 2B | 35 |
| Octal | 273 | 123 | 213 | 0 | 70 | 32 | 33 | 510 | 53 | 65 |
| Binary | 10111011 | 1010011 | 10001011 | 0 | 111000 | 11010 | 11011 | 101001000 | 101011 | 110101 |
Color Harmonies of #BB538B
Complementary color
Monochromatic Colors of #BB538B
Black with #BB538B
Text Example
Text Example
White with #BB538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB538B; }
p { color: rgb(187,83,139); }
H1.HeaderClassName
{
color: #BB538B;
}
.AnyTagClassName
{
color: #BB538B;
}
</style>
background-color css
<style>
a { background-color: #BB538B; }
a { background-color: rgb(187,83,139); }
div.DivClassName
{
background-color: #BB538B;
}
.BgClassName
{
background-color: #BB538B;
}
</style>
border-color css
<style>
span { border-color: #BB538B; }
span { border-color: rgb(187,83,139); }
td.TdClassName
{
border-color: #BB538B;
}
.TagClassName
{
border-color: #BB538B;
}
</style>