Shades of Mulberry #B35D8C
Tints of Mulberry #B35D8C
RGB
CMYK
RGB Variations
Color information
#B35D8C (or 0xB35D8C) is known color: Mulberry. HEX triplet: B3, 5D and 8C. RGB value is (179,93,140). Sum of RGB (Red+Green+Blue) = 179+93+140=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D8C is #4CA273. Grayscale: #7B7B7B. Windows color (decimal): -5022324 or 9199027. OLE color: 9199027.
HSL color Cylindrical-coordinate representation of color #B35D8C: hue angle of 327.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35D8C is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 93 | 140 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.30 |
| HSL | 327.21º | 0.36% | 0.53% | - |
| HSV(B) | 327.21º | 0.48% | 0.7% | - |
| XYZ | 27.24 | 19.31 | 27.1 | - |
| YUV | 124.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 140 | 0 | 0.48 | 0.22 | 0.30 | 327.21 | 0.36 | 0.53 |
| Hex | B3 | 5D | 8C | 0 | 30 | 16 | 1E | 147 | 24 | 35 |
| Octal | 263 | 135 | 214 | 0 | 60 | 26 | 36 | 507 | 44 | 65 |
| Binary | 10110011 | 1011101 | 10001100 | 0 | 110000 | 10110 | 11110 | 101000111 | 100100 | 110101 |
Color Harmonies of #B35D8C
Complementary color
Monochromatic Colors of #B35D8C
Black with #B35D8C
Text Example
Text Example
White with #B35D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35D8C; }
p { color: rgb(179,93,140); }
H1.HeaderClassName
{
color: #B35D8C;
}
.AnyTagClassName
{
color: #B35D8C;
}
</style>
background-color css
<style>
a { background-color: #B35D8C; }
a { background-color: rgb(179,93,140); }
div.DivClassName
{
background-color: #B35D8C;
}
.BgClassName
{
background-color: #B35D8C;
}
</style>
border-color css
<style>
span { border-color: #B35D8C; }
span { border-color: rgb(179,93,140); }
td.TdClassName
{
border-color: #B35D8C;
}
.TagClassName
{
border-color: #B35D8C;
}
</style>