Shades of Mulberry #B35E96
Tints of Mulberry #B35E96
RGB
CMYK
RGB Variations
Color information
#B35E96 (or 0xB35E96) is known color: Mulberry. HEX triplet: B3, 5E and 96. RGB value is (179,94,150). Sum of RGB (Red+Green+Blue) = 179+94+150=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E96 is #4CA169. Grayscale: #7D7D7D. Windows color (decimal): -5022058 or 9854643. OLE color: 9854643.
HSL color Cylindrical-coordinate representation of color #B35E96: hue angle of 320.47º 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 #B35E96 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 94 | 150 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.30 |
| HSL | 320.47º | 0.36% | 0.54% | - |
| HSV(B) | 320.47º | 0.47% | 0.7% | - |
| XYZ | 28.1 | 19.79 | 31.19 | - |
| YUV | 125.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 150 | 0 | 0.47 | 0.16 | 0.30 | 320.47 | 0.36 | 0.54 |
| Hex | B3 | 5E | 96 | 0 | 2F | 10 | 1E | 140 | 24 | 36 |
| Octal | 263 | 136 | 226 | 0 | 57 | 20 | 36 | 500 | 44 | 66 |
| Binary | 10110011 | 1011110 | 10010110 | 0 | 101111 | 10000 | 11110 | 101000000 | 100100 | 110110 |
Color Harmonies of #B35E96
Complementary color
Monochromatic Colors of #B35E96
Black with #B35E96
Text Example
Text Example
White with #B35E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35E96; }
p { color: rgb(179,94,150); }
H1.HeaderClassName
{
color: #B35E96;
}
.AnyTagClassName
{
color: #B35E96;
}
</style>
background-color css
<style>
a { background-color: #B35E96; }
a { background-color: rgb(179,94,150); }
div.DivClassName
{
background-color: #B35E96;
}
.BgClassName
{
background-color: #B35E96;
}
</style>
border-color css
<style>
span { border-color: #B35E96; }
span { border-color: rgb(179,94,150); }
td.TdClassName
{
border-color: #B35E96;
}
.TagClassName
{
border-color: #B35E96;
}
</style>