Shades of Mulberry #B74298
Tints of Mulberry #B74298
RGB
CMYK
RGB Variations
Color information
#B74298 (or 0xB74298) is known color: Mulberry. HEX triplet: B7, 42 and 98. RGB value is (183,66,152). Sum of RGB (Red+Green+Blue) = 183+66+152=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B74298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74298 is #48BD67. Grayscale: #6E6E6E. Windows color (decimal): -4767080 or 9978551. OLE color: 9978551.
HSL color Cylindrical-coordinate representation of color #B74298: hue angle of 315.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74298 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 152 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.28 |
| HSL | 315.9º | 0.47% | 0.49% | - |
| HSV(B) | 315.9º | 0.64% | 0.72% | - |
| XYZ | 27.14 | 16.23 | 31.41 | - |
| YUV | 110.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 152 | 0 | 0.64 | 0.17 | 0.28 | 315.9 | 0.47 | 0.49 |
| Hex | B7 | 42 | 98 | 0 | 40 | 11 | 1C | 13C | 2F | 31 |
| Octal | 267 | 102 | 230 | 0 | 100 | 21 | 34 | 474 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10011000 | 0 | 1000000 | 10001 | 11100 | 100111100 | 101111 | 110001 |
Color Harmonies of #B74298
Complementary color
Monochromatic Colors of #B74298
Black with #B74298
Text Example
Text Example
White with #B74298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74298; }
p { color: rgb(183,66,152); }
H1.HeaderClassName
{
color: #B74298;
}
.AnyTagClassName
{
color: #B74298;
}
</style>
background-color css
<style>
a { background-color: #B74298; }
a { background-color: rgb(183,66,152); }
div.DivClassName
{
background-color: #B74298;
}
.BgClassName
{
background-color: #B74298;
}
</style>
border-color css
<style>
span { border-color: #B74298; }
span { border-color: rgb(183,66,152); }
td.TdClassName
{
border-color: #B74298;
}
.TagClassName
{
border-color: #B74298;
}
</style>