Shades of Mulberry #B5498C
Tints of Mulberry #B5498C
RGB
CMYK
RGB Variations
Color information
#B5498C (or 0xB5498C) is known color: Mulberry. HEX triplet: B5, 49 and 8C. RGB value is (181,73,140). Sum of RGB (Red+Green+Blue) = 181+73+140=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5498C is #4AB673. Grayscale: #707070. Windows color (decimal): -4896372 or 9193909. OLE color: 9193909.
HSL color Cylindrical-coordinate representation of color #B5498C: hue angle of 322.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5498C is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 140 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.29 |
| HSL | 322.78º | 0.43% | 0.5% | - |
| HSV(B) | 322.78º | 0.6% | 0.71% | - |
| XYZ | 26.17 | 16.48 | 26.61 | - |
| YUV | 112.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 140 | 0 | 0.60 | 0.23 | 0.29 | 322.78 | 0.43 | 0.5 |
| Hex | B5 | 49 | 8C | 0 | 3C | 17 | 1D | 143 | 2B | 32 |
| Octal | 265 | 111 | 214 | 0 | 74 | 27 | 35 | 503 | 53 | 62 |
| Binary | 10110101 | 1001001 | 10001100 | 0 | 111100 | 10111 | 11101 | 101000011 | 101011 | 110010 |
Color Harmonies of #B5498C
Complementary color
Monochromatic Colors of #B5498C
Black with #B5498C
Text Example
Text Example
White with #B5498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5498C; }
p { color: rgb(181,73,140); }
H1.HeaderClassName
{
color: #B5498C;
}
.AnyTagClassName
{
color: #B5498C;
}
</style>
background-color css
<style>
a { background-color: #B5498C; }
a { background-color: rgb(181,73,140); }
div.DivClassName
{
background-color: #B5498C;
}
.BgClassName
{
background-color: #B5498C;
}
</style>
border-color css
<style>
span { border-color: #B5498C; }
span { border-color: rgb(181,73,140); }
td.TdClassName
{
border-color: #B5498C;
}
.TagClassName
{
border-color: #B5498C;
}
</style>