Shades of Mulberry #B04F8A
Tints of Mulberry #B04F8A
RGB
CMYK
RGB Variations
Color information
#B04F8A (or 0xB04F8A) is known color: Mulberry. HEX triplet: B0, 4F and 8A. RGB value is (176,79,138). Sum of RGB (Red+Green+Blue) = 176+79+138=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F8A is #4FB075. Grayscale: #727272. Windows color (decimal): -5222518 or 9064368. OLE color: 9064368.
HSL color Cylindrical-coordinate representation of color #B04F8A: hue angle of 323.51º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F8A is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 138 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.31 |
| HSL | 323.51º | 0.38% | 0.5% | - |
| HSV(B) | 323.51º | 0.55% | 0.69% | - |
| XYZ | 25.29 | 16.66 | 25.93 | - |
| YUV | 114.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 138 | 0 | 0.55 | 0.22 | 0.31 | 323.51 | 0.38 | 0.5 |
| Hex | B0 | 4F | 8A | 0 | 37 | 16 | 1F | 144 | 26 | 32 |
| Octal | 260 | 117 | 212 | 0 | 67 | 26 | 37 | 504 | 46 | 62 |
| Binary | 10110000 | 1001111 | 10001010 | 0 | 110111 | 10110 | 11111 | 101000100 | 100110 | 110010 |
Color Harmonies of #B04F8A
Complementary color
Monochromatic Colors of #B04F8A
Black with #B04F8A
Text Example
Text Example
White with #B04F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F8A; }
p { color: rgb(176,79,138); }
H1.HeaderClassName
{
color: #B04F8A;
}
.AnyTagClassName
{
color: #B04F8A;
}
</style>
background-color css
<style>
a { background-color: #B04F8A; }
a { background-color: rgb(176,79,138); }
div.DivClassName
{
background-color: #B04F8A;
}
.BgClassName
{
background-color: #B04F8A;
}
</style>
border-color css
<style>
span { border-color: #B04F8A; }
span { border-color: rgb(176,79,138); }
td.TdClassName
{
border-color: #B04F8A;
}
.TagClassName
{
border-color: #B04F8A;
}
</style>