Shades of Mulberry #B84F9D
Tints of Mulberry #B84F9D
RGB
CMYK
RGB Variations
Color information
#B84F9D (or 0xB84F9D) is known color: Mulberry. HEX triplet: B8, 4F and 9D. RGB value is (184,79,157). Sum of RGB (Red+Green+Blue) = 184+79+157=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84F9D is #47B062. Grayscale: #777777. Windows color (decimal): -4698211 or 10309560. OLE color: 10309560.
HSL color Cylindrical-coordinate representation of color #B84F9D: hue angle of 315.43º 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 #B84F9D is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 157 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.28 |
| HSL | 315.43º | 0.43% | 0.52% | - |
| HSV(B) | 315.43º | 0.57% | 0.72% | - |
| XYZ | 28.65 | 18.22 | 33.9 | - |
| YUV | 119.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 157 | 0 | 0.57 | 0.15 | 0.28 | 315.43 | 0.43 | 0.52 |
| Hex | B8 | 4F | 9D | 0 | 39 | F | 1C | 13B | 2B | 34 |
| Octal | 270 | 117 | 235 | 0 | 71 | 17 | 34 | 473 | 53 | 64 |
| Binary | 10111000 | 1001111 | 10011101 | 0 | 111001 | 1111 | 11100 | 100111011 | 101011 | 110100 |
Color Harmonies of #B84F9D
Complementary color
Monochromatic Colors of #B84F9D
Black with #B84F9D
Text Example
Text Example
White with #B84F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F9D; }
p { color: rgb(184,79,157); }
H1.HeaderClassName
{
color: #B84F9D;
}
.AnyTagClassName
{
color: #B84F9D;
}
</style>
background-color css
<style>
a { background-color: #B84F9D; }
a { background-color: rgb(184,79,157); }
div.DivClassName
{
background-color: #B84F9D;
}
.BgClassName
{
background-color: #B84F9D;
}
</style>
border-color css
<style>
span { border-color: #B84F9D; }
span { border-color: rgb(184,79,157); }
td.TdClassName
{
border-color: #B84F9D;
}
.TagClassName
{
border-color: #B84F9D;
}
</style>