Shades of Mulberry #B34783
Tints of Mulberry #B34783
RGB
CMYK
RGB Variations
Color information
#B34783 (or 0xB34783) is known color: Mulberry. HEX triplet: B3, 47 and 83. RGB value is (179,71,131). Sum of RGB (Red+Green+Blue) = 179+71+131=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B34783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34783 is #4CB87C. Grayscale: #6E6E6E. Windows color (decimal): -5027965 or 8603571. OLE color: 8603571.
HSL color Cylindrical-coordinate representation of color #B34783: hue angle of 326.67º 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 #B34783 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 131 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.30 |
| HSL | 326.67º | 0.43% | 0.49% | - |
| HSV(B) | 326.67º | 0.6% | 0.7% | - |
| XYZ | 24.94 | 15.73 | 23.19 | - |
| YUV | 110.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 131 | 0 | 0.60 | 0.27 | 0.30 | 326.67 | 0.43 | 0.49 |
| Hex | B3 | 47 | 83 | 0 | 3C | 1B | 1E | 147 | 2B | 31 |
| Octal | 263 | 107 | 203 | 0 | 74 | 33 | 36 | 507 | 53 | 61 |
| Binary | 10110011 | 1000111 | 10000011 | 0 | 111100 | 11011 | 11110 | 101000111 | 101011 | 110001 |
Color Harmonies of #B34783
Complementary color
Monochromatic Colors of #B34783
Black with #B34783
Text Example
Text Example
White with #B34783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34783; }
p { color: rgb(179,71,131); }
H1.HeaderClassName
{
color: #B34783;
}
.AnyTagClassName
{
color: #B34783;
}
</style>
background-color css
<style>
a { background-color: #B34783; }
a { background-color: rgb(179,71,131); }
div.DivClassName
{
background-color: #B34783;
}
.BgClassName
{
background-color: #B34783;
}
</style>
border-color css
<style>
span { border-color: #B34783; }
span { border-color: rgb(179,71,131); }
td.TdClassName
{
border-color: #B34783;
}
.TagClassName
{
border-color: #B34783;
}
</style>