Shades of Mulberry #B84B9D
Tints of Mulberry #B84B9D
RGB
CMYK
RGB Variations
Color information
#B84B9D (or 0xB84B9D) is known color: Mulberry. HEX triplet: B8, 4B and 9D. RGB value is (184,75,157). Sum of RGB (Red+Green+Blue) = 184+75+157=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84B9D is #47B462. Grayscale: #747474. Windows color (decimal): -4699235 or 10308536. OLE color: 10308536.
HSL color Cylindrical-coordinate representation of color #B84B9D: hue angle of 314.86º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84B9D is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 157 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.28 |
| HSL | 314.86º | 0.43% | 0.51% | - |
| HSV(B) | 314.86º | 0.59% | 0.72% | - |
| XYZ | 28.37 | 17.66 | 33.81 | - |
| YUV | 116.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 157 | 0 | 0.59 | 0.15 | 0.28 | 314.86 | 0.43 | 0.51 |
| Hex | B8 | 4B | 9D | 0 | 3B | F | 1C | 13B | 2B | 33 |
| Octal | 270 | 113 | 235 | 0 | 73 | 17 | 34 | 473 | 53 | 63 |
| Binary | 10111000 | 1001011 | 10011101 | 0 | 111011 | 1111 | 11100 | 100111011 | 101011 | 110011 |
Color Harmonies of #B84B9D
Complementary color
Monochromatic Colors of #B84B9D
Black with #B84B9D
Text Example
Text Example
White with #B84B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B9D; }
p { color: rgb(184,75,157); }
H1.HeaderClassName
{
color: #B84B9D;
}
.AnyTagClassName
{
color: #B84B9D;
}
</style>
background-color css
<style>
a { background-color: #B84B9D; }
a { background-color: rgb(184,75,157); }
div.DivClassName
{
background-color: #B84B9D;
}
.BgClassName
{
background-color: #B84B9D;
}
</style>
border-color css
<style>
span { border-color: #B84B9D; }
span { border-color: rgb(184,75,157); }
td.TdClassName
{
border-color: #B84B9D;
}
.TagClassName
{
border-color: #B84B9D;
}
</style>