Shades of Mulberry #B84AA3
Tints of Mulberry #B84AA3
RGB
CMYK
RGB Variations
Color information
#B84AA3 (or 0xB84AA3) is known color: Mulberry. HEX triplet: B8, 4A and A3. RGB value is (184,74,163). Sum of RGB (Red+Green+Blue) = 184+74+163=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AA3 is #47B55C. Grayscale: #747474. Windows color (decimal): -4699485 or 10701496. OLE color: 10701496.
HSL color Cylindrical-coordinate representation of color #B84AA3: hue angle of 311.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84AA3 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 163 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.28 |
| HSL | 311.45º | 0.44% | 0.51% | - |
| HSV(B) | 311.45º | 0.6% | 0.72% | - |
| XYZ | 28.83 | 17.73 | 36.55 | - |
| YUV | 117.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 163 | 0 | 0.60 | 0.11 | 0.28 | 311.45 | 0.44 | 0.51 |
| Hex | B8 | 4A | A3 | 0 | 3C | B | 1C | 137 | 2C | 33 |
| Octal | 270 | 112 | 243 | 0 | 74 | 13 | 34 | 467 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10100011 | 0 | 111100 | 1011 | 11100 | 100110111 | 101100 | 110011 |
Color Harmonies of #B84AA3
Complementary color
Monochromatic Colors of #B84AA3
Black with #B84AA3
Text Example
Text Example
White with #B84AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AA3; }
p { color: rgb(184,74,163); }
H1.HeaderClassName
{
color: #B84AA3;
}
.AnyTagClassName
{
color: #B84AA3;
}
</style>
background-color css
<style>
a { background-color: #B84AA3; }
a { background-color: rgb(184,74,163); }
div.DivClassName
{
background-color: #B84AA3;
}
.BgClassName
{
background-color: #B84AA3;
}
</style>
border-color css
<style>
span { border-color: #B84AA3; }
span { border-color: rgb(184,74,163); }
td.TdClassName
{
border-color: #B84AA3;
}
.TagClassName
{
border-color: #B84AA3;
}
</style>