#B04D90

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

Shades of Mulberry #B04D90

Tints of Mulberry #B04D90

Color information

#B04D90 (or 0xB04D90) is unknown color: approx Mulberry. HEX triplet: B0, 4D and 90. RGB value is (176,77,144). Sum of RGB (Red+Green+Blue) = 176+77+144=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D90 is #4FB26F. Grayscale: #727272. Windows color (decimal): -5223024 or 9457072. OLE color: 9457072.

HSL color Cylindrical-coordinate representation of color #B04D90: hue angle of 319.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D90 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17677144-
CMYK00.560.180.31
HSL319.39º39.13%49.61%-
HSV(B)319.39º56.25%69.02%-
XYZ25.5916.5528.23-
YUV114.24144.8172.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=44.33%
G=19.40%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767714400.560.180.31319.3939.1349.61
HexB04D90038121F13f2732
Octal26011522007022374774762
Binary1011000010011011001000001110001001011111100111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D90; }

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

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

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

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

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

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

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

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