Shades of Mulberry #B0548A
Tints of Mulberry #B0548A
RGB
CMYK
RGB Variations
Color information
#B0548A (or 0xB0548A) is known color: Mulberry. HEX triplet: B0, 54 and 8A. RGB value is (176,84,138). Sum of RGB (Red+Green+Blue) = 176+84+138=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0548A is #4FAB75. Grayscale: #757575. Windows color (decimal): -5221238 or 9065648. OLE color: 9065648.
HSL color Cylindrical-coordinate representation of color #B0548A: hue angle of 324.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0548A is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 138 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.31 |
| HSL | 324.78º | 0.37% | 0.51% | - |
| HSV(B) | 324.78º | 0.52% | 0.69% | - |
| XYZ | 25.66 | 17.41 | 26.05 | - |
| YUV | 117.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 138 | 0 | 0.52 | 0.22 | 0.31 | 324.78 | 0.37 | 0.51 |
| Hex | B0 | 54 | 8A | 0 | 34 | 16 | 1F | 145 | 25 | 33 |
| Octal | 260 | 124 | 212 | 0 | 64 | 26 | 37 | 505 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10001010 | 0 | 110100 | 10110 | 11111 | 101000101 | 100101 | 110011 |
Color Harmonies of #B0548A
Complementary color
Monochromatic Colors of #B0548A
Black with #B0548A
Text Example
Text Example
White with #B0548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0548A; }
p { color: rgb(176,84,138); }
H1.HeaderClassName
{
color: #B0548A;
}
.AnyTagClassName
{
color: #B0548A;
}
</style>
background-color css
<style>
a { background-color: #B0548A; }
a { background-color: rgb(176,84,138); }
div.DivClassName
{
background-color: #B0548A;
}
.BgClassName
{
background-color: #B0548A;
}
</style>
border-color css
<style>
span { border-color: #B0548A; }
span { border-color: rgb(176,84,138); }
td.TdClassName
{
border-color: #B0548A;
}
.TagClassName
{
border-color: #B0548A;
}
</style>