Shades of Mulberry #B7488E
Tints of Mulberry #B7488E
RGB
CMYK
RGB Variations
Color information
#B7488E (or 0xB7488E) is known color: Mulberry. HEX triplet: B7, 48 and 8E. RGB value is (183,72,142). Sum of RGB (Red+Green+Blue) = 183+72+142=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7488E is #48B771. Grayscale: #717171. Windows color (decimal): -4765554 or 9324727. OLE color: 9324727.
HSL color Cylindrical-coordinate representation of color #B7488E: hue angle of 322.16º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7488E is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 142 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.28 |
| HSL | 322.16º | 0.44% | 0.5% | - |
| HSV(B) | 322.16º | 0.61% | 0.72% | - |
| XYZ | 26.73 | 16.66 | 27.4 | - |
| YUV | 113.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 142 | 0 | 0.61 | 0.22 | 0.28 | 322.16 | 0.44 | 0.5 |
| Hex | B7 | 48 | 8E | 0 | 3D | 16 | 1C | 142 | 2C | 32 |
| Octal | 267 | 110 | 216 | 0 | 75 | 26 | 34 | 502 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10001110 | 0 | 111101 | 10110 | 11100 | 101000010 | 101100 | 110010 |
Color Harmonies of #B7488E
Complementary color
Monochromatic Colors of #B7488E
Black with #B7488E
Text Example
Text Example
White with #B7488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7488E; }
p { color: rgb(183,72,142); }
H1.HeaderClassName
{
color: #B7488E;
}
.AnyTagClassName
{
color: #B7488E;
}
</style>
background-color css
<style>
a { background-color: #B7488E; }
a { background-color: rgb(183,72,142); }
div.DivClassName
{
background-color: #B7488E;
}
.BgClassName
{
background-color: #B7488E;
}
</style>
border-color css
<style>
span { border-color: #B7488E; }
span { border-color: rgb(183,72,142); }
td.TdClassName
{
border-color: #B7488E;
}
.TagClassName
{
border-color: #B7488E;
}
</style>