Shades of Mulberry #B75B8B
Tints of Mulberry #B75B8B
RGB
CMYK
RGB Variations
Color information
#B75B8B (or 0xB75B8B) is known color: Mulberry. HEX triplet: B7, 5B and 8B. RGB value is (183,91,139). Sum of RGB (Red+Green+Blue) = 183+91+139=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75B8B is #48A474. Grayscale: #7B7B7B. Windows color (decimal): -4760693 or 9132983. OLE color: 9132983.
HSL color Cylindrical-coordinate representation of color #B75B8B: hue angle of 328.7º 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 #B75B8B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 91 | 139 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.28 |
| HSL | 328.7º | 0.39% | 0.54% | - |
| HSV(B) | 328.7º | 0.5% | 0.72% | - |
| XYZ | 27.93 | 19.41 | 26.7 | - |
| YUV | 123.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 91 | 139 | 0 | 0.50 | 0.24 | 0.28 | 328.7 | 0.39 | 0.54 |
| Hex | B7 | 5B | 8B | 0 | 32 | 18 | 1C | 149 | 27 | 36 |
| Octal | 267 | 133 | 213 | 0 | 62 | 30 | 34 | 511 | 47 | 66 |
| Binary | 10110111 | 1011011 | 10001011 | 0 | 110010 | 11000 | 11100 | 101001001 | 100111 | 110110 |
Color Harmonies of #B75B8B
Complementary color
Monochromatic Colors of #B75B8B
Black with #B75B8B
Text Example
Text Example
White with #B75B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75B8B; }
p { color: rgb(183,91,139); }
H1.HeaderClassName
{
color: #B75B8B;
}
.AnyTagClassName
{
color: #B75B8B;
}
</style>
background-color css
<style>
a { background-color: #B75B8B; }
a { background-color: rgb(183,91,139); }
div.DivClassName
{
background-color: #B75B8B;
}
.BgClassName
{
background-color: #B75B8B;
}
</style>
border-color css
<style>
span { border-color: #B75B8B; }
span { border-color: rgb(183,91,139); }
td.TdClassName
{
border-color: #B75B8B;
}
.TagClassName
{
border-color: #B75B8B;
}
</style>