Shades of Mulberry #B34A92
Tints of Mulberry #B34A92
RGB
CMYK
RGB Variations
Color information
#B34A92 (or 0xB34A92) is known color: Mulberry. HEX triplet: B3, 4A and 92. RGB value is (179,74,146). Sum of RGB (Red+Green+Blue) = 179+74+146=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34A92 is #4CB56D. Grayscale: #717171. Windows color (decimal): -5027182 or 9587379. OLE color: 9587379.
HSL color Cylindrical-coordinate representation of color #B34A92: hue angle of 318.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34A92 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 146 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.30 |
| HSL | 318.86º | 0.42% | 0.5% | - |
| HSV(B) | 318.86º | 0.59% | 0.7% | - |
| XYZ | 26.23 | 16.56 | 29.01 | - |
| YUV | 113.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 146 | 0 | 0.59 | 0.18 | 0.30 | 318.86 | 0.42 | 0.5 |
| Hex | B3 | 4A | 92 | 0 | 3B | 12 | 1E | 13F | 2A | 32 |
| Octal | 263 | 112 | 222 | 0 | 73 | 22 | 36 | 477 | 52 | 62 |
| Binary | 10110011 | 1001010 | 10010010 | 0 | 111011 | 10010 | 11110 | 100111111 | 101010 | 110010 |
Color Harmonies of #B34A92
Complementary color
Monochromatic Colors of #B34A92
Black with #B34A92
Text Example
Text Example
White with #B34A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A92; }
p { color: rgb(179,74,146); }
H1.HeaderClassName
{
color: #B34A92;
}
.AnyTagClassName
{
color: #B34A92;
}
</style>
background-color css
<style>
a { background-color: #B34A92; }
a { background-color: rgb(179,74,146); }
div.DivClassName
{
background-color: #B34A92;
}
.BgClassName
{
background-color: #B34A92;
}
</style>
border-color css
<style>
span { border-color: #B34A92; }
span { border-color: rgb(179,74,146); }
td.TdClassName
{
border-color: #B34A92;
}
.TagClassName
{
border-color: #B34A92;
}
</style>