Shades of Mulberry #B7518F
Tints of Mulberry #B7518F
RGB
CMYK
RGB Variations
Color information
#B7518F (or 0xB7518F) is known color: Mulberry. HEX triplet: B7, 51 and 8F. RGB value is (183,81,143). Sum of RGB (Red+Green+Blue) = 183+81+143=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7518F is #48AE70. Grayscale: #767676. Windows color (decimal): -4763249 or 9392567. OLE color: 9392567.
HSL color Cylindrical-coordinate representation of color #B7518F: hue angle of 323.53º 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 #B7518F is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 143 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.28 |
| HSL | 323.53º | 0.41% | 0.52% | - |
| HSV(B) | 323.53º | 0.56% | 0.72% | - |
| XYZ | 27.43 | 17.94 | 28 | - |
| YUV | 118.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 143 | 0 | 0.56 | 0.22 | 0.28 | 323.53 | 0.41 | 0.52 |
| Hex | B7 | 51 | 8F | 0 | 38 | 16 | 1C | 144 | 29 | 34 |
| Octal | 267 | 121 | 217 | 0 | 70 | 26 | 34 | 504 | 51 | 64 |
| Binary | 10110111 | 1010001 | 10001111 | 0 | 111000 | 10110 | 11100 | 101000100 | 101001 | 110100 |
Color Harmonies of #B7518F
Complementary color
Monochromatic Colors of #B7518F
Black with #B7518F
Text Example
Text Example
White with #B7518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7518F; }
p { color: rgb(183,81,143); }
H1.HeaderClassName
{
color: #B7518F;
}
.AnyTagClassName
{
color: #B7518F;
}
</style>
background-color css
<style>
a { background-color: #B7518F; }
a { background-color: rgb(183,81,143); }
div.DivClassName
{
background-color: #B7518F;
}
.BgClassName
{
background-color: #B7518F;
}
</style>
border-color css
<style>
span { border-color: #B7518F; }
span { border-color: rgb(183,81,143); }
td.TdClassName
{
border-color: #B7518F;
}
.TagClassName
{
border-color: #B7518F;
}
</style>