Shades of Mulberry #B84F9F
Tints of Mulberry #B84F9F
RGB
CMYK
RGB Variations
Color information
#B84F9F (or 0xB84F9F) is known color: Mulberry. HEX triplet: B8, 4F and 9F. RGB value is (184,79,159). Sum of RGB (Red+Green+Blue) = 184+79+159=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84F9F is #47B060. Grayscale: #777777. Windows color (decimal): -4698209 or 10440632. OLE color: 10440632.
HSL color Cylindrical-coordinate representation of color #B84F9F: hue angle of 314.29º 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 #B84F9F is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 159 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.28 |
| HSL | 314.29º | 0.43% | 0.52% | - |
| HSV(B) | 314.29º | 0.57% | 0.72% | - |
| XYZ | 28.82 | 18.29 | 34.81 | - |
| YUV | 119.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 159 | 0 | 0.57 | 0.14 | 0.28 | 314.29 | 0.43 | 0.52 |
| Hex | B8 | 4F | 9F | 0 | 39 | E | 1C | 13A | 2B | 34 |
| Octal | 270 | 117 | 237 | 0 | 71 | 16 | 34 | 472 | 53 | 64 |
| Binary | 10111000 | 1001111 | 10011111 | 0 | 111001 | 1110 | 11100 | 100111010 | 101011 | 110100 |
Color Harmonies of #B84F9F
Complementary color
Monochromatic Colors of #B84F9F
Black with #B84F9F
Text Example
Text Example
White with #B84F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F9F; }
p { color: rgb(184,79,159); }
H1.HeaderClassName
{
color: #B84F9F;
}
.AnyTagClassName
{
color: #B84F9F;
}
</style>
background-color css
<style>
a { background-color: #B84F9F; }
a { background-color: rgb(184,79,159); }
div.DivClassName
{
background-color: #B84F9F;
}
.BgClassName
{
background-color: #B84F9F;
}
</style>
border-color css
<style>
span { border-color: #B84F9F; }
span { border-color: rgb(184,79,159); }
td.TdClassName
{
border-color: #B84F9F;
}
.TagClassName
{
border-color: #B84F9F;
}
</style>