Shades of Mulberry #B7519D
Tints of Mulberry #B7519D
RGB
CMYK
RGB Variations
Color information
#B7519D (or 0xB7519D) is known color: Mulberry. HEX triplet: B7, 51 and 9D. RGB value is (183,81,157). Sum of RGB (Red+Green+Blue) = 183+81+157=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7519D is #48AE62. Grayscale: #777777. Windows color (decimal): -4763235 or 10310071. OLE color: 10310071.
HSL color Cylindrical-coordinate representation of color #B7519D: hue angle of 315.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 #B7519D is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 157 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.28 |
| HSL | 315.29º | 0.41% | 0.52% | - |
| HSV(B) | 315.29º | 0.56% | 0.72% | - |
| XYZ | 28.56 | 18.39 | 33.94 | - |
| YUV | 120.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 157 | 0 | 0.56 | 0.14 | 0.28 | 315.29 | 0.41 | 0.52 |
| Hex | B7 | 51 | 9D | 0 | 38 | E | 1C | 13B | 29 | 34 |
| Octal | 267 | 121 | 235 | 0 | 70 | 16 | 34 | 473 | 51 | 64 |
| Binary | 10110111 | 1010001 | 10011101 | 0 | 111000 | 1110 | 11100 | 100111011 | 101001 | 110100 |
Color Harmonies of #B7519D
Complementary color
Monochromatic Colors of #B7519D
Black with #B7519D
Text Example
Text Example
White with #B7519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7519D; }
p { color: rgb(183,81,157); }
H1.HeaderClassName
{
color: #B7519D;
}
.AnyTagClassName
{
color: #B7519D;
}
</style>
background-color css
<style>
a { background-color: #B7519D; }
a { background-color: rgb(183,81,157); }
div.DivClassName
{
background-color: #B7519D;
}
.BgClassName
{
background-color: #B7519D;
}
</style>
border-color css
<style>
span { border-color: #B7519D; }
span { border-color: rgb(183,81,157); }
td.TdClassName
{
border-color: #B7519D;
}
.TagClassName
{
border-color: #B7519D;
}
</style>