Shades of Mulberry #B3598A
Tints of Mulberry #B3598A
RGB
CMYK
RGB Variations
Color information
#B3598A (or 0xB3598A) is known color: Mulberry. HEX triplet: B3, 59 and 8A. RGB value is (179,89,138). Sum of RGB (Red+Green+Blue) = 179+89+138=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3598A is #4CA675. Grayscale: #797979. Windows color (decimal): -5023350 or 9066931. OLE color: 9066931.
HSL color Cylindrical-coordinate representation of color #B3598A: hue angle of 327.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3598A is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 138 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.30 |
| HSL | 327.33º | 0.37% | 0.53% | - |
| HSV(B) | 327.33º | 0.5% | 0.7% | - |
| XYZ | 26.75 | 18.56 | 26.22 | - |
| YUV | 121.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 138 | 0 | 0.50 | 0.23 | 0.30 | 327.33 | 0.37 | 0.53 |
| Hex | B3 | 59 | 8A | 0 | 32 | 17 | 1E | 147 | 25 | 35 |
| Octal | 263 | 131 | 212 | 0 | 62 | 27 | 36 | 507 | 45 | 65 |
| Binary | 10110011 | 1011001 | 10001010 | 0 | 110010 | 10111 | 11110 | 101000111 | 100101 | 110101 |
Color Harmonies of #B3598A
Complementary color
Monochromatic Colors of #B3598A
Black with #B3598A
Text Example
Text Example
White with #B3598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3598A; }
p { color: rgb(179,89,138); }
H1.HeaderClassName
{
color: #B3598A;
}
.AnyTagClassName
{
color: #B3598A;
}
</style>
background-color css
<style>
a { background-color: #B3598A; }
a { background-color: rgb(179,89,138); }
div.DivClassName
{
background-color: #B3598A;
}
.BgClassName
{
background-color: #B3598A;
}
</style>
border-color css
<style>
span { border-color: #B3598A; }
span { border-color: rgb(179,89,138); }
td.TdClassName
{
border-color: #B3598A;
}
.TagClassName
{
border-color: #B3598A;
}
</style>