Shades of Mulberry #B04699
Tints of Mulberry #B04699
RGB
CMYK
RGB Variations
Color information
#B04699 (or 0xB04699) is known color: Mulberry. HEX triplet: B0, 46 and 99. RGB value is (176,70,153). Sum of RGB (Red+Green+Blue) = 176+70+153=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B04699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04699 is #4FB966. Grayscale: #6E6E6E. Windows color (decimal): -5224807 or 10045104. OLE color: 10045104.
HSL color Cylindrical-coordinate representation of color #B04699: hue angle of 313.02º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04699 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 153 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.31 |
| HSL | 313.02º | 0.43% | 0.48% | - |
| HSV(B) | 313.02º | 0.6% | 0.69% | - |
| XYZ | 25.84 | 15.91 | 31.85 | - |
| YUV | 111.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 153 | 0 | 0.60 | 0.13 | 0.31 | 313.02 | 0.43 | 0.48 |
| Hex | B0 | 46 | 99 | 0 | 3C | D | 1F | 139 | 2B | 30 |
| Octal | 260 | 106 | 231 | 0 | 74 | 15 | 37 | 471 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10011001 | 0 | 111100 | 1101 | 11111 | 100111001 | 101011 | 110000 |
Color Harmonies of #B04699
Complementary color
Monochromatic Colors of #B04699
Black with #B04699
Text Example
Text Example
White with #B04699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04699; }
p { color: rgb(176,70,153); }
H1.HeaderClassName
{
color: #B04699;
}
.AnyTagClassName
{
color: #B04699;
}
</style>
background-color css
<style>
a { background-color: #B04699; }
a { background-color: rgb(176,70,153); }
div.DivClassName
{
background-color: #B04699;
}
.BgClassName
{
background-color: #B04699;
}
</style>
border-color css
<style>
span { border-color: #B04699; }
span { border-color: rgb(176,70,153); }
td.TdClassName
{
border-color: #B04699;
}
.TagClassName
{
border-color: #B04699;
}
</style>