Shades of Mulberry #B84495
Tints of Mulberry #B84495
RGB
CMYK
RGB Variations
Color information
#B84495 (or 0xB84495) is known color: Mulberry. HEX triplet: B8, 44 and 95. RGB value is (184,68,149). Sum of RGB (Red+Green+Blue) = 184+68+149=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B84495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84495 is #47BB6A. Grayscale: #6F6F6F. Windows color (decimal): -4701035 or 9782456. OLE color: 9782456.
HSL color Cylindrical-coordinate representation of color #B84495: hue angle of 318.1º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84495 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 149 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.28 |
| HSL | 318.1º | 0.46% | 0.49% | - |
| HSV(B) | 318.1º | 0.63% | 0.72% | - |
| XYZ | 27.26 | 16.49 | 30.18 | - |
| YUV | 111.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 149 | 0 | 0.63 | 0.19 | 0.28 | 318.1 | 0.46 | 0.49 |
| Hex | B8 | 44 | 95 | 0 | 3F | 13 | 1C | 13E | 2E | 31 |
| Octal | 270 | 104 | 225 | 0 | 77 | 23 | 34 | 476 | 56 | 61 |
| Binary | 10111000 | 1000100 | 10010101 | 0 | 111111 | 10011 | 11100 | 100111110 | 101110 | 110001 |
Color Harmonies of #B84495
Complementary color
Monochromatic Colors of #B84495
Black with #B84495
Text Example
Text Example
White with #B84495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84495; }
p { color: rgb(184,68,149); }
H1.HeaderClassName
{
color: #B84495;
}
.AnyTagClassName
{
color: #B84495;
}
</style>
background-color css
<style>
a { background-color: #B84495; }
a { background-color: rgb(184,68,149); }
div.DivClassName
{
background-color: #B84495;
}
.BgClassName
{
background-color: #B84495;
}
</style>
border-color css
<style>
span { border-color: #B84495; }
span { border-color: rgb(184,68,149); }
td.TdClassName
{
border-color: #B84495;
}
.TagClassName
{
border-color: #B84495;
}
</style>