Shades of Mulberry #B44495
Tints of Mulberry #B44495
RGB
CMYK
RGB Variations
Color information
#B44495 (or 0xB44495) is known color: Mulberry. HEX triplet: B4, 44 and 95. RGB value is (180,68,149). Sum of RGB (Red+Green+Blue) = 180+68+149=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B44495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44495 is #4BBB6A. Grayscale: #6E6E6E. Windows color (decimal): -4963179 or 9782452. OLE color: 9782452.
HSL color Cylindrical-coordinate representation of color #B44495: hue angle of 316.61º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44495 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 149 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.29 |
| HSL | 316.61º | 0.45% | 0.49% | - |
| HSV(B) | 316.61º | 0.62% | 0.71% | - |
| XYZ | 26.31 | 16.01 | 30.14 | - |
| YUV | 110.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 149 | 0 | 0.62 | 0.17 | 0.29 | 316.61 | 0.45 | 0.49 |
| Hex | B4 | 44 | 95 | 0 | 3E | 11 | 1D | 13D | 2D | 31 |
| Octal | 264 | 104 | 225 | 0 | 76 | 21 | 35 | 475 | 55 | 61 |
| Binary | 10110100 | 1000100 | 10010101 | 0 | 111110 | 10001 | 11101 | 100111101 | 101101 | 110001 |
Color Harmonies of #B44495
Complementary color
Monochromatic Colors of #B44495
Black with #B44495
Text Example
Text Example
White with #B44495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44495; }
p { color: rgb(180,68,149); }
H1.HeaderClassName
{
color: #B44495;
}
.AnyTagClassName
{
color: #B44495;
}
</style>
background-color css
<style>
a { background-color: #B44495; }
a { background-color: rgb(180,68,149); }
div.DivClassName
{
background-color: #B44495;
}
.BgClassName
{
background-color: #B44495;
}
</style>
border-color css
<style>
span { border-color: #B44495; }
span { border-color: rgb(180,68,149); }
td.TdClassName
{
border-color: #B44495;
}
.TagClassName
{
border-color: #B44495;
}
</style>