Shades of Mulberry #B7488F
Tints of Mulberry #B7488F
RGB
CMYK
RGB Variations
Color information
#B7488F (or 0xB7488F) is known color: Mulberry. HEX triplet: B7, 48 and 8F. RGB value is (183,72,143). Sum of RGB (Red+Green+Blue) = 183+72+143=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7488F is #48B770. Grayscale: #717171. Windows color (decimal): -4765553 or 9390263. OLE color: 9390263.
HSL color Cylindrical-coordinate representation of color #B7488F: hue angle of 321.62º 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 #B7488F is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 143 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.28 |
| HSL | 321.62º | 0.44% | 0.5% | - |
| HSV(B) | 321.62º | 0.61% | 0.72% | - |
| XYZ | 26.8 | 16.69 | 27.79 | - |
| YUV | 113.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 143 | 0 | 0.61 | 0.22 | 0.28 | 321.62 | 0.44 | 0.5 |
| Hex | B7 | 48 | 8F | 0 | 3D | 16 | 1C | 142 | 2C | 32 |
| Octal | 267 | 110 | 217 | 0 | 75 | 26 | 34 | 502 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10001111 | 0 | 111101 | 10110 | 11100 | 101000010 | 101100 | 110010 |
Color Harmonies of #B7488F
Complementary color
Monochromatic Colors of #B7488F
Black with #B7488F
Text Example
Text Example
White with #B7488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7488F; }
p { color: rgb(183,72,143); }
H1.HeaderClassName
{
color: #B7488F;
}
.AnyTagClassName
{
color: #B7488F;
}
</style>
background-color css
<style>
a { background-color: #B7488F; }
a { background-color: rgb(183,72,143); }
div.DivClassName
{
background-color: #B7488F;
}
.BgClassName
{
background-color: #B7488F;
}
</style>
border-color css
<style>
span { border-color: #B7488F; }
span { border-color: rgb(183,72,143); }
td.TdClassName
{
border-color: #B7488F;
}
.TagClassName
{
border-color: #B7488F;
}
</style>