Shades of Mulberry #B7518C
Tints of Mulberry #B7518C
RGB
CMYK
RGB Variations
Color information
#B7518C (or 0xB7518C) is known color: Mulberry. HEX triplet: B7, 51 and 8C. RGB value is (183,81,140). Sum of RGB (Red+Green+Blue) = 183+81+140=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7518C is #48AE73. Grayscale: #767676. Windows color (decimal): -4763252 or 9195959. OLE color: 9195959.
HSL color Cylindrical-coordinate representation of color #B7518C: hue angle of 325.29º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7518C is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 140 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.28 |
| HSL | 325.29º | 0.41% | 0.52% | - |
| HSV(B) | 325.29º | 0.56% | 0.72% | - |
| XYZ | 27.2 | 17.85 | 26.82 | - |
| YUV | 118.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 140 | 0 | 0.56 | 0.23 | 0.28 | 325.29 | 0.41 | 0.52 |
| Hex | B7 | 51 | 8C | 0 | 38 | 17 | 1C | 145 | 29 | 34 |
| Octal | 267 | 121 | 214 | 0 | 70 | 27 | 34 | 505 | 51 | 64 |
| Binary | 10110111 | 1010001 | 10001100 | 0 | 111000 | 10111 | 11100 | 101000101 | 101001 | 110100 |
Color Harmonies of #B7518C
Complementary color
Monochromatic Colors of #B7518C
Black with #B7518C
Text Example
Text Example
White with #B7518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7518C; }
p { color: rgb(183,81,140); }
H1.HeaderClassName
{
color: #B7518C;
}
.AnyTagClassName
{
color: #B7518C;
}
</style>
background-color css
<style>
a { background-color: #B7518C; }
a { background-color: rgb(183,81,140); }
div.DivClassName
{
background-color: #B7518C;
}
.BgClassName
{
background-color: #B7518C;
}
</style>
border-color css
<style>
span { border-color: #B7518C; }
span { border-color: rgb(183,81,140); }
td.TdClassName
{
border-color: #B7518C;
}
.TagClassName
{
border-color: #B7518C;
}
</style>