Shades of Mulberry #B35E99
Tints of Mulberry #B35E99
RGB
CMYK
RGB Variations
Color information
#B35E99 (or 0xB35E99) is known color: Mulberry. HEX triplet: B3, 5E and 99. RGB value is (179,94,153). Sum of RGB (Red+Green+Blue) = 179+94+153=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E99 is #4CA166. Grayscale: #7D7D7D. Windows color (decimal): -5022055 or 10051251. OLE color: 10051251.
HSL color Cylindrical-coordinate representation of color #B35E99: hue angle of 318.35º 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 #B35E99 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 94 | 153 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.30 |
| HSL | 318.35º | 0.36% | 0.54% | - |
| HSV(B) | 318.35º | 0.47% | 0.7% | - |
| XYZ | 28.34 | 19.89 | 32.48 | - |
| YUV | 126.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 153 | 0 | 0.47 | 0.15 | 0.30 | 318.35 | 0.36 | 0.54 |
| Hex | B3 | 5E | 99 | 0 | 2F | F | 1E | 13E | 24 | 36 |
| Octal | 263 | 136 | 231 | 0 | 57 | 17 | 36 | 476 | 44 | 66 |
| Binary | 10110011 | 1011110 | 10011001 | 0 | 101111 | 1111 | 11110 | 100111110 | 100100 | 110110 |
Color Harmonies of #B35E99
Complementary color
Monochromatic Colors of #B35E99
Black with #B35E99
Text Example
Text Example
White with #B35E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35E99; }
p { color: rgb(179,94,153); }
H1.HeaderClassName
{
color: #B35E99;
}
.AnyTagClassName
{
color: #B35E99;
}
</style>
background-color css
<style>
a { background-color: #B35E99; }
a { background-color: rgb(179,94,153); }
div.DivClassName
{
background-color: #B35E99;
}
.BgClassName
{
background-color: #B35E99;
}
</style>
border-color css
<style>
span { border-color: #B35E99; }
span { border-color: rgb(179,94,153); }
td.TdClassName
{
border-color: #B35E99;
}
.TagClassName
{
border-color: #B35E99;
}
</style>