Shades of Mulberry #B7519B
Tints of Mulberry #B7519B
RGB
CMYK
RGB Variations
Color information
#B7519B (or 0xB7519B) is known color: Mulberry. HEX triplet: B7, 51 and 9B. RGB value is (183,81,155). Sum of RGB (Red+Green+Blue) = 183+81+155=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7519B is #48AE64. Grayscale: #777777. Windows color (decimal): -4763237 or 10178999. OLE color: 10178999.
HSL color Cylindrical-coordinate representation of color #B7519B: hue angle of 316.47º 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 #B7519B is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 155 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.28 |
| HSL | 316.47º | 0.41% | 0.52% | - |
| HSV(B) | 316.47º | 0.56% | 0.72% | - |
| XYZ | 28.39 | 18.32 | 33.05 | - |
| YUV | 119.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 155 | 0 | 0.56 | 0.15 | 0.28 | 316.47 | 0.41 | 0.52 |
| Hex | B7 | 51 | 9B | 0 | 38 | F | 1C | 13C | 29 | 34 |
| Octal | 267 | 121 | 233 | 0 | 70 | 17 | 34 | 474 | 51 | 64 |
| Binary | 10110111 | 1010001 | 10011011 | 0 | 111000 | 1111 | 11100 | 100111100 | 101001 | 110100 |
Color Harmonies of #B7519B
Complementary color
Monochromatic Colors of #B7519B
Black with #B7519B
Text Example
Text Example
White with #B7519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7519B; }
p { color: rgb(183,81,155); }
H1.HeaderClassName
{
color: #B7519B;
}
.AnyTagClassName
{
color: #B7519B;
}
</style>
background-color css
<style>
a { background-color: #B7519B; }
a { background-color: rgb(183,81,155); }
div.DivClassName
{
background-color: #B7519B;
}
.BgClassName
{
background-color: #B7519B;
}
</style>
border-color css
<style>
span { border-color: #B7519B; }
span { border-color: rgb(183,81,155); }
td.TdClassName
{
border-color: #B7519B;
}
.TagClassName
{
border-color: #B7519B;
}
</style>