Shades of Mulberry #B34C9B
Tints of Mulberry #B34C9B
RGB
CMYK
RGB Variations
Color information
#B34C9B (or 0xB34C9B) is known color: Mulberry. HEX triplet: B3, 4C and 9B. RGB value is (179,76,155). Sum of RGB (Red+Green+Blue) = 179+76+155=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C9B is #4CB364. Grayscale: #737373. Windows color (decimal): -5026661 or 10177715. OLE color: 10177715.
HSL color Cylindrical-coordinate representation of color #B34C9B: hue angle of 313.98º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C9B is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 155 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.30 |
| HSL | 313.98º | 0.4% | 0.5% | - |
| HSV(B) | 313.98º | 0.58% | 0.7% | - |
| XYZ | 27.09 | 17.12 | 32.89 | - |
| YUV | 115.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 155 | 0 | 0.58 | 0.13 | 0.30 | 313.98 | 0.4 | 0.5 |
| Hex | B3 | 4C | 9B | 0 | 3A | D | 1E | 13A | 28 | 32 |
| Octal | 263 | 114 | 233 | 0 | 72 | 15 | 36 | 472 | 50 | 62 |
| Binary | 10110011 | 1001100 | 10011011 | 0 | 111010 | 1101 | 11110 | 100111010 | 101000 | 110010 |
Color Harmonies of #B34C9B
Complementary color
Monochromatic Colors of #B34C9B
Black with #B34C9B
Text Example
Text Example
White with #B34C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C9B; }
p { color: rgb(179,76,155); }
H1.HeaderClassName
{
color: #B34C9B;
}
.AnyTagClassName
{
color: #B34C9B;
}
</style>
background-color css
<style>
a { background-color: #B34C9B; }
a { background-color: rgb(179,76,155); }
div.DivClassName
{
background-color: #B34C9B;
}
.BgClassName
{
background-color: #B34C9B;
}
</style>
border-color css
<style>
span { border-color: #B34C9B; }
span { border-color: rgb(179,76,155); }
td.TdClassName
{
border-color: #B34C9B;
}
.TagClassName
{
border-color: #B34C9B;
}
</style>