Shades of Mulberry #B75188
Tints of Mulberry #B75188
RGB
CMYK
RGB Variations
Color information
#B75188 (or 0xB75188) is known color: Mulberry. HEX triplet: B7, 51 and 88. RGB value is (183,81,136). Sum of RGB (Red+Green+Blue) = 183+81+136=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75188 is #48AE77. Grayscale: #757575. Windows color (decimal): -4763256 or 8933815. OLE color: 8933815.
HSL color Cylindrical-coordinate representation of color #B75188: hue angle of 327.65º 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 #B75188 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 136 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.28 |
| HSL | 327.65º | 0.41% | 0.52% | - |
| HSV(B) | 327.65º | 0.56% | 0.72% | - |
| XYZ | 26.91 | 17.73 | 25.3 | - |
| YUV | 117.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 136 | 0 | 0.56 | 0.26 | 0.28 | 327.65 | 0.41 | 0.52 |
| Hex | B7 | 51 | 88 | 0 | 38 | 1A | 1C | 148 | 29 | 34 |
| Octal | 267 | 121 | 210 | 0 | 70 | 32 | 34 | 510 | 51 | 64 |
| Binary | 10110111 | 1010001 | 10001000 | 0 | 111000 | 11010 | 11100 | 101001000 | 101001 | 110100 |
Color Harmonies of #B75188
Complementary color
Monochromatic Colors of #B75188
Black with #B75188
Text Example
Text Example
White with #B75188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75188; }
p { color: rgb(183,81,136); }
H1.HeaderClassName
{
color: #B75188;
}
.AnyTagClassName
{
color: #B75188;
}
</style>
background-color css
<style>
a { background-color: #B75188; }
a { background-color: rgb(183,81,136); }
div.DivClassName
{
background-color: #B75188;
}
.BgClassName
{
background-color: #B75188;
}
</style>
border-color css
<style>
span { border-color: #B75188; }
span { border-color: rgb(183,81,136); }
td.TdClassName
{
border-color: #B75188;
}
.TagClassName
{
border-color: #B75188;
}
</style>