Shades of Mulberry #B35E8C
Tints of Mulberry #B35E8C
RGB
CMYK
RGB Variations
Color information
#B35E8C (or 0xB35E8C) is known color: Mulberry. HEX triplet: B3, 5E and 8C. RGB value is (179,94,140). Sum of RGB (Red+Green+Blue) = 179+94+140=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E8C is #4CA173. Grayscale: #7C7C7C. Windows color (decimal): -5022068 or 9199283. OLE color: 9199283.
HSL color Cylindrical-coordinate representation of color #B35E8C: hue angle of 327.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35E8C is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 94 | 140 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.30 |
| HSL | 327.53º | 0.36% | 0.54% | - |
| HSV(B) | 327.53º | 0.47% | 0.7% | - |
| XYZ | 27.33 | 19.48 | 27.13 | - |
| YUV | 124.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 140 | 0 | 0.47 | 0.22 | 0.30 | 327.53 | 0.36 | 0.54 |
| Hex | B3 | 5E | 8C | 0 | 2F | 16 | 1E | 148 | 24 | 36 |
| Octal | 263 | 136 | 214 | 0 | 57 | 26 | 36 | 510 | 44 | 66 |
| Binary | 10110011 | 1011110 | 10001100 | 0 | 101111 | 10110 | 11110 | 101001000 | 100100 | 110110 |
Color Harmonies of #B35E8C
Complementary color
Monochromatic Colors of #B35E8C
Black with #B35E8C
Text Example
Text Example
White with #B35E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35E8C; }
p { color: rgb(179,94,140); }
H1.HeaderClassName
{
color: #B35E8C;
}
.AnyTagClassName
{
color: #B35E8C;
}
</style>
background-color css
<style>
a { background-color: #B35E8C; }
a { background-color: rgb(179,94,140); }
div.DivClassName
{
background-color: #B35E8C;
}
.BgClassName
{
background-color: #B35E8C;
}
</style>
border-color css
<style>
span { border-color: #B35E8C; }
span { border-color: rgb(179,94,140); }
td.TdClassName
{
border-color: #B35E8C;
}
.TagClassName
{
border-color: #B35E8C;
}
</style>