Shades of Mulberry #B84F9A
Tints of Mulberry #B84F9A
RGB
CMYK
RGB Variations
Color information
#B84F9A (or 0xB84F9A) is known color: Mulberry. HEX triplet: B8, 4F and 9A. RGB value is (184,79,154). Sum of RGB (Red+Green+Blue) = 184+79+154=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84F9A is #47B065. Grayscale: #767676. Windows color (decimal): -4698214 or 10112952. OLE color: 10112952.
HSL color Cylindrical-coordinate representation of color #B84F9A: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B84F9A is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 154 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.28 |
| HSL | 317.14º | 0.43% | 0.52% | - |
| HSV(B) | 317.14º | 0.57% | 0.72% | - |
| XYZ | 28.4 | 18.12 | 32.57 | - |
| YUV | 118.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 154 | 0 | 0.57 | 0.16 | 0.28 | 317.14 | 0.43 | 0.52 |
| Hex | B8 | 4F | 9A | 0 | 39 | 10 | 1C | 13D | 2B | 34 |
| Octal | 270 | 117 | 232 | 0 | 71 | 20 | 34 | 475 | 53 | 64 |
| Binary | 10111000 | 1001111 | 10011010 | 0 | 111001 | 10000 | 11100 | 100111101 | 101011 | 110100 |
Color Harmonies of #B84F9A
Complementary color
Monochromatic Colors of #B84F9A
Black with #B84F9A
Text Example
Text Example
White with #B84F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F9A; }
p { color: rgb(184,79,154); }
H1.HeaderClassName
{
color: #B84F9A;
}
.AnyTagClassName
{
color: #B84F9A;
}
</style>
background-color css
<style>
a { background-color: #B84F9A; }
a { background-color: rgb(184,79,154); }
div.DivClassName
{
background-color: #B84F9A;
}
.BgClassName
{
background-color: #B84F9A;
}
</style>
border-color css
<style>
span { border-color: #B84F9A; }
span { border-color: rgb(184,79,154); }
td.TdClassName
{
border-color: #B84F9A;
}
.TagClassName
{
border-color: #B84F9A;
}
</style>