Shades of Mulberry #B3499C
Tints of Mulberry #B3499C
RGB
CMYK
RGB Variations
Color information
#B3499C (or 0xB3499C) is known color: Mulberry. HEX triplet: B3, 49 and 9C. RGB value is (179,73,156). Sum of RGB (Red+Green+Blue) = 179+73+156=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3499C is #4CB663. Grayscale: #717171. Windows color (decimal): -5027428 or 10242483. OLE color: 10242483.
HSL color Cylindrical-coordinate representation of color #B3499C: hue angle of 313.02º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3499C is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 156 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.30 |
| HSL | 313.02º | 0.42% | 0.49% | - |
| HSV(B) | 313.02º | 0.59% | 0.7% | - |
| XYZ | 26.97 | 16.75 | 33.26 | - |
| YUV | 114.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 156 | 0 | 0.59 | 0.13 | 0.30 | 313.02 | 0.42 | 0.49 |
| Hex | B3 | 49 | 9C | 0 | 3B | D | 1E | 139 | 2A | 31 |
| Octal | 263 | 111 | 234 | 0 | 73 | 15 | 36 | 471 | 52 | 61 |
| Binary | 10110011 | 1001001 | 10011100 | 0 | 111011 | 1101 | 11110 | 100111001 | 101010 | 110001 |
Color Harmonies of #B3499C
Complementary color
Monochromatic Colors of #B3499C
Black with #B3499C
Text Example
Text Example
White with #B3499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3499C; }
p { color: rgb(179,73,156); }
H1.HeaderClassName
{
color: #B3499C;
}
.AnyTagClassName
{
color: #B3499C;
}
</style>
background-color css
<style>
a { background-color: #B3499C; }
a { background-color: rgb(179,73,156); }
div.DivClassName
{
background-color: #B3499C;
}
.BgClassName
{
background-color: #B3499C;
}
</style>
border-color css
<style>
span { border-color: #B3499C; }
span { border-color: rgb(179,73,156); }
td.TdClassName
{
border-color: #B3499C;
}
.TagClassName
{
border-color: #B3499C;
}
</style>