Shades of Mulberry #B04A8F
Tints of Mulberry #B04A8F
RGB
CMYK
RGB Variations
Color information
#B04A8F (or 0xB04A8F) is known color: Mulberry. HEX triplet: B0, 4A and 8F. RGB value is (176,74,143). Sum of RGB (Red+Green+Blue) = 176+74+143=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A8F is #4FB570. Grayscale: #707070. Windows color (decimal): -5223793 or 9390768. OLE color: 9390768.
HSL color Cylindrical-coordinate representation of color #B04A8F: hue angle of 319.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04A8F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 143 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.31 |
| HSL | 319.41º | 0.41% | 0.49% | - |
| HSV(B) | 319.41º | 0.58% | 0.69% | - |
| XYZ | 25.31 | 16.11 | 27.76 | - |
| YUV | 112.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 143 | 0 | 0.58 | 0.19 | 0.31 | 319.41 | 0.41 | 0.49 |
| Hex | B0 | 4A | 8F | 0 | 3A | 13 | 1F | 13F | 29 | 31 |
| Octal | 260 | 112 | 217 | 0 | 72 | 23 | 37 | 477 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10001111 | 0 | 111010 | 10011 | 11111 | 100111111 | 101001 | 110001 |
Color Harmonies of #B04A8F
Complementary color
Monochromatic Colors of #B04A8F
Black with #B04A8F
Text Example
Text Example
White with #B04A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A8F; }
p { color: rgb(176,74,143); }
H1.HeaderClassName
{
color: #B04A8F;
}
.AnyTagClassName
{
color: #B04A8F;
}
</style>
background-color css
<style>
a { background-color: #B04A8F; }
a { background-color: rgb(176,74,143); }
div.DivClassName
{
background-color: #B04A8F;
}
.BgClassName
{
background-color: #B04A8F;
}
</style>
border-color css
<style>
span { border-color: #B04A8F; }
span { border-color: rgb(176,74,143); }
td.TdClassName
{
border-color: #B04A8F;
}
.TagClassName
{
border-color: #B04A8F;
}
</style>