Shades of Mulberry #B5498B
Tints of Mulberry #B5498B
RGB
CMYK
RGB Variations
Color information
#B5498B (or 0xB5498B) is known color: Mulberry. HEX triplet: B5, 49 and 8B. RGB value is (181,73,139). Sum of RGB (Red+Green+Blue) = 181+73+139=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5498B is #4AB674. Grayscale: #707070. Windows color (decimal): -4896373 or 9128373. OLE color: 9128373.
HSL color Cylindrical-coordinate representation of color #B5498B: hue angle of 323.33º 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 #B5498B is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 139 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.29 |
| HSL | 323.33º | 0.43% | 0.5% | - |
| HSV(B) | 323.33º | 0.6% | 0.71% | - |
| XYZ | 26.1 | 16.45 | 26.23 | - |
| YUV | 112.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 139 | 0 | 0.60 | 0.23 | 0.29 | 323.33 | 0.43 | 0.5 |
| Hex | B5 | 49 | 8B | 0 | 3C | 17 | 1D | 143 | 2B | 32 |
| Octal | 265 | 111 | 213 | 0 | 74 | 27 | 35 | 503 | 53 | 62 |
| Binary | 10110101 | 1001001 | 10001011 | 0 | 111100 | 10111 | 11101 | 101000011 | 101011 | 110010 |
Color Harmonies of #B5498B
Complementary color
Monochromatic Colors of #B5498B
Black with #B5498B
Text Example
Text Example
White with #B5498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5498B; }
p { color: rgb(181,73,139); }
H1.HeaderClassName
{
color: #B5498B;
}
.AnyTagClassName
{
color: #B5498B;
}
</style>
background-color css
<style>
a { background-color: #B5498B; }
a { background-color: rgb(181,73,139); }
div.DivClassName
{
background-color: #B5498B;
}
.BgClassName
{
background-color: #B5498B;
}
</style>
border-color css
<style>
span { border-color: #B5498B; }
span { border-color: rgb(181,73,139); }
td.TdClassName
{
border-color: #B5498B;
}
.TagClassName
{
border-color: #B5498B;
}
</style>