Shades of Mulberry #B74F93
Tints of Mulberry #B74F93
RGB
CMYK
RGB Variations
Color information
#B74F93 (or 0xB74F93) is known color: Mulberry. HEX triplet: B7, 4F and 93. RGB value is (183,79,147). Sum of RGB (Red+Green+Blue) = 183+79+147=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74F93 is #48B06C. Grayscale: #757575. Windows color (decimal): -4763757 or 9654199. OLE color: 9654199.
HSL color Cylindrical-coordinate representation of color #B74F93: hue angle of 320.77º 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 #B74F93 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 147 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.28 |
| HSL | 320.77º | 0.42% | 0.51% | - |
| HSV(B) | 320.77º | 0.57% | 0.72% | - |
| XYZ | 27.59 | 17.77 | 29.58 | - |
| YUV | 117.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 147 | 0 | 0.57 | 0.20 | 0.28 | 320.77 | 0.42 | 0.51 |
| Hex | B7 | 4F | 93 | 0 | 39 | 14 | 1C | 141 | 2A | 33 |
| Octal | 267 | 117 | 223 | 0 | 71 | 24 | 34 | 501 | 52 | 63 |
| Binary | 10110111 | 1001111 | 10010011 | 0 | 111001 | 10100 | 11100 | 101000001 | 101010 | 110011 |
Color Harmonies of #B74F93
Complementary color
Monochromatic Colors of #B74F93
Black with #B74F93
Text Example
Text Example
White with #B74F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F93; }
p { color: rgb(183,79,147); }
H1.HeaderClassName
{
color: #B74F93;
}
.AnyTagClassName
{
color: #B74F93;
}
</style>
background-color css
<style>
a { background-color: #B74F93; }
a { background-color: rgb(183,79,147); }
div.DivClassName
{
background-color: #B74F93;
}
.BgClassName
{
background-color: #B74F93;
}
</style>
border-color css
<style>
span { border-color: #B74F93; }
span { border-color: rgb(183,79,147); }
td.TdClassName
{
border-color: #B74F93;
}
.TagClassName
{
border-color: #B74F93;
}
</style>