Shades of Mulberry #B74D9E
Tints of Mulberry #B74D9E
RGB
CMYK
RGB Variations
Color information
#B74D9E (or 0xB74D9E) is known color: Mulberry. HEX triplet: B7, 4D and 9E. RGB value is (183,77,158). Sum of RGB (Red+Green+Blue) = 183+77+158=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D9E is #48B261. Grayscale: #757575. Windows color (decimal): -4764258 or 10374583. OLE color: 10374583.
HSL color Cylindrical-coordinate representation of color #B74D9E: hue angle of 314.15º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D9E is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 158 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.28 |
| HSL | 314.15º | 0.42% | 0.51% | - |
| HSV(B) | 314.15º | 0.58% | 0.72% | - |
| XYZ | 28.35 | 17.84 | 34.3 | - |
| YUV | 117.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 158 | 0 | 0.58 | 0.14 | 0.28 | 314.15 | 0.42 | 0.51 |
| Hex | B7 | 4D | 9E | 0 | 3A | E | 1C | 13A | 2A | 33 |
| Octal | 267 | 115 | 236 | 0 | 72 | 16 | 34 | 472 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10011110 | 0 | 111010 | 1110 | 11100 | 100111010 | 101010 | 110011 |
Color Harmonies of #B74D9E
Complementary color
Monochromatic Colors of #B74D9E
Black with #B74D9E
Text Example
Text Example
White with #B74D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D9E; }
p { color: rgb(183,77,158); }
H1.HeaderClassName
{
color: #B74D9E;
}
.AnyTagClassName
{
color: #B74D9E;
}
</style>
background-color css
<style>
a { background-color: #B74D9E; }
a { background-color: rgb(183,77,158); }
div.DivClassName
{
background-color: #B74D9E;
}
.BgClassName
{
background-color: #B74D9E;
}
</style>
border-color css
<style>
span { border-color: #B74D9E; }
span { border-color: rgb(183,77,158); }
td.TdClassName
{
border-color: #B74D9E;
}
.TagClassName
{
border-color: #B74D9E;
}
</style>