Shades of Mulberry #B84694
Tints of Mulberry #B84694
RGB
CMYK
RGB Variations
Color information
#B84694 (or 0xB84694) is known color: Mulberry. HEX triplet: B8, 46 and 94. RGB value is (184,70,148). Sum of RGB (Red+Green+Blue) = 184+70+148=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B84694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84694 is #47B96B. Grayscale: #707070. Windows color (decimal): -4700524 or 9717432. OLE color: 9717432.
HSL color Cylindrical-coordinate representation of color #B84694: hue angle of 318.95º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84694 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 148 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.28 |
| HSL | 318.95º | 0.45% | 0.5% | - |
| HSV(B) | 318.95º | 0.62% | 0.72% | - |
| XYZ | 27.3 | 16.71 | 29.8 | - |
| YUV | 112.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 148 | 0 | 0.62 | 0.20 | 0.28 | 318.95 | 0.45 | 0.5 |
| Hex | B8 | 46 | 94 | 0 | 3E | 14 | 1C | 13F | 2D | 32 |
| Octal | 270 | 106 | 224 | 0 | 76 | 24 | 34 | 477 | 55 | 62 |
| Binary | 10111000 | 1000110 | 10010100 | 0 | 111110 | 10100 | 11100 | 100111111 | 101101 | 110010 |
Color Harmonies of #B84694
Complementary color
Monochromatic Colors of #B84694
Black with #B84694
Text Example
Text Example
White with #B84694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84694; }
p { color: rgb(184,70,148); }
H1.HeaderClassName
{
color: #B84694;
}
.AnyTagClassName
{
color: #B84694;
}
</style>
background-color css
<style>
a { background-color: #B84694; }
a { background-color: rgb(184,70,148); }
div.DivClassName
{
background-color: #B84694;
}
.BgClassName
{
background-color: #B84694;
}
</style>
border-color css
<style>
span { border-color: #B84694; }
span { border-color: rgb(184,70,148); }
td.TdClassName
{
border-color: #B84694;
}
.TagClassName
{
border-color: #B84694;
}
</style>