Shades of Mulberry #B74492
Tints of Mulberry #B74492
RGB
CMYK
RGB Variations
Color information
#B74492 (or 0xB74492) is known color: Mulberry. HEX triplet: B7, 44 and 92. RGB value is (183,68,146). Sum of RGB (Red+Green+Blue) = 183+68+146=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B74492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74492 is #48BB6D. Grayscale: #6F6F6F. Windows color (decimal): -4766574 or 9585847. OLE color: 9585847.
HSL color Cylindrical-coordinate representation of color #B74492: hue angle of 319.3º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74492 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 146 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.28 |
| HSL | 319.3º | 0.46% | 0.49% | - |
| HSV(B) | 319.3º | 0.63% | 0.72% | - |
| XYZ | 26.78 | 16.28 | 28.92 | - |
| YUV | 111.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 146 | 0 | 0.63 | 0.20 | 0.28 | 319.3 | 0.46 | 0.49 |
| Hex | B7 | 44 | 92 | 0 | 3F | 14 | 1C | 13F | 2E | 31 |
| Octal | 267 | 104 | 222 | 0 | 77 | 24 | 34 | 477 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10010010 | 0 | 111111 | 10100 | 11100 | 100111111 | 101110 | 110001 |
Color Harmonies of #B74492
Complementary color
Monochromatic Colors of #B74492
Black with #B74492
Text Example
Text Example
White with #B74492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74492; }
p { color: rgb(183,68,146); }
H1.HeaderClassName
{
color: #B74492;
}
.AnyTagClassName
{
color: #B74492;
}
</style>
background-color css
<style>
a { background-color: #B74492; }
a { background-color: rgb(183,68,146); }
div.DivClassName
{
background-color: #B74492;
}
.BgClassName
{
background-color: #B74492;
}
</style>
border-color css
<style>
span { border-color: #B74492; }
span { border-color: rgb(183,68,146); }
td.TdClassName
{
border-color: #B74492;
}
.TagClassName
{
border-color: #B74492;
}
</style>