Shades of Mulberry #BB429D
Tints of Mulberry #BB429D
RGB
CMYK
RGB Variations
Color information
#BB429D (or 0xBB429D) is known color: Mulberry. HEX triplet: BB, 42 and 9D. RGB value is (187,66,157). Sum of RGB (Red+Green+Blue) = 187+66+157=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB429D is #44BD62. Grayscale: #707070. Windows color (decimal): -4504931 or 10306235. OLE color: 10306235.
HSL color Cylindrical-coordinate representation of color #BB429D: hue angle of 314.88º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB429D is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 157 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.27 |
| HSL | 314.88º | 0.48% | 0.5% | - |
| HSV(B) | 314.88º | 0.65% | 0.73% | - |
| XYZ | 28.53 | 16.9 | 33.66 | - |
| YUV | 112.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 157 | 0 | 0.65 | 0.16 | 0.27 | 314.88 | 0.48 | 0.5 |
| Hex | BB | 42 | 9D | 0 | 41 | 10 | 1B | 13B | 30 | 32 |
| Octal | 273 | 102 | 235 | 0 | 101 | 20 | 33 | 473 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10011101 | 0 | 1000001 | 10000 | 11011 | 100111011 | 110000 | 110010 |
Color Harmonies of #BB429D
Complementary color
Monochromatic Colors of #BB429D
Black with #BB429D
Text Example
Text Example
White with #BB429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB429D; }
p { color: rgb(187,66,157); }
H1.HeaderClassName
{
color: #BB429D;
}
.AnyTagClassName
{
color: #BB429D;
}
</style>
background-color css
<style>
a { background-color: #BB429D; }
a { background-color: rgb(187,66,157); }
div.DivClassName
{
background-color: #BB429D;
}
.BgClassName
{
background-color: #BB429D;
}
</style>
border-color css
<style>
span { border-color: #BB429D; }
span { border-color: rgb(187,66,157); }
td.TdClassName
{
border-color: #BB429D;
}
.TagClassName
{
border-color: #BB429D;
}
</style>