Shades of Mulberry #BB4B98
Tints of Mulberry #BB4B98
RGB
CMYK
RGB Variations
Color information
#BB4B98 (or 0xBB4B98) is known color: Mulberry. HEX triplet: BB, 4B and 98. RGB value is (187,75,152). Sum of RGB (Red+Green+Blue) = 187+75+152=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B98 is #44B467. Grayscale: #757575. Windows color (decimal): -4502632 or 9980859. OLE color: 9980859.
HSL color Cylindrical-coordinate representation of color #BB4B98: hue angle of 318.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B98 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 152 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.27 |
| HSL | 318.75º | 0.45% | 0.51% | - |
| HSV(B) | 318.75º | 0.6% | 0.73% | - |
| XYZ | 28.68 | 17.86 | 31.64 | - |
| YUV | 117.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 152 | 0 | 0.60 | 0.19 | 0.27 | 318.75 | 0.45 | 0.51 |
| Hex | BB | 4B | 98 | 0 | 3C | 13 | 1B | 13F | 2D | 33 |
| Octal | 273 | 113 | 230 | 0 | 74 | 23 | 33 | 477 | 55 | 63 |
| Binary | 10111011 | 1001011 | 10011000 | 0 | 111100 | 10011 | 11011 | 100111111 | 101101 | 110011 |
Color Harmonies of #BB4B98
Complementary color
Monochromatic Colors of #BB4B98
Black with #BB4B98
Text Example
Text Example
White with #BB4B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4B98; }
p { color: rgb(187,75,152); }
H1.HeaderClassName
{
color: #BB4B98;
}
.AnyTagClassName
{
color: #BB4B98;
}
</style>
background-color css
<style>
a { background-color: #BB4B98; }
a { background-color: rgb(187,75,152); }
div.DivClassName
{
background-color: #BB4B98;
}
.BgClassName
{
background-color: #BB4B98;
}
</style>
border-color css
<style>
span { border-color: #BB4B98; }
span { border-color: rgb(187,75,152); }
td.TdClassName
{
border-color: #BB4B98;
}
.TagClassName
{
border-color: #BB4B98;
}
</style>