Shades of Mulberry #B34895
Tints of Mulberry #B34895
RGB
CMYK
RGB Variations
Color information
#B34895 (or 0xB34895) is known color: Mulberry. HEX triplet: B3, 48 and 95. RGB value is (179,72,149). Sum of RGB (Red+Green+Blue) = 179+72+149=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B34895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34895 is #4CB76A. Grayscale: #707070. Windows color (decimal): -5027691 or 9783475. OLE color: 9783475.
HSL color Cylindrical-coordinate representation of color #B34895: hue angle of 316.82º 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 #B34895 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 149 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.30 |
| HSL | 316.82º | 0.43% | 0.49% | - |
| HSV(B) | 316.82º | 0.6% | 0.7% | - |
| XYZ | 26.33 | 16.39 | 30.21 | - |
| YUV | 112.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 149 | 0 | 0.60 | 0.17 | 0.30 | 316.82 | 0.43 | 0.49 |
| Hex | B3 | 48 | 95 | 0 | 3C | 11 | 1E | 13D | 2B | 31 |
| Octal | 263 | 110 | 225 | 0 | 74 | 21 | 36 | 475 | 53 | 61 |
| Binary | 10110011 | 1001000 | 10010101 | 0 | 111100 | 10001 | 11110 | 100111101 | 101011 | 110001 |
Color Harmonies of #B34895
Complementary color
Monochromatic Colors of #B34895
Black with #B34895
Text Example
Text Example
White with #B34895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34895; }
p { color: rgb(179,72,149); }
H1.HeaderClassName
{
color: #B34895;
}
.AnyTagClassName
{
color: #B34895;
}
</style>
background-color css
<style>
a { background-color: #B34895; }
a { background-color: rgb(179,72,149); }
div.DivClassName
{
background-color: #B34895;
}
.BgClassName
{
background-color: #B34895;
}
</style>
border-color css
<style>
span { border-color: #B34895; }
span { border-color: rgb(179,72,149); }
td.TdClassName
{
border-color: #B34895;
}
.TagClassName
{
border-color: #B34895;
}
</style>