Shades of Mulberry #B74E9F
Tints of Mulberry #B74E9F
RGB
CMYK
RGB Variations
Color information
#B74E9F (or 0xB74E9F) is known color: Mulberry. HEX triplet: B7, 4E and 9F. RGB value is (183,78,159). Sum of RGB (Red+Green+Blue) = 183+78+159=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74E9F is #48B160. Grayscale: #767676. Windows color (decimal): -4764001 or 10440375. OLE color: 10440375.
HSL color Cylindrical-coordinate representation of color #B74E9F: hue angle of 313.71º 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 #B74E9F is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 159 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.28 |
| HSL | 313.71º | 0.42% | 0.51% | - |
| HSV(B) | 313.71º | 0.57% | 0.72% | - |
| XYZ | 28.51 | 18.02 | 34.78 | - |
| YUV | 118.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 159 | 0 | 0.57 | 0.13 | 0.28 | 313.71 | 0.42 | 0.51 |
| Hex | B7 | 4E | 9F | 0 | 39 | D | 1C | 13A | 2A | 33 |
| Octal | 267 | 116 | 237 | 0 | 71 | 15 | 34 | 472 | 52 | 63 |
| Binary | 10110111 | 1001110 | 10011111 | 0 | 111001 | 1101 | 11100 | 100111010 | 101010 | 110011 |
Color Harmonies of #B74E9F
Complementary color
Monochromatic Colors of #B74E9F
Black with #B74E9F
Text Example
Text Example
White with #B74E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E9F; }
p { color: rgb(183,78,159); }
H1.HeaderClassName
{
color: #B74E9F;
}
.AnyTagClassName
{
color: #B74E9F;
}
</style>
background-color css
<style>
a { background-color: #B74E9F; }
a { background-color: rgb(183,78,159); }
div.DivClassName
{
background-color: #B74E9F;
}
.BgClassName
{
background-color: #B74E9F;
}
</style>
border-color css
<style>
span { border-color: #B74E9F; }
span { border-color: rgb(183,78,159); }
td.TdClassName
{
border-color: #B74E9F;
}
.TagClassName
{
border-color: #B74E9F;
}
</style>