Shades of Mulberry #B34C8F
Tints of Mulberry #B34C8F
RGB
CMYK
RGB Variations
Color information
#B34C8F (or 0xB34C8F) is known color: Mulberry. HEX triplet: B3, 4C and 8F. RGB value is (179,76,143). Sum of RGB (Red+Green+Blue) = 179+76+143=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C8F is #4CB370. Grayscale: #727272. Windows color (decimal): -5026673 or 9391283. OLE color: 9391283.
HSL color Cylindrical-coordinate representation of color #B34C8F: hue angle of 320.97º 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 #B34C8F is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 143 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.30 |
| HSL | 320.97º | 0.4% | 0.5% | - |
| HSV(B) | 320.97º | 0.58% | 0.7% | - |
| XYZ | 26.13 | 16.74 | 27.84 | - |
| YUV | 114.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 143 | 0 | 0.58 | 0.20 | 0.30 | 320.97 | 0.4 | 0.5 |
| Hex | B3 | 4C | 8F | 0 | 3A | 14 | 1E | 141 | 28 | 32 |
| Octal | 263 | 114 | 217 | 0 | 72 | 24 | 36 | 501 | 50 | 62 |
| Binary | 10110011 | 1001100 | 10001111 | 0 | 111010 | 10100 | 11110 | 101000001 | 101000 | 110010 |
Color Harmonies of #B34C8F
Complementary color
Monochromatic Colors of #B34C8F
Black with #B34C8F
Text Example
Text Example
White with #B34C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C8F; }
p { color: rgb(179,76,143); }
H1.HeaderClassName
{
color: #B34C8F;
}
.AnyTagClassName
{
color: #B34C8F;
}
</style>
background-color css
<style>
a { background-color: #B34C8F; }
a { background-color: rgb(179,76,143); }
div.DivClassName
{
background-color: #B34C8F;
}
.BgClassName
{
background-color: #B34C8F;
}
</style>
border-color css
<style>
span { border-color: #B34C8F; }
span { border-color: rgb(179,76,143); }
td.TdClassName
{
border-color: #B34C8F;
}
.TagClassName
{
border-color: #B34C8F;
}
</style>