Shades of Mulberry #B9429F
Tints of Mulberry #B9429F
RGB
CMYK
RGB Variations
Color information
#B9429F (or 0xB9429F) is known color: Mulberry. HEX triplet: B9, 42 and 9F. RGB value is (185,66,159). Sum of RGB (Red+Green+Blue) = 185+66+159=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9429F is #46BD60. Grayscale: #6F6F6F. Windows color (decimal): -4636001 or 10437305. OLE color: 10437305.
HSL color Cylindrical-coordinate representation of color #B9429F: hue angle of 313.11º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9429F is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 159 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.27 |
| HSL | 313.11º | 0.47% | 0.49% | - |
| HSV(B) | 313.11º | 0.64% | 0.73% | - |
| XYZ | 28.21 | 16.71 | 34.54 | - |
| YUV | 112.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 159 | 0 | 0.64 | 0.14 | 0.27 | 313.11 | 0.47 | 0.49 |
| Hex | B9 | 42 | 9F | 0 | 40 | E | 1B | 139 | 2F | 31 |
| Octal | 271 | 102 | 237 | 0 | 100 | 16 | 33 | 471 | 57 | 61 |
| Binary | 10111001 | 1000010 | 10011111 | 0 | 1000000 | 1110 | 11011 | 100111001 | 101111 | 110001 |
Color Harmonies of #B9429F
Complementary color
Monochromatic Colors of #B9429F
Black with #B9429F
Text Example
Text Example
White with #B9429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9429F; }
p { color: rgb(185,66,159); }
H1.HeaderClassName
{
color: #B9429F;
}
.AnyTagClassName
{
color: #B9429F;
}
</style>
background-color css
<style>
a { background-color: #B9429F; }
a { background-color: rgb(185,66,159); }
div.DivClassName
{
background-color: #B9429F;
}
.BgClassName
{
background-color: #B9429F;
}
</style>
border-color css
<style>
span { border-color: #B9429F; }
span { border-color: rgb(185,66,159); }
td.TdClassName
{
border-color: #B9429F;
}
.TagClassName
{
border-color: #B9429F;
}
</style>