Shades of Mulberry #BB429F
Tints of Mulberry #BB429F
RGB
CMYK
RGB Variations
Color information
#BB429F (or 0xBB429F) is known color: Mulberry. HEX triplet: BB, 42 and 9F. RGB value is (187,66,159). Sum of RGB (Red+Green+Blue) = 187+66+159=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB429F is #44BD60. Grayscale: #707070. Windows color (decimal): -4504929 or 10437307. OLE color: 10437307.
HSL color Cylindrical-coordinate representation of color #BB429F: hue angle of 313.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 #BB429F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 159 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.27 |
| HSL | 313.88º | 0.48% | 0.5% | - |
| HSV(B) | 313.88º | 0.65% | 0.73% | - |
| XYZ | 28.7 | 16.96 | 34.56 | - |
| YUV | 112.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 159 | 0 | 0.65 | 0.15 | 0.27 | 313.88 | 0.48 | 0.5 |
| Hex | BB | 42 | 9F | 0 | 41 | F | 1B | 13A | 30 | 32 |
| Octal | 273 | 102 | 237 | 0 | 101 | 17 | 33 | 472 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10011111 | 0 | 1000001 | 1111 | 11011 | 100111010 | 110000 | 110010 |
Color Harmonies of #BB429F
Complementary color
Monochromatic Colors of #BB429F
Black with #BB429F
Text Example
Text Example
White with #BB429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB429F; }
p { color: rgb(187,66,159); }
H1.HeaderClassName
{
color: #BB429F;
}
.AnyTagClassName
{
color: #BB429F;
}
</style>
background-color css
<style>
a { background-color: #BB429F; }
a { background-color: rgb(187,66,159); }
div.DivClassName
{
background-color: #BB429F;
}
.BgClassName
{
background-color: #BB429F;
}
</style>
border-color css
<style>
span { border-color: #BB429F; }
span { border-color: rgb(187,66,159); }
td.TdClassName
{
border-color: #BB429F;
}
.TagClassName
{
border-color: #BB429F;
}
</style>