Shades of Mulberry #BB4985
Tints of Mulberry #BB4985
RGB
CMYK
RGB Variations
Color information
#BB4985 (or 0xBB4985) is known color: Mulberry. HEX triplet: BB, 49 and 85. RGB value is (187,73,133). Sum of RGB (Red+Green+Blue) = 187+73+133=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4985 is #44B67A. Grayscale: #717171. Windows color (decimal): -4503163 or 8735163. OLE color: 8735163.
HSL color Cylindrical-coordinate representation of color #BB4985: hue angle of 328.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4985 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 133 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.27 |
| HSL | 328.42º | 0.46% | 0.51% | - |
| HSV(B) | 328.42º | 0.61% | 0.73% | - |
| XYZ | 27.11 | 17.02 | 24.05 | - |
| YUV | 113.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 133 | 0 | 0.61 | 0.29 | 0.27 | 328.42 | 0.46 | 0.51 |
| Hex | BB | 49 | 85 | 0 | 3D | 1D | 1B | 148 | 2E | 33 |
| Octal | 273 | 111 | 205 | 0 | 75 | 35 | 33 | 510 | 56 | 63 |
| Binary | 10111011 | 1001001 | 10000101 | 0 | 111101 | 11101 | 11011 | 101001000 | 101110 | 110011 |
Color Harmonies of #BB4985
Complementary color
Monochromatic Colors of #BB4985
Black with #BB4985
Text Example
Text Example
White with #BB4985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4985; }
p { color: rgb(187,73,133); }
H1.HeaderClassName
{
color: #BB4985;
}
.AnyTagClassName
{
color: #BB4985;
}
</style>
background-color css
<style>
a { background-color: #BB4985; }
a { background-color: rgb(187,73,133); }
div.DivClassName
{
background-color: #BB4985;
}
.BgClassName
{
background-color: #BB4985;
}
</style>
border-color css
<style>
span { border-color: #BB4985; }
span { border-color: rgb(187,73,133); }
td.TdClassName
{
border-color: #BB4985;
}
.TagClassName
{
border-color: #BB4985;
}
</style>