Shades of Mulberry #B84F9C
Tints of Mulberry #B84F9C
RGB
CMYK
RGB Variations
Color information
#B84F9C (or 0xB84F9C) is known color: Mulberry. HEX triplet: B8, 4F and 9C. RGB value is (184,79,156). Sum of RGB (Red+Green+Blue) = 184+79+156=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84F9C is #47B063. Grayscale: #767676. Windows color (decimal): -4698212 or 10244024. OLE color: 10244024.
HSL color Cylindrical-coordinate representation of color #B84F9C: hue angle of 316º 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 #B84F9C is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 156 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.28 |
| HSL | 316º | 0.43% | 0.52% | - |
| HSV(B) | 316º | 0.57% | 0.72% | - |
| XYZ | 28.56 | 18.18 | 33.46 | - |
| YUV | 119.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 156 | 0 | 0.57 | 0.15 | 0.28 | 316 | 0.43 | 0.52 |
| Hex | B8 | 4F | 9C | 0 | 39 | F | 1C | 13C | 2B | 34 |
| Octal | 270 | 117 | 234 | 0 | 71 | 17 | 34 | 474 | 53 | 64 |
| Binary | 10111000 | 1001111 | 10011100 | 0 | 111001 | 1111 | 11100 | 100111100 | 101011 | 110100 |
Color Harmonies of #B84F9C
Complementary color
Monochromatic Colors of #B84F9C
Black with #B84F9C
Text Example
Text Example
White with #B84F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F9C; }
p { color: rgb(184,79,156); }
H1.HeaderClassName
{
color: #B84F9C;
}
.AnyTagClassName
{
color: #B84F9C;
}
</style>
background-color css
<style>
a { background-color: #B84F9C; }
a { background-color: rgb(184,79,156); }
div.DivClassName
{
background-color: #B84F9C;
}
.BgClassName
{
background-color: #B84F9C;
}
</style>
border-color css
<style>
span { border-color: #B84F9C; }
span { border-color: rgb(184,79,156); }
td.TdClassName
{
border-color: #B84F9C;
}
.TagClassName
{
border-color: #B84F9C;
}
</style>