Shades of Mulberry #B74A9E
Tints of Mulberry #B74A9E
RGB
CMYK
RGB Variations
Color information
#B74A9E (or 0xB74A9E) is known color: Mulberry. HEX triplet: B7, 4A and 9E. RGB value is (183,74,158). Sum of RGB (Red+Green+Blue) = 183+74+158=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74A9E is #48B561. Grayscale: #737373. Windows color (decimal): -4765026 or 10373815. OLE color: 10373815.
HSL color Cylindrical-coordinate representation of color #B74A9E: hue angle of 313.76º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74A9E is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 158 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.28 |
| HSL | 313.76º | 0.43% | 0.5% | - |
| HSV(B) | 313.76º | 0.6% | 0.72% | - |
| XYZ | 28.15 | 17.43 | 34.23 | - |
| YUV | 116.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 158 | 0 | 0.60 | 0.14 | 0.28 | 313.76 | 0.43 | 0.5 |
| Hex | B7 | 4A | 9E | 0 | 3C | E | 1C | 13A | 2B | 32 |
| Octal | 267 | 112 | 236 | 0 | 74 | 16 | 34 | 472 | 53 | 62 |
| Binary | 10110111 | 1001010 | 10011110 | 0 | 111100 | 1110 | 11100 | 100111010 | 101011 | 110010 |
Color Harmonies of #B74A9E
Complementary color
Monochromatic Colors of #B74A9E
Black with #B74A9E
Text Example
Text Example
White with #B74A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A9E; }
p { color: rgb(183,74,158); }
H1.HeaderClassName
{
color: #B74A9E;
}
.AnyTagClassName
{
color: #B74A9E;
}
</style>
background-color css
<style>
a { background-color: #B74A9E; }
a { background-color: rgb(183,74,158); }
div.DivClassName
{
background-color: #B74A9E;
}
.BgClassName
{
background-color: #B74A9E;
}
</style>
border-color css
<style>
span { border-color: #B74A9E; }
span { border-color: rgb(183,74,158); }
td.TdClassName
{
border-color: #B74A9E;
}
.TagClassName
{
border-color: #B74A9E;
}
</style>