Shades of Mulberry #B74490
Tints of Mulberry #B74490
RGB
CMYK
RGB Variations
Color information
#B74490 (or 0xB74490) is known color: Mulberry. HEX triplet: B7, 44 and 90. RGB value is (183,68,144). Sum of RGB (Red+Green+Blue) = 183+68+144=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B74490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74490 is #48BB6F. Grayscale: #6E6E6E. Windows color (decimal): -4766576 or 9454775. OLE color: 9454775.
HSL color Cylindrical-coordinate representation of color #B74490: hue angle of 320.35º 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 #B74490 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 144 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.28 |
| HSL | 320.35º | 0.46% | 0.49% | - |
| HSV(B) | 320.35º | 0.63% | 0.72% | - |
| XYZ | 26.63 | 16.22 | 28.11 | - |
| YUV | 111.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 144 | 0 | 0.63 | 0.21 | 0.28 | 320.35 | 0.46 | 0.49 |
| Hex | B7 | 44 | 90 | 0 | 3F | 15 | 1C | 140 | 2E | 31 |
| Octal | 267 | 104 | 220 | 0 | 77 | 25 | 34 | 500 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10010000 | 0 | 111111 | 10101 | 11100 | 101000000 | 101110 | 110001 |
Color Harmonies of #B74490
Complementary color
Monochromatic Colors of #B74490
Black with #B74490
Text Example
Text Example
White with #B74490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74490; }
p { color: rgb(183,68,144); }
H1.HeaderClassName
{
color: #B74490;
}
.AnyTagClassName
{
color: #B74490;
}
</style>
background-color css
<style>
a { background-color: #B74490; }
a { background-color: rgb(183,68,144); }
div.DivClassName
{
background-color: #B74490;
}
.BgClassName
{
background-color: #B74490;
}
</style>
border-color css
<style>
span { border-color: #B74490; }
span { border-color: rgb(183,68,144); }
td.TdClassName
{
border-color: #B74490;
}
.TagClassName
{
border-color: #B74490;
}
</style>