Shades of Mulberry #B84390
Tints of Mulberry #B84390
RGB
CMYK
RGB Variations
Color information
#B84390 (or 0xB84390) is known color: Mulberry. HEX triplet: B8, 43 and 90. RGB value is (184,67,144). Sum of RGB (Red+Green+Blue) = 184+67+144=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B84390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84390 is #47BC6F. Grayscale: #6E6E6E. Windows color (decimal): -4701296 or 9454520. OLE color: 9454520.
HSL color Cylindrical-coordinate representation of color #B84390: hue angle of 320.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84390 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 144 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.28 |
| HSL | 320.51º | 0.47% | 0.49% | - |
| HSV(B) | 320.51º | 0.64% | 0.72% | - |
| XYZ | 26.81 | 16.22 | 28.1 | - |
| YUV | 110.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 144 | 0 | 0.64 | 0.22 | 0.28 | 320.51 | 0.47 | 0.49 |
| Hex | B8 | 43 | 90 | 0 | 40 | 16 | 1C | 141 | 2F | 31 |
| Octal | 270 | 103 | 220 | 0 | 100 | 26 | 34 | 501 | 57 | 61 |
| Binary | 10111000 | 1000011 | 10010000 | 0 | 1000000 | 10110 | 11100 | 101000001 | 101111 | 110001 |
Color Harmonies of #B84390
Complementary color
Monochromatic Colors of #B84390
Black with #B84390
Text Example
Text Example
White with #B84390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84390; }
p { color: rgb(184,67,144); }
H1.HeaderClassName
{
color: #B84390;
}
.AnyTagClassName
{
color: #B84390;
}
</style>
background-color css
<style>
a { background-color: #B84390; }
a { background-color: rgb(184,67,144); }
div.DivClassName
{
background-color: #B84390;
}
.BgClassName
{
background-color: #B84390;
}
</style>
border-color css
<style>
span { border-color: #B84390; }
span { border-color: rgb(184,67,144); }
td.TdClassName
{
border-color: #B84390;
}
.TagClassName
{
border-color: #B84390;
}
</style>