Shades of Mulberry #B34F9B
Tints of Mulberry #B34F9B
RGB
CMYK
RGB Variations
Color information
#B34F9B (or 0xB34F9B) is known color: Mulberry. HEX triplet: B3, 4F and 9B. RGB value is (179,79,155). Sum of RGB (Red+Green+Blue) = 179+79+155=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F9B is #4CB064. Grayscale: #757575. Windows color (decimal): -5025893 or 10178483. OLE color: 10178483.
HSL color Cylindrical-coordinate representation of color #B34F9B: hue angle of 314.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34F9B is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 155 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.30 |
| HSL | 314.4º | 0.4% | 0.51% | - |
| HSV(B) | 314.4º | 0.56% | 0.7% | - |
| XYZ | 27.3 | 17.54 | 32.96 | - |
| YUV | 117.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 155 | 0 | 0.56 | 0.13 | 0.30 | 314.4 | 0.4 | 0.51 |
| Hex | B3 | 4F | 9B | 0 | 38 | D | 1E | 13A | 28 | 33 |
| Octal | 263 | 117 | 233 | 0 | 70 | 15 | 36 | 472 | 50 | 63 |
| Binary | 10110011 | 1001111 | 10011011 | 0 | 111000 | 1101 | 11110 | 100111010 | 101000 | 110011 |
Color Harmonies of #B34F9B
Complementary color
Monochromatic Colors of #B34F9B
Black with #B34F9B
Text Example
Text Example
White with #B34F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F9B; }
p { color: rgb(179,79,155); }
H1.HeaderClassName
{
color: #B34F9B;
}
.AnyTagClassName
{
color: #B34F9B;
}
</style>
background-color css
<style>
a { background-color: #B34F9B; }
a { background-color: rgb(179,79,155); }
div.DivClassName
{
background-color: #B34F9B;
}
.BgClassName
{
background-color: #B34F9B;
}
</style>
border-color css
<style>
span { border-color: #B34F9B; }
span { border-color: rgb(179,79,155); }
td.TdClassName
{
border-color: #B34F9B;
}
.TagClassName
{
border-color: #B34F9B;
}
</style>