Shades of Mulberry #B75D8C
Tints of Mulberry #B75D8C
RGB
CMYK
RGB Variations
Color information
#B75D8C (or 0xB75D8C) is known color: Mulberry. HEX triplet: B7, 5D and 8C. RGB value is (183,93,140). Sum of RGB (Red+Green+Blue) = 183+93+140=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75D8C is #48A273. Grayscale: #7D7D7D. Windows color (decimal): -4760180 or 9199031. OLE color: 9199031.
HSL color Cylindrical-coordinate representation of color #B75D8C: hue angle of 328.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75D8C is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 93 | 140 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.28 |
| HSL | 328.67º | 0.38% | 0.54% | - |
| HSV(B) | 328.67º | 0.49% | 0.72% | - |
| XYZ | 28.18 | 19.79 | 27.15 | - |
| YUV | 125.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 140 | 0 | 0.49 | 0.23 | 0.28 | 328.67 | 0.38 | 0.54 |
| Hex | B7 | 5D | 8C | 0 | 31 | 17 | 1C | 149 | 26 | 36 |
| Octal | 267 | 135 | 214 | 0 | 61 | 27 | 34 | 511 | 46 | 66 |
| Binary | 10110111 | 1011101 | 10001100 | 0 | 110001 | 10111 | 11100 | 101001001 | 100110 | 110110 |
Color Harmonies of #B75D8C
Complementary color
Monochromatic Colors of #B75D8C
Black with #B75D8C
Text Example
Text Example
White with #B75D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75D8C; }
p { color: rgb(183,93,140); }
H1.HeaderClassName
{
color: #B75D8C;
}
.AnyTagClassName
{
color: #B75D8C;
}
</style>
background-color css
<style>
a { background-color: #B75D8C; }
a { background-color: rgb(183,93,140); }
div.DivClassName
{
background-color: #B75D8C;
}
.BgClassName
{
background-color: #B75D8C;
}
</style>
border-color css
<style>
span { border-color: #B75D8C; }
span { border-color: rgb(183,93,140); }
td.TdClassName
{
border-color: #B75D8C;
}
.TagClassName
{
border-color: #B75D8C;
}
</style>