Shades of Mulberry #B84F90
Tints of Mulberry #B84F90
RGB
CMYK
RGB Variations
Color information
#B84F90 (or 0xB84F90) is known color: Mulberry. HEX triplet: B8, 4F and 90. RGB value is (184,79,144). Sum of RGB (Red+Green+Blue) = 184+79+144=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84F90 is #47B06F. Grayscale: #757575. Windows color (decimal): -4698224 or 9457592. OLE color: 9457592.
HSL color Cylindrical-coordinate representation of color #B84F90: hue angle of 322.86º 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 #B84F90 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 144 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.28 |
| HSL | 322.86º | 0.43% | 0.52% | - |
| HSV(B) | 322.86º | 0.57% | 0.72% | - |
| XYZ | 27.6 | 17.8 | 28.37 | - |
| YUV | 117.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 144 | 0 | 0.57 | 0.22 | 0.28 | 322.86 | 0.43 | 0.52 |
| Hex | B8 | 4F | 90 | 0 | 39 | 16 | 1C | 143 | 2B | 34 |
| Octal | 270 | 117 | 220 | 0 | 71 | 26 | 34 | 503 | 53 | 64 |
| Binary | 10111000 | 1001111 | 10010000 | 0 | 111001 | 10110 | 11100 | 101000011 | 101011 | 110100 |
Color Harmonies of #B84F90
Complementary color
Monochromatic Colors of #B84F90
Black with #B84F90
Text Example
Text Example
White with #B84F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F90; }
p { color: rgb(184,79,144); }
H1.HeaderClassName
{
color: #B84F90;
}
.AnyTagClassName
{
color: #B84F90;
}
</style>
background-color css
<style>
a { background-color: #B84F90; }
a { background-color: rgb(184,79,144); }
div.DivClassName
{
background-color: #B84F90;
}
.BgClassName
{
background-color: #B84F90;
}
</style>
border-color css
<style>
span { border-color: #B84F90; }
span { border-color: rgb(184,79,144); }
td.TdClassName
{
border-color: #B84F90;
}
.TagClassName
{
border-color: #B84F90;
}
</style>