Shades of Mulberry #B34790
Tints of Mulberry #B34790
RGB
CMYK
RGB Variations
Color information
#B34790 (or 0xB34790) is known color: Mulberry. HEX triplet: B3, 47 and 90. RGB value is (179,71,144). Sum of RGB (Red+Green+Blue) = 179+71+144=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B34790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34790 is #4CB86F. Grayscale: #6F6F6F. Windows color (decimal): -5027952 or 9455539. OLE color: 9455539.
HSL color Cylindrical-coordinate representation of color #B34790: hue angle of 319.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34790 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 144 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.30 |
| HSL | 319.44º | 0.43% | 0.49% | - |
| HSV(B) | 319.44º | 0.6% | 0.7% | - |
| XYZ | 25.88 | 16.1 | 28.13 | - |
| YUV | 111.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 144 | 0 | 0.60 | 0.20 | 0.30 | 319.44 | 0.43 | 0.49 |
| Hex | B3 | 47 | 90 | 0 | 3C | 14 | 1E | 13F | 2B | 31 |
| Octal | 263 | 107 | 220 | 0 | 74 | 24 | 36 | 477 | 53 | 61 |
| Binary | 10110011 | 1000111 | 10010000 | 0 | 111100 | 10100 | 11110 | 100111111 | 101011 | 110001 |
Color Harmonies of #B34790
Complementary color
Monochromatic Colors of #B34790
Black with #B34790
Text Example
Text Example
White with #B34790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34790; }
p { color: rgb(179,71,144); }
H1.HeaderClassName
{
color: #B34790;
}
.AnyTagClassName
{
color: #B34790;
}
</style>
background-color css
<style>
a { background-color: #B34790; }
a { background-color: rgb(179,71,144); }
div.DivClassName
{
background-color: #B34790;
}
.BgClassName
{
background-color: #B34790;
}
</style>
border-color css
<style>
span { border-color: #B34790; }
span { border-color: rgb(179,71,144); }
td.TdClassName
{
border-color: #B34790;
}
.TagClassName
{
border-color: #B34790;
}
</style>