Shades of Mulberry #B44685
Tints of Mulberry #B44685
RGB
CMYK
RGB Variations
Color information
#B44685 (or 0xB44685) is known color: Mulberry. HEX triplet: B4, 46 and 85. RGB value is (180,70,133). Sum of RGB (Red+Green+Blue) = 180+70+133=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B44685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44685 is #4BB97A. Grayscale: #6D6D6D. Windows color (decimal): -4962683 or 8734388. OLE color: 8734388.
HSL color Cylindrical-coordinate representation of color #B44685: hue angle of 325.64º 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 #B44685 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 133 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.29 |
| HSL | 325.64º | 0.44% | 0.49% | - |
| HSV(B) | 325.64º | 0.61% | 0.71% | - |
| XYZ | 25.25 | 15.78 | 23.9 | - |
| YUV | 110.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 133 | 0 | 0.61 | 0.26 | 0.29 | 325.64 | 0.44 | 0.49 |
| Hex | B4 | 46 | 85 | 0 | 3D | 1A | 1D | 146 | 2C | 31 |
| Octal | 264 | 106 | 205 | 0 | 75 | 32 | 35 | 506 | 54 | 61 |
| Binary | 10110100 | 1000110 | 10000101 | 0 | 111101 | 11010 | 11101 | 101000110 | 101100 | 110001 |
Color Harmonies of #B44685
Complementary color
Monochromatic Colors of #B44685
Black with #B44685
Text Example
Text Example
White with #B44685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44685; }
p { color: rgb(180,70,133); }
H1.HeaderClassName
{
color: #B44685;
}
.AnyTagClassName
{
color: #B44685;
}
</style>
background-color css
<style>
a { background-color: #B44685; }
a { background-color: rgb(180,70,133); }
div.DivClassName
{
background-color: #B44685;
}
.BgClassName
{
background-color: #B44685;
}
</style>
border-color css
<style>
span { border-color: #B44685; }
span { border-color: rgb(180,70,133); }
td.TdClassName
{
border-color: #B44685;
}
.TagClassName
{
border-color: #B44685;
}
</style>