Shades of Mulberry #B75C8C
Tints of Mulberry #B75C8C
RGB
CMYK
RGB Variations
Color information
#B75C8C (or 0xB75C8C) is known color: Mulberry. HEX triplet: B7, 5C and 8C. RGB value is (183,92,140). Sum of RGB (Red+Green+Blue) = 183+92+140=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C8C is #48A373. Grayscale: #7C7C7C. Windows color (decimal): -4760436 or 9198775. OLE color: 9198775.
HSL color Cylindrical-coordinate representation of color #B75C8C: hue angle of 328.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C8C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 92 | 140 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.28 |
| HSL | 328.35º | 0.39% | 0.54% | - |
| HSV(B) | 328.35º | 0.5% | 0.72% | - |
| XYZ | 28.09 | 19.62 | 27.12 | - |
| YUV | 124.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 140 | 0 | 0.50 | 0.23 | 0.28 | 328.35 | 0.39 | 0.54 |
| Hex | B7 | 5C | 8C | 0 | 32 | 17 | 1C | 148 | 27 | 36 |
| Octal | 267 | 134 | 214 | 0 | 62 | 27 | 34 | 510 | 47 | 66 |
| Binary | 10110111 | 1011100 | 10001100 | 0 | 110010 | 10111 | 11100 | 101001000 | 100111 | 110110 |
Color Harmonies of #B75C8C
Complementary color
Monochromatic Colors of #B75C8C
Black with #B75C8C
Text Example
Text Example
White with #B75C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75C8C; }
p { color: rgb(183,92,140); }
H1.HeaderClassName
{
color: #B75C8C;
}
.AnyTagClassName
{
color: #B75C8C;
}
</style>
background-color css
<style>
a { background-color: #B75C8C; }
a { background-color: rgb(183,92,140); }
div.DivClassName
{
background-color: #B75C8C;
}
.BgClassName
{
background-color: #B75C8C;
}
</style>
border-color css
<style>
span { border-color: #B75C8C; }
span { border-color: rgb(183,92,140); }
td.TdClassName
{
border-color: #B75C8C;
}
.TagClassName
{
border-color: #B75C8C;
}
</style>