Shades of Mulberry #B5518F
Tints of Mulberry #B5518F
RGB
CMYK
RGB Variations
Color information
#B5518F (or 0xB5518F) is known color: Mulberry. HEX triplet: B5, 51 and 8F. RGB value is (181,81,143). Sum of RGB (Red+Green+Blue) = 181+81+143=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5518F is #4AAE70. Grayscale: #757575. Windows color (decimal): -4894321 or 9392565. OLE color: 9392565.
HSL color Cylindrical-coordinate representation of color #B5518F: hue angle of 322.8º 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 #B5518F is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 143 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.29 |
| HSL | 322.8º | 0.4% | 0.51% | - |
| HSV(B) | 322.8º | 0.55% | 0.71% | - |
| XYZ | 26.96 | 17.69 | 27.98 | - |
| YUV | 117.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 143 | 0 | 0.55 | 0.21 | 0.29 | 322.8 | 0.4 | 0.51 |
| Hex | B5 | 51 | 8F | 0 | 37 | 15 | 1D | 143 | 28 | 33 |
| Octal | 265 | 121 | 217 | 0 | 67 | 25 | 35 | 503 | 50 | 63 |
| Binary | 10110101 | 1010001 | 10001111 | 0 | 110111 | 10101 | 11101 | 101000011 | 101000 | 110011 |
Color Harmonies of #B5518F
Complementary color
Monochromatic Colors of #B5518F
Black with #B5518F
Text Example
Text Example
White with #B5518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5518F; }
p { color: rgb(181,81,143); }
H1.HeaderClassName
{
color: #B5518F;
}
.AnyTagClassName
{
color: #B5518F;
}
</style>
background-color css
<style>
a { background-color: #B5518F; }
a { background-color: rgb(181,81,143); }
div.DivClassName
{
background-color: #B5518F;
}
.BgClassName
{
background-color: #B5518F;
}
</style>
border-color css
<style>
span { border-color: #B5518F; }
span { border-color: rgb(181,81,143); }
td.TdClassName
{
border-color: #B5518F;
}
.TagClassName
{
border-color: #B5518F;
}
</style>