Shades of Mulberry #B4518F
Tints of Mulberry #B4518F
RGB
CMYK
RGB Variations
Color information
#B4518F (or 0xB4518F) is known color: Mulberry. HEX triplet: B4, 51 and 8F. RGB value is (180,81,143). Sum of RGB (Red+Green+Blue) = 180+81+143=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4518F is #4BAE70. Grayscale: #757575. Windows color (decimal): -4959857 or 9392564. OLE color: 9392564.
HSL color Cylindrical-coordinate representation of color #B4518F: hue angle of 322.42º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4518F is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 143 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.29 |
| HSL | 322.42º | 0.4% | 0.51% | - |
| HSV(B) | 322.42º | 0.55% | 0.71% | - |
| XYZ | 26.72 | 17.57 | 27.97 | - |
| YUV | 117.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 143 | 0 | 0.55 | 0.21 | 0.29 | 322.42 | 0.4 | 0.51 |
| Hex | B4 | 51 | 8F | 0 | 37 | 15 | 1D | 142 | 28 | 33 |
| Octal | 264 | 121 | 217 | 0 | 67 | 25 | 35 | 502 | 50 | 63 |
| Binary | 10110100 | 1010001 | 10001111 | 0 | 110111 | 10101 | 11101 | 101000010 | 101000 | 110011 |
Color Harmonies of #B4518F
Complementary color
Monochromatic Colors of #B4518F
Black with #B4518F
Text Example
Text Example
White with #B4518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4518F; }
p { color: rgb(180,81,143); }
H1.HeaderClassName
{
color: #B4518F;
}
.AnyTagClassName
{
color: #B4518F;
}
</style>
background-color css
<style>
a { background-color: #B4518F; }
a { background-color: rgb(180,81,143); }
div.DivClassName
{
background-color: #B4518F;
}
.BgClassName
{
background-color: #B4518F;
}
</style>
border-color css
<style>
span { border-color: #B4518F; }
span { border-color: rgb(180,81,143); }
td.TdClassName
{
border-color: #B4518F;
}
.TagClassName
{
border-color: #B4518F;
}
</style>