Shades of Mulberry #B44683
Tints of Mulberry #B44683
RGB
CMYK
RGB Variations
Color information
#B44683 (or 0xB44683) is known color: Mulberry. HEX triplet: B4, 46 and 83. RGB value is (180,70,131). Sum of RGB (Red+Green+Blue) = 180+70+131=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B44683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44683 is #4BB97C. Grayscale: #6D6D6D. Windows color (decimal): -4962685 or 8603316. OLE color: 8603316.
HSL color Cylindrical-coordinate representation of color #B44683: hue angle of 326.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44683 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 131 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.29 |
| HSL | 326.73º | 0.44% | 0.49% | - |
| HSV(B) | 326.73º | 0.61% | 0.71% | - |
| XYZ | 25.11 | 15.72 | 23.18 | - |
| YUV | 109.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 131 | 0 | 0.61 | 0.27 | 0.29 | 326.73 | 0.44 | 0.49 |
| Hex | B4 | 46 | 83 | 0 | 3D | 1B | 1D | 147 | 2C | 31 |
| Octal | 264 | 106 | 203 | 0 | 75 | 33 | 35 | 507 | 54 | 61 |
| Binary | 10110100 | 1000110 | 10000011 | 0 | 111101 | 11011 | 11101 | 101000111 | 101100 | 110001 |
Color Harmonies of #B44683
Complementary color
Monochromatic Colors of #B44683
Black with #B44683
Text Example
Text Example
White with #B44683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44683; }
p { color: rgb(180,70,131); }
H1.HeaderClassName
{
color: #B44683;
}
.AnyTagClassName
{
color: #B44683;
}
</style>
background-color css
<style>
a { background-color: #B44683; }
a { background-color: rgb(180,70,131); }
div.DivClassName
{
background-color: #B44683;
}
.BgClassName
{
background-color: #B44683;
}
</style>
border-color css
<style>
span { border-color: #B44683; }
span { border-color: rgb(180,70,131); }
td.TdClassName
{
border-color: #B44683;
}
.TagClassName
{
border-color: #B44683;
}
</style>