Shades of Mulberry #BB4A8A
Tints of Mulberry #BB4A8A
RGB
CMYK
RGB Variations
Color information
#BB4A8A (or 0xBB4A8A) is known color: Mulberry. HEX triplet: BB, 4A and 8A. RGB value is (187,74,138). Sum of RGB (Red+Green+Blue) = 187+74+138=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A8A is #44B575. Grayscale: #727272. Windows color (decimal): -4502902 or 9063099. OLE color: 9063099.
HSL color Cylindrical-coordinate representation of color #BB4A8A: hue angle of 326.02º 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 #BB4A8A is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 138 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.27 |
| HSL | 326.02º | 0.45% | 0.51% | - |
| HSV(B) | 326.02º | 0.6% | 0.73% | - |
| XYZ | 27.53 | 17.3 | 25.93 | - |
| YUV | 115.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 138 | 0 | 0.60 | 0.26 | 0.27 | 326.02 | 0.45 | 0.51 |
| Hex | BB | 4A | 8A | 0 | 3C | 1A | 1B | 146 | 2D | 33 |
| Octal | 273 | 112 | 212 | 0 | 74 | 32 | 33 | 506 | 55 | 63 |
| Binary | 10111011 | 1001010 | 10001010 | 0 | 111100 | 11010 | 11011 | 101000110 | 101101 | 110011 |
Color Harmonies of #BB4A8A
Complementary color
Monochromatic Colors of #BB4A8A
Black with #BB4A8A
Text Example
Text Example
White with #BB4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A8A; }
p { color: rgb(187,74,138); }
H1.HeaderClassName
{
color: #BB4A8A;
}
.AnyTagClassName
{
color: #BB4A8A;
}
</style>
background-color css
<style>
a { background-color: #BB4A8A; }
a { background-color: rgb(187,74,138); }
div.DivClassName
{
background-color: #BB4A8A;
}
.BgClassName
{
background-color: #BB4A8A;
}
</style>
border-color css
<style>
span { border-color: #BB4A8A; }
span { border-color: rgb(187,74,138); }
td.TdClassName
{
border-color: #BB4A8A;
}
.TagClassName
{
border-color: #BB4A8A;
}
</style>