Shades of Mulberry #B2498F
Tints of Mulberry #B2498F
RGB
CMYK
RGB Variations
Color information
#B2498F (or 0xB2498F) is known color: Mulberry. HEX triplet: B2, 49 and 8F. RGB value is (178,73,143). Sum of RGB (Red+Green+Blue) = 178+73+143=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B2498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2498F is #4DB670. Grayscale: #707070. Windows color (decimal): -5092977 or 9390514. OLE color: 9390514.
HSL color Cylindrical-coordinate representation of color #B2498F: hue angle of 320º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2498F is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 143 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.30 |
| HSL | 320º | 0.42% | 0.49% | - |
| HSV(B) | 320º | 0.59% | 0.7% | - |
| XYZ | 25.7 | 16.21 | 27.76 | - |
| YUV | 112.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 143 | 0 | 0.59 | 0.20 | 0.30 | 320 | 0.42 | 0.49 |
| Hex | B2 | 49 | 8F | 0 | 3B | 14 | 1E | 140 | 2A | 31 |
| Octal | 262 | 111 | 217 | 0 | 73 | 24 | 36 | 500 | 52 | 61 |
| Binary | 10110010 | 1001001 | 10001111 | 0 | 111011 | 10100 | 11110 | 101000000 | 101010 | 110001 |
Color Harmonies of #B2498F
Complementary color
Monochromatic Colors of #B2498F
Black with #B2498F
Text Example
Text Example
White with #B2498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2498F; }
p { color: rgb(178,73,143); }
H1.HeaderClassName
{
color: #B2498F;
}
.AnyTagClassName
{
color: #B2498F;
}
</style>
background-color css
<style>
a { background-color: #B2498F; }
a { background-color: rgb(178,73,143); }
div.DivClassName
{
background-color: #B2498F;
}
.BgClassName
{
background-color: #B2498F;
}
</style>
border-color css
<style>
span { border-color: #B2498F; }
span { border-color: rgb(178,73,143); }
td.TdClassName
{
border-color: #B2498F;
}
.TagClassName
{
border-color: #B2498F;
}
</style>