Shades of Mulberry #B5488E
Tints of Mulberry #B5488E
RGB
CMYK
RGB Variations
Color information
#B5488E (or 0xB5488E) is known color: Mulberry. HEX triplet: B5, 48 and 8E. RGB value is (181,72,142). Sum of RGB (Red+Green+Blue) = 181+72+142=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5488E is #4AB771. Grayscale: #707070. Windows color (decimal): -4896626 or 9324725. OLE color: 9324725.
HSL color Cylindrical-coordinate representation of color #B5488E: hue angle of 321.47º 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 #B5488E is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 142 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.29 |
| HSL | 321.47º | 0.43% | 0.5% | - |
| HSV(B) | 321.47º | 0.6% | 0.71% | - |
| XYZ | 26.26 | 16.41 | 27.38 | - |
| YUV | 112.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 142 | 0 | 0.60 | 0.22 | 0.29 | 321.47 | 0.43 | 0.5 |
| Hex | B5 | 48 | 8E | 0 | 3C | 16 | 1D | 141 | 2B | 32 |
| Octal | 265 | 110 | 216 | 0 | 74 | 26 | 35 | 501 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10001110 | 0 | 111100 | 10110 | 11101 | 101000001 | 101011 | 110010 |
Color Harmonies of #B5488E
Complementary color
Monochromatic Colors of #B5488E
Black with #B5488E
Text Example
Text Example
White with #B5488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5488E; }
p { color: rgb(181,72,142); }
H1.HeaderClassName
{
color: #B5488E;
}
.AnyTagClassName
{
color: #B5488E;
}
</style>
background-color css
<style>
a { background-color: #B5488E; }
a { background-color: rgb(181,72,142); }
div.DivClassName
{
background-color: #B5488E;
}
.BgClassName
{
background-color: #B5488E;
}
</style>
border-color css
<style>
span { border-color: #B5488E; }
span { border-color: rgb(181,72,142); }
td.TdClassName
{
border-color: #B5488E;
}
.TagClassName
{
border-color: #B5488E;
}
</style>