Shades of Mulberry #B74484
Tints of Mulberry #B74484
RGB
CMYK
RGB Variations
Color information
#B74484 (or 0xB74484) is known color: Mulberry. HEX triplet: B7, 44 and 84. RGB value is (183,68,132). Sum of RGB (Red+Green+Blue) = 183+68+132=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B74484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74484 is #48BB7B. Grayscale: #6D6D6D. Windows color (decimal): -4766588 or 8668343. OLE color: 8668343.
HSL color Cylindrical-coordinate representation of color #B74484: hue angle of 326.61º 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 #B74484 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 132 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.28 |
| HSL | 326.61º | 0.46% | 0.49% | - |
| HSV(B) | 326.61º | 0.63% | 0.72% | - |
| XYZ | 25.76 | 15.87 | 23.53 | - |
| YUV | 109.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 132 | 0 | 0.63 | 0.28 | 0.28 | 326.61 | 0.46 | 0.49 |
| Hex | B7 | 44 | 84 | 0 | 3F | 1C | 1C | 147 | 2E | 31 |
| Octal | 267 | 104 | 204 | 0 | 77 | 34 | 34 | 507 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10000100 | 0 | 111111 | 11100 | 11100 | 101000111 | 101110 | 110001 |
Color Harmonies of #B74484
Complementary color
Monochromatic Colors of #B74484
Black with #B74484
Text Example
Text Example
White with #B74484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74484; }
p { color: rgb(183,68,132); }
H1.HeaderClassName
{
color: #B74484;
}
.AnyTagClassName
{
color: #B74484;
}
</style>
background-color css
<style>
a { background-color: #B74484; }
a { background-color: rgb(183,68,132); }
div.DivClassName
{
background-color: #B74484;
}
.BgClassName
{
background-color: #B74484;
}
</style>
border-color css
<style>
span { border-color: #B74484; }
span { border-color: rgb(183,68,132); }
td.TdClassName
{
border-color: #B74484;
}
.TagClassName
{
border-color: #B74484;
}
</style>