#B04F87

Color #B04F87 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B04F87

Tints of Mulberry #B04F87

Color information

#B04F87 (or 0xB04F87) is unknown color: approx Mulberry. HEX triplet: B0, 4F and 87. RGB value is (176,79,135). Sum of RGB (Red+Green+Blue) = 176+79+135=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F87 is #4FB078. Grayscale: #727272. Windows color (decimal): -5222521 or 8867760. OLE color: 8867760.

HSL color Cylindrical-coordinate representation of color #B04F87: hue angle of 325.36º 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 #B04F87 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17679135-
CMYK00.550.230.31
HSL325.36º38.04%50%-
HSV(B)325.36º55.11%69.02%-
XYZ25.0716.5724.8-
YUV114.39139.64171.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=45.13%
G=20.26%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767913500.550.230.31325.3638.0450
HexB04F87037171F1452632
Octal26011720706727375054662
Binary1011000010011111000011101101111011111111101000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F87; }

 p { color: rgb(176,79,135); }

 H1.HeaderClassName
 {
   color: #B04F87;
 }
 .AnyTagClassName
 {
   color: #B04F87;
 }
</style>
background-color css

<style>
 a { background-color: #B04F87; }

 a { background-color: rgb(176,79,135); }

 div.DivClassName
 {
   background-color: #B04F87;
 }
 .BgClassName
 {
   background-color: #B04F87;
 }
</style>
border-color css

<style>
 span { border-color: #B04F87; }

 span { border-color: rgb(176,79,135); }

 td.TdClassName
 {
   border-color: #B04F87;
 }
 .TagClassName
 {
   border-color: #B04F87;
 }
</style>