#B04890

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

Shades of Mulberry #B04890

Tints of Mulberry #B04890

Color information

#B04890 (or 0xB04890) is unknown color: approx Mulberry. HEX triplet: B0, 48 and 90. RGB value is (176,72,144). Sum of RGB (Red+Green+Blue) = 176+72+144=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B04890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04890 is #4FB76F. Grayscale: #6F6F6F. Windows color (decimal): -5224304 or 9455792. OLE color: 9455792.

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

Color convert

RGB17672144-
CMYK00.590.180.31
HSL318.46º41.94%48.63%-
HSV(B)318.46º59.09%69.02%-
XYZ25.2615.8828.12-
YUV111.3146.46174.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 72 (28.52% from 255) = 18.37%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=44.90%
G=18.37%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767214400.590.180.31318.4641.9448.63
HexB0489003B121F13e2a31
Octal26011022007322374765261
Binary1011000010010001001000001110111001011111100111110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04890; }

 p { color: rgb(176,72,144); }

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

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

 a { background-color: rgb(176,72,144); }

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

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

 span { border-color: rgb(176,72,144); }

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