Shades of Mulberry #B75089
Tints of Mulberry #B75089
RGB
CMYK
RGB Variations
Color information
#B75089 (or 0xB75089) is known color: Mulberry. HEX triplet: B7, 50 and 89. RGB value is (183,80,137). Sum of RGB (Red+Green+Blue) = 183+80+137=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75089 is #48AF76. Grayscale: #757575. Windows color (decimal): -4763511 or 8999095. OLE color: 8999095.
HSL color Cylindrical-coordinate representation of color #B75089: hue angle of 326.8º degrees, saturation: 0.42, 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 #B75089 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 137 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.28 |
| HSL | 326.8º | 0.42% | 0.52% | - |
| HSV(B) | 326.8º | 0.56% | 0.72% | - |
| XYZ | 26.91 | 17.61 | 25.65 | - |
| YUV | 117.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 137 | 0 | 0.56 | 0.25 | 0.28 | 326.8 | 0.42 | 0.52 |
| Hex | B7 | 50 | 89 | 0 | 38 | 19 | 1C | 147 | 2A | 34 |
| Octal | 267 | 120 | 211 | 0 | 70 | 31 | 34 | 507 | 52 | 64 |
| Binary | 10110111 | 1010000 | 10001001 | 0 | 111000 | 11001 | 11100 | 101000111 | 101010 | 110100 |
Color Harmonies of #B75089
Complementary color
Monochromatic Colors of #B75089
Black with #B75089
Text Example
Text Example
White with #B75089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75089; }
p { color: rgb(183,80,137); }
H1.HeaderClassName
{
color: #B75089;
}
.AnyTagClassName
{
color: #B75089;
}
</style>
background-color css
<style>
a { background-color: #B75089; }
a { background-color: rgb(183,80,137); }
div.DivClassName
{
background-color: #B75089;
}
.BgClassName
{
background-color: #B75089;
}
</style>
border-color css
<style>
span { border-color: #B75089; }
span { border-color: rgb(183,80,137); }
td.TdClassName
{
border-color: #B75089;
}
.TagClassName
{
border-color: #B75089;
}
</style>