Shades of Mulberry #B75186
Tints of Mulberry #B75186
RGB
CMYK
RGB Variations
Color information
#B75186 (or 0xB75186) is known color: Mulberry. HEX triplet: B7, 51 and 86. RGB value is (183,81,134). Sum of RGB (Red+Green+Blue) = 183+81+134=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B75186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75186 is #48AE79. Grayscale: #757575. Windows color (decimal): -4763258 or 8802743. OLE color: 8802743.
HSL color Cylindrical-coordinate representation of color #B75186: hue angle of 328.82º 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 #B75186 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 134 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.28 |
| HSL | 328.82º | 0.41% | 0.52% | - |
| HSV(B) | 328.82º | 0.56% | 0.72% | - |
| XYZ | 26.77 | 17.67 | 24.55 | - |
| YUV | 117.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 134 | 0 | 0.56 | 0.27 | 0.28 | 328.82 | 0.41 | 0.52 |
| Hex | B7 | 51 | 86 | 0 | 38 | 1B | 1C | 149 | 29 | 34 |
| Octal | 267 | 121 | 206 | 0 | 70 | 33 | 34 | 511 | 51 | 64 |
| Binary | 10110111 | 1010001 | 10000110 | 0 | 111000 | 11011 | 11100 | 101001001 | 101001 | 110100 |
Color Harmonies of #B75186
Complementary color
Monochromatic Colors of #B75186
Black with #B75186
Text Example
Text Example
White with #B75186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75186; }
p { color: rgb(183,81,134); }
H1.HeaderClassName
{
color: #B75186;
}
.AnyTagClassName
{
color: #B75186;
}
</style>
background-color css
<style>
a { background-color: #B75186; }
a { background-color: rgb(183,81,134); }
div.DivClassName
{
background-color: #B75186;
}
.BgClassName
{
background-color: #B75186;
}
</style>
border-color css
<style>
span { border-color: #B75186; }
span { border-color: rgb(183,81,134); }
td.TdClassName
{
border-color: #B75186;
}
.TagClassName
{
border-color: #B75186;
}
</style>