Shades of Mulberry #B0518F
Tints of Mulberry #B0518F
RGB
CMYK
RGB Variations
Color information
#B0518F (or 0xB0518F) is known color: Mulberry. HEX triplet: B0, 51 and 8F. RGB value is (176,81,143). Sum of RGB (Red+Green+Blue) = 176+81+143=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0518F is #4FAE70. Grayscale: #747474. Windows color (decimal): -5222001 or 9392560. OLE color: 9392560.
HSL color Cylindrical-coordinate representation of color #B0518F: hue angle of 320.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0518F is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 143 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.31 |
| HSL | 320.84º | 0.38% | 0.5% | - |
| HSV(B) | 320.84º | 0.54% | 0.69% | - |
| XYZ | 25.8 | 17.1 | 27.93 | - |
| YUV | 116.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 143 | 0 | 0.54 | 0.19 | 0.31 | 320.84 | 0.38 | 0.5 |
| Hex | B0 | 51 | 8F | 0 | 36 | 13 | 1F | 141 | 26 | 32 |
| Octal | 260 | 121 | 217 | 0 | 66 | 23 | 37 | 501 | 46 | 62 |
| Binary | 10110000 | 1010001 | 10001111 | 0 | 110110 | 10011 | 11111 | 101000001 | 100110 | 110010 |
Color Harmonies of #B0518F
Complementary color
Monochromatic Colors of #B0518F
Black with #B0518F
Text Example
Text Example
White with #B0518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0518F; }
p { color: rgb(176,81,143); }
H1.HeaderClassName
{
color: #B0518F;
}
.AnyTagClassName
{
color: #B0518F;
}
</style>
background-color css
<style>
a { background-color: #B0518F; }
a { background-color: rgb(176,81,143); }
div.DivClassName
{
background-color: #B0518F;
}
.BgClassName
{
background-color: #B0518F;
}
</style>
border-color css
<style>
span { border-color: #B0518F; }
span { border-color: rgb(176,81,143); }
td.TdClassName
{
border-color: #B0518F;
}
.TagClassName
{
border-color: #B0518F;
}
</style>