Shades of Mulberry #B3449C
Tints of Mulberry #B3449C
RGB
CMYK
RGB Variations
Color information
#B3449C (or 0xB3449C) is known color: Mulberry. HEX triplet: B3, 44 and 9C. RGB value is (179,68,156). Sum of RGB (Red+Green+Blue) = 179+68+156=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3449C is #4CBB63. Grayscale: #6E6E6E. Windows color (decimal): -5028708 or 10241203. OLE color: 10241203.
HSL color Cylindrical-coordinate representation of color #B3449C: hue angle of 312.43º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3449C is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 156 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.30 |
| HSL | 312.43º | 0.45% | 0.48% | - |
| HSV(B) | 312.43º | 0.62% | 0.7% | - |
| XYZ | 26.66 | 16.12 | 33.16 | - |
| YUV | 111.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 156 | 0 | 0.62 | 0.13 | 0.30 | 312.43 | 0.45 | 0.48 |
| Hex | B3 | 44 | 9C | 0 | 3E | D | 1E | 138 | 2D | 30 |
| Octal | 263 | 104 | 234 | 0 | 76 | 15 | 36 | 470 | 55 | 60 |
| Binary | 10110011 | 1000100 | 10011100 | 0 | 111110 | 1101 | 11110 | 100111000 | 101101 | 110000 |
Color Harmonies of #B3449C
Complementary color
Monochromatic Colors of #B3449C
Black with #B3449C
Text Example
Text Example
White with #B3449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3449C; }
p { color: rgb(179,68,156); }
H1.HeaderClassName
{
color: #B3449C;
}
.AnyTagClassName
{
color: #B3449C;
}
</style>
background-color css
<style>
a { background-color: #B3449C; }
a { background-color: rgb(179,68,156); }
div.DivClassName
{
background-color: #B3449C;
}
.BgClassName
{
background-color: #B3449C;
}
</style>
border-color css
<style>
span { border-color: #B3449C; }
span { border-color: rgb(179,68,156); }
td.TdClassName
{
border-color: #B3449C;
}
.TagClassName
{
border-color: #B3449C;
}
</style>