Shades of Mulberry #B74686
Tints of Mulberry #B74686
RGB
CMYK
RGB Variations
Color information
#B74686 (or 0xB74686) is known color: Mulberry. HEX triplet: B7, 46 and 86. RGB value is (183,70,134). Sum of RGB (Red+Green+Blue) = 183+70+134=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B74686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74686 is #48B979. Grayscale: #6E6E6E. Windows color (decimal): -4766074 or 8799927. OLE color: 8799927.
HSL color Cylindrical-coordinate representation of color #B74686: hue angle of 326.02º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74686 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 134 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.28 |
| HSL | 326.02º | 0.45% | 0.5% | - |
| HSV(B) | 326.02º | 0.62% | 0.72% | - |
| XYZ | 26.02 | 16.17 | 24.3 | - |
| YUV | 111.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 134 | 0 | 0.62 | 0.27 | 0.28 | 326.02 | 0.45 | 0.5 |
| Hex | B7 | 46 | 86 | 0 | 3E | 1B | 1C | 146 | 2D | 32 |
| Octal | 267 | 106 | 206 | 0 | 76 | 33 | 34 | 506 | 55 | 62 |
| Binary | 10110111 | 1000110 | 10000110 | 0 | 111110 | 11011 | 11100 | 101000110 | 101101 | 110010 |
Color Harmonies of #B74686
Complementary color
Monochromatic Colors of #B74686
Black with #B74686
Text Example
Text Example
White with #B74686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74686; }
p { color: rgb(183,70,134); }
H1.HeaderClassName
{
color: #B74686;
}
.AnyTagClassName
{
color: #B74686;
}
</style>
background-color css
<style>
a { background-color: #B74686; }
a { background-color: rgb(183,70,134); }
div.DivClassName
{
background-color: #B74686;
}
.BgClassName
{
background-color: #B74686;
}
</style>
border-color css
<style>
span { border-color: #B74686; }
span { border-color: rgb(183,70,134); }
td.TdClassName
{
border-color: #B74686;
}
.TagClassName
{
border-color: #B74686;
}
</style>