Shades of Mulberry #B75D8D
Tints of Mulberry #B75D8D
RGB
CMYK
RGB Variations
Color information
#B75D8D (or 0xB75D8D) is known color: Mulberry. HEX triplet: B7, 5D and 8D. RGB value is (183,93,141). Sum of RGB (Red+Green+Blue) = 183+93+141=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75D8D is #48A272. Grayscale: #7D7D7D. Windows color (decimal): -4760179 or 9264567. OLE color: 9264567.
HSL color Cylindrical-coordinate representation of color #B75D8D: hue angle of 328º 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 #B75D8D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 93 | 141 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.28 |
| HSL | 328º | 0.38% | 0.54% | - |
| HSV(B) | 328º | 0.49% | 0.72% | - |
| XYZ | 28.25 | 19.82 | 27.54 | - |
| YUV | 125.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 141 | 0 | 0.49 | 0.23 | 0.28 | 328 | 0.38 | 0.54 |
| Hex | B7 | 5D | 8D | 0 | 31 | 17 | 1C | 148 | 26 | 36 |
| Octal | 267 | 135 | 215 | 0 | 61 | 27 | 34 | 510 | 46 | 66 |
| Binary | 10110111 | 1011101 | 10001101 | 0 | 110001 | 10111 | 11100 | 101001000 | 100110 | 110110 |
Color Harmonies of #B75D8D
Complementary color
Monochromatic Colors of #B75D8D
Black with #B75D8D
Text Example
Text Example
White with #B75D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75D8D; }
p { color: rgb(183,93,141); }
H1.HeaderClassName
{
color: #B75D8D;
}
.AnyTagClassName
{
color: #B75D8D;
}
</style>
background-color css
<style>
a { background-color: #B75D8D; }
a { background-color: rgb(183,93,141); }
div.DivClassName
{
background-color: #B75D8D;
}
.BgClassName
{
background-color: #B75D8D;
}
</style>
border-color css
<style>
span { border-color: #B75D8D; }
span { border-color: rgb(183,93,141); }
td.TdClassName
{
border-color: #B75D8D;
}
.TagClassName
{
border-color: #B75D8D;
}
</style>