#B04E91

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

Shades of Mulberry #B04E91

Tints of Mulberry #B04E91

Color information

#B04E91 (or 0xB04E91) is unknown color: approx Mulberry. HEX triplet: B0, 4E and 91. RGB value is (176,78,145). Sum of RGB (Red+Green+Blue) = 176+78+145=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04E91 is #4FB16E. Grayscale: #727272. Windows color (decimal): -5222767 or 9522864. OLE color: 9522864.

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

Color convert

RGB17678145-
CMYK00.560.180.31
HSL318.98º38.58%49.8%-
HSV(B)318.98º55.68%69.02%-
XYZ25.7416.7228.66-
YUV114.94144.97171.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=44.11%
G=19.55%
B=36.34%

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
Decimal1767814500.560.180.31318.9838.5849.8
HexB04E91038121F13f2732
Octal26011622107022374774762
Binary1011000010011101001000101110001001011111100111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E91; }

 p { color: rgb(176,78,145); }

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

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

 a { background-color: rgb(176,78,145); }

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

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

 span { border-color: rgb(176,78,145); }

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