Shades of Mulberry #B34990
Tints of Mulberry #B34990
RGB
CMYK
RGB Variations
Color information
#B34990 (or 0xB34990) is known color: Mulberry. HEX triplet: B3, 49 and 90. RGB value is (179,73,144). Sum of RGB (Red+Green+Blue) = 179+73+144=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34990 is #4CB66F. Grayscale: #707070. Windows color (decimal): -5027440 or 9456051. OLE color: 9456051.
HSL color Cylindrical-coordinate representation of color #B34990: hue angle of 319.81º 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 #B34990 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 144 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.30 |
| HSL | 319.81º | 0.42% | 0.49% | - |
| HSV(B) | 319.81º | 0.59% | 0.7% | - |
| XYZ | 26.01 | 16.36 | 28.17 | - |
| YUV | 112.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 144 | 0 | 0.59 | 0.20 | 0.30 | 319.81 | 0.42 | 0.49 |
| Hex | B3 | 49 | 90 | 0 | 3B | 14 | 1E | 140 | 2A | 31 |
| Octal | 263 | 111 | 220 | 0 | 73 | 24 | 36 | 500 | 52 | 61 |
| Binary | 10110011 | 1001001 | 10010000 | 0 | 111011 | 10100 | 11110 | 101000000 | 101010 | 110001 |
Color Harmonies of #B34990
Complementary color
Monochromatic Colors of #B34990
Black with #B34990
Text Example
Text Example
White with #B34990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34990; }
p { color: rgb(179,73,144); }
H1.HeaderClassName
{
color: #B34990;
}
.AnyTagClassName
{
color: #B34990;
}
</style>
background-color css
<style>
a { background-color: #B34990; }
a { background-color: rgb(179,73,144); }
div.DivClassName
{
background-color: #B34990;
}
.BgClassName
{
background-color: #B34990;
}
</style>
border-color css
<style>
span { border-color: #B34990; }
span { border-color: rgb(179,73,144); }
td.TdClassName
{
border-color: #B34990;
}
.TagClassName
{
border-color: #B34990;
}
</style>