#B04A91

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

Shades of Mulberry #B04A91

Tints of Mulberry #B04A91

Color information

#B04A91 (or 0xB04A91) is unknown color: approx Mulberry. HEX triplet: B0, 4A and 91. RGB value is (176,74,145). Sum of RGB (Red+Green+Blue) = 176+74+145=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A91 is #4FB56E. Grayscale: #707070. Windows color (decimal): -5223791 or 9521840. OLE color: 9521840.

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

Color convert

RGB17674145-
CMYK00.580.180.31
HSL318.24º40.8%49.02%-
HSV(B)318.24º57.95%69.02%-
XYZ25.4616.1728.57-
YUV112.59146.29173.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=44.56%
G=18.73%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767414500.580.180.31318.2440.849.02
HexB04A9103A121F13e2931
Octal26011222107222374765161
Binary1011000010010101001000101110101001011111100111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A91; }

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

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

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

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

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

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

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

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