Shades of Mulberry #B74F8D
Tints of Mulberry #B74F8D
RGB
CMYK
RGB Variations
Color information
#B74F8D (or 0xB74F8D) is known color: Mulberry. HEX triplet: B7, 4F and 8D. RGB value is (183,79,141). Sum of RGB (Red+Green+Blue) = 183+79+141=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74F8D is #48B072. Grayscale: #757575. Windows color (decimal): -4763763 or 9260983. OLE color: 9260983.
HSL color Cylindrical-coordinate representation of color #B74F8D: hue angle of 324.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74F8D is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 141 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.28 |
| HSL | 324.23º | 0.42% | 0.51% | - |
| HSV(B) | 324.23º | 0.57% | 0.72% | - |
| XYZ | 27.13 | 17.58 | 27.16 | - |
| YUV | 117.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 141 | 0 | 0.57 | 0.23 | 0.28 | 324.23 | 0.42 | 0.51 |
| Hex | B7 | 4F | 8D | 0 | 39 | 17 | 1C | 144 | 2A | 33 |
| Octal | 267 | 117 | 215 | 0 | 71 | 27 | 34 | 504 | 52 | 63 |
| Binary | 10110111 | 1001111 | 10001101 | 0 | 111001 | 10111 | 11100 | 101000100 | 101010 | 110011 |
Color Harmonies of #B74F8D
Complementary color
Monochromatic Colors of #B74F8D
Black with #B74F8D
Text Example
Text Example
White with #B74F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F8D; }
p { color: rgb(183,79,141); }
H1.HeaderClassName
{
color: #B74F8D;
}
.AnyTagClassName
{
color: #B74F8D;
}
</style>
background-color css
<style>
a { background-color: #B74F8D; }
a { background-color: rgb(183,79,141); }
div.DivClassName
{
background-color: #B74F8D;
}
.BgClassName
{
background-color: #B74F8D;
}
</style>
border-color css
<style>
span { border-color: #B74F8D; }
span { border-color: rgb(183,79,141); }
td.TdClassName
{
border-color: #B74F8D;
}
.TagClassName
{
border-color: #B74F8D;
}
</style>