Shades of Mulberry #B34892
Tints of Mulberry #B34892
RGB
CMYK
RGB Variations
Color information
#B34892 (or 0xB34892) is known color: Mulberry. HEX triplet: B3, 48 and 92. RGB value is (179,72,146). Sum of RGB (Red+Green+Blue) = 179+72+146=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B34892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34892 is #4CB76D. Grayscale: #707070. Windows color (decimal): -5027694 or 9586867. OLE color: 9586867.
HSL color Cylindrical-coordinate representation of color #B34892: hue angle of 318.5º 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 #B34892 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 146 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.30 |
| HSL | 318.5º | 0.43% | 0.49% | - |
| HSV(B) | 318.5º | 0.6% | 0.7% | - |
| XYZ | 26.1 | 16.29 | 28.96 | - |
| YUV | 112.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 146 | 0 | 0.60 | 0.18 | 0.30 | 318.5 | 0.43 | 0.49 |
| Hex | B3 | 48 | 92 | 0 | 3C | 12 | 1E | 13F | 2B | 31 |
| Octal | 263 | 110 | 222 | 0 | 74 | 22 | 36 | 477 | 53 | 61 |
| Binary | 10110011 | 1001000 | 10010010 | 0 | 111100 | 10010 | 11110 | 100111111 | 101011 | 110001 |
Color Harmonies of #B34892
Complementary color
Monochromatic Colors of #B34892
Black with #B34892
Text Example
Text Example
White with #B34892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34892; }
p { color: rgb(179,72,146); }
H1.HeaderClassName
{
color: #B34892;
}
.AnyTagClassName
{
color: #B34892;
}
</style>
background-color css
<style>
a { background-color: #B34892; }
a { background-color: rgb(179,72,146); }
div.DivClassName
{
background-color: #B34892;
}
.BgClassName
{
background-color: #B34892;
}
</style>
border-color css
<style>
span { border-color: #B34892; }
span { border-color: rgb(179,72,146); }
td.TdClassName
{
border-color: #B34892;
}
.TagClassName
{
border-color: #B34892;
}
</style>