Shades of Mulberry #B04893
Tints of Mulberry #B04893
RGB
CMYK
RGB Variations
Color information
#B04893 (or 0xB04893) is known color: Mulberry. HEX triplet: B0, 48 and 93. RGB value is (176,72,147). Sum of RGB (Red+Green+Blue) = 176+72+147=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B04893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04893 is #4FB76C. Grayscale: #6F6F6F. Windows color (decimal): -5224301 or 9652400. OLE color: 9652400.
HSL color Cylindrical-coordinate representation of color #B04893: hue angle of 316.73º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04893 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 147 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.31 |
| HSL | 316.73º | 0.42% | 0.49% | - |
| HSV(B) | 316.73º | 0.59% | 0.69% | - |
| XYZ | 25.49 | 15.97 | 29.34 | - |
| YUV | 111.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 147 | 0 | 0.59 | 0.16 | 0.31 | 316.73 | 0.42 | 0.49 |
| Hex | B0 | 48 | 93 | 0 | 3B | 10 | 1F | 13D | 2A | 31 |
| Octal | 260 | 110 | 223 | 0 | 73 | 20 | 37 | 475 | 52 | 61 |
| Binary | 10110000 | 1001000 | 10010011 | 0 | 111011 | 10000 | 11111 | 100111101 | 101010 | 110001 |
Color Harmonies of #B04893
Complementary color
Monochromatic Colors of #B04893
Black with #B04893
Text Example
Text Example
White with #B04893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04893; }
p { color: rgb(176,72,147); }
H1.HeaderClassName
{
color: #B04893;
}
.AnyTagClassName
{
color: #B04893;
}
</style>
background-color css
<style>
a { background-color: #B04893; }
a { background-color: rgb(176,72,147); }
div.DivClassName
{
background-color: #B04893;
}
.BgClassName
{
background-color: #B04893;
}
</style>
border-color css
<style>
span { border-color: #B04893; }
span { border-color: rgb(176,72,147); }
td.TdClassName
{
border-color: #B04893;
}
.TagClassName
{
border-color: #B04893;
}
</style>