Shades of Mulberry #B5578F
Tints of Mulberry #B5578F
RGB
CMYK
RGB Variations
Color information
#B5578F (or 0xB5578F) is known color: Mulberry. HEX triplet: B5, 57 and 8F. RGB value is (181,87,143). Sum of RGB (Red+Green+Blue) = 181+87+143=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5578F is #4AA870. Grayscale: #797979. Windows color (decimal): -4892785 or 9394101. OLE color: 9394101.
HSL color Cylindrical-coordinate representation of color #B5578F: hue angle of 324.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5578F is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 143 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.29 |
| HSL | 324.26º | 0.39% | 0.53% | - |
| HSV(B) | 324.26º | 0.52% | 0.71% | - |
| XYZ | 27.42 | 18.62 | 28.14 | - |
| YUV | 121.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 143 | 0 | 0.52 | 0.21 | 0.29 | 324.26 | 0.39 | 0.53 |
| Hex | B5 | 57 | 8F | 0 | 34 | 15 | 1D | 144 | 27 | 35 |
| Octal | 265 | 127 | 217 | 0 | 64 | 25 | 35 | 504 | 47 | 65 |
| Binary | 10110101 | 1010111 | 10001111 | 0 | 110100 | 10101 | 11101 | 101000100 | 100111 | 110101 |
Color Harmonies of #B5578F
Complementary color
Monochromatic Colors of #B5578F
Black with #B5578F
Text Example
Text Example
White with #B5578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5578F; }
p { color: rgb(181,87,143); }
H1.HeaderClassName
{
color: #B5578F;
}
.AnyTagClassName
{
color: #B5578F;
}
</style>
background-color css
<style>
a { background-color: #B5578F; }
a { background-color: rgb(181,87,143); }
div.DivClassName
{
background-color: #B5578F;
}
.BgClassName
{
background-color: #B5578F;
}
</style>
border-color css
<style>
span { border-color: #B5578F; }
span { border-color: rgb(181,87,143); }
td.TdClassName
{
border-color: #B5578F;
}
.TagClassName
{
border-color: #B5578F;
}
</style>