Shades of Mulberry #B8429C
Tints of Mulberry #B8429C
RGB
CMYK
RGB Variations
Color information
#B8429C (or 0xB8429C) is known color: Mulberry. HEX triplet: B8, 42 and 9C. RGB value is (184,66,156). Sum of RGB (Red+Green+Blue) = 184+66+156=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8429C is #47BD63. Grayscale: #6F6F6F. Windows color (decimal): -4701540 or 10240696. OLE color: 10240696.
HSL color Cylindrical-coordinate representation of color #B8429C: hue angle of 314.24º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8429C is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 156 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.28 |
| HSL | 314.24º | 0.47% | 0.49% | - |
| HSV(B) | 314.24º | 0.64% | 0.72% | - |
| XYZ | 27.72 | 16.49 | 33.17 | - |
| YUV | 111.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 156 | 0 | 0.64 | 0.15 | 0.28 | 314.24 | 0.47 | 0.49 |
| Hex | B8 | 42 | 9C | 0 | 40 | F | 1C | 13A | 2F | 31 |
| Octal | 270 | 102 | 234 | 0 | 100 | 17 | 34 | 472 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10011100 | 0 | 1000000 | 1111 | 11100 | 100111010 | 101111 | 110001 |
Color Harmonies of #B8429C
Complementary color
Monochromatic Colors of #B8429C
Black with #B8429C
Text Example
Text Example
White with #B8429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8429C; }
p { color: rgb(184,66,156); }
H1.HeaderClassName
{
color: #B8429C;
}
.AnyTagClassName
{
color: #B8429C;
}
</style>
background-color css
<style>
a { background-color: #B8429C; }
a { background-color: rgb(184,66,156); }
div.DivClassName
{
background-color: #B8429C;
}
.BgClassName
{
background-color: #B8429C;
}
</style>
border-color css
<style>
span { border-color: #B8429C; }
span { border-color: rgb(184,66,156); }
td.TdClassName
{
border-color: #B8429C;
}
.TagClassName
{
border-color: #B8429C;
}
</style>