Shades of Mulberry #B84BA1
Tints of Mulberry #B84BA1
RGB
CMYK
RGB Variations
Color information
#B84BA1 (or 0xB84BA1) is known color: Mulberry. HEX triplet: B8, 4B and A1. RGB value is (184,75,161). Sum of RGB (Red+Green+Blue) = 184+75+161=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B84BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84BA1 is #47B45E. Grayscale: #757575. Windows color (decimal): -4699231 or 10570680. OLE color: 10570680.
HSL color Cylindrical-coordinate representation of color #B84BA1: hue angle of 312.66º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84BA1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 161 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.28 |
| HSL | 312.66º | 0.43% | 0.51% | - |
| HSV(B) | 312.66º | 0.59% | 0.72% | - |
| XYZ | 28.72 | 17.8 | 35.64 | - |
| YUV | 117.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 161 | 0 | 0.59 | 0.12 | 0.28 | 312.66 | 0.43 | 0.51 |
| Hex | B8 | 4B | A1 | 0 | 3B | C | 1C | 139 | 2B | 33 |
| Octal | 270 | 113 | 241 | 0 | 73 | 14 | 34 | 471 | 53 | 63 |
| Binary | 10111000 | 1001011 | 10100001 | 0 | 111011 | 1100 | 11100 | 100111001 | 101011 | 110011 |
Color Harmonies of #B84BA1
Complementary color
Monochromatic Colors of #B84BA1
Black with #B84BA1
Text Example
Text Example
White with #B84BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BA1; }
p { color: rgb(184,75,161); }
H1.HeaderClassName
{
color: #B84BA1;
}
.AnyTagClassName
{
color: #B84BA1;
}
</style>
background-color css
<style>
a { background-color: #B84BA1; }
a { background-color: rgb(184,75,161); }
div.DivClassName
{
background-color: #B84BA1;
}
.BgClassName
{
background-color: #B84BA1;
}
</style>
border-color css
<style>
span { border-color: #B84BA1; }
span { border-color: rgb(184,75,161); }
td.TdClassName
{
border-color: #B84BA1;
}
.TagClassName
{
border-color: #B84BA1;
}
</style>