Shades of Mulberry #B74B9E
Tints of Mulberry #B74B9E
RGB
CMYK
RGB Variations
Color information
#B74B9E (or 0xB74B9E) is known color: Mulberry. HEX triplet: B7, 4B and 9E. RGB value is (183,75,158). Sum of RGB (Red+Green+Blue) = 183+75+158=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B9E is #48B461. Grayscale: #747474. Windows color (decimal): -4764770 or 10374071. OLE color: 10374071.
HSL color Cylindrical-coordinate representation of color #B74B9E: hue angle of 313.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B9E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 158 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.28 |
| HSL | 313.89º | 0.43% | 0.51% | - |
| HSV(B) | 313.89º | 0.59% | 0.72% | - |
| XYZ | 28.22 | 17.57 | 34.25 | - |
| YUV | 116.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 158 | 0 | 0.59 | 0.14 | 0.28 | 313.89 | 0.43 | 0.51 |
| Hex | B7 | 4B | 9E | 0 | 3B | E | 1C | 13A | 2B | 33 |
| Octal | 267 | 113 | 236 | 0 | 73 | 16 | 34 | 472 | 53 | 63 |
| Binary | 10110111 | 1001011 | 10011110 | 0 | 111011 | 1110 | 11100 | 100111010 | 101011 | 110011 |
Color Harmonies of #B74B9E
Complementary color
Monochromatic Colors of #B74B9E
Black with #B74B9E
Text Example
Text Example
White with #B74B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B9E; }
p { color: rgb(183,75,158); }
H1.HeaderClassName
{
color: #B74B9E;
}
.AnyTagClassName
{
color: #B74B9E;
}
</style>
background-color css
<style>
a { background-color: #B74B9E; }
a { background-color: rgb(183,75,158); }
div.DivClassName
{
background-color: #B74B9E;
}
.BgClassName
{
background-color: #B74B9E;
}
</style>
border-color css
<style>
span { border-color: #B74B9E; }
span { border-color: rgb(183,75,158); }
td.TdClassName
{
border-color: #B74B9E;
}
.TagClassName
{
border-color: #B74B9E;
}
</style>