Shades of Mulberry #B75888
Tints of Mulberry #B75888
RGB
CMYK
RGB Variations
Color information
#B75888 (or 0xB75888) is known color: Mulberry. HEX triplet: B7, 58 and 88. RGB value is (183,88,136). Sum of RGB (Red+Green+Blue) = 183+88+136=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B75888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75888 is #48A777. Grayscale: #797979. Windows color (decimal): -4761464 or 8935607. OLE color: 8935607.
HSL color Cylindrical-coordinate representation of color #B75888: hue angle of 329.68º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B75888 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 136 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.28 |
| HSL | 329.68º | 0.4% | 0.53% | - |
| HSV(B) | 329.68º | 0.52% | 0.72% | - |
| XYZ | 27.46 | 18.82 | 25.48 | - |
| YUV | 121.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 136 | 0 | 0.52 | 0.26 | 0.28 | 329.68 | 0.4 | 0.53 |
| Hex | B7 | 58 | 88 | 0 | 34 | 1A | 1C | 14A | 28 | 35 |
| Octal | 267 | 130 | 210 | 0 | 64 | 32 | 34 | 512 | 50 | 65 |
| Binary | 10110111 | 1011000 | 10001000 | 0 | 110100 | 11010 | 11100 | 101001010 | 101000 | 110101 |
Color Harmonies of #B75888
Complementary color
Monochromatic Colors of #B75888
Black with #B75888
Text Example
Text Example
White with #B75888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75888; }
p { color: rgb(183,88,136); }
H1.HeaderClassName
{
color: #B75888;
}
.AnyTagClassName
{
color: #B75888;
}
</style>
background-color css
<style>
a { background-color: #B75888; }
a { background-color: rgb(183,88,136); }
div.DivClassName
{
background-color: #B75888;
}
.BgClassName
{
background-color: #B75888;
}
</style>
border-color css
<style>
span { border-color: #B75888; }
span { border-color: rgb(183,88,136); }
td.TdClassName
{
border-color: #B75888;
}
.TagClassName
{
border-color: #B75888;
}
</style>