#b45791

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

Shades of Mulberry #B45791

Tints of Mulberry #B45791

Color information

#B45791 (or 0xB45791) is unknown color: approx Mulberry. HEX triplet: B4, 57 and 91. RGB value is (180,87,145). Sum of RGB (Red+Green+Blue) = 180+87+145=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B45791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45791 is #4BA86E. Grayscale: #797979. Windows color (decimal): -4958319 or 9525172. OLE color: 9525172.

HSL color Cylindrical-coordinate representation of color #B45791: hue angle of 322.58º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45791 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18087145-
CMYK00.520.190.29
HSL322.58º38.27%52.35%-
HSV(B)322.58º51.67%70.59%-
XYZ27.3418.5628.93-
YUV121.42141.31169.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 87 (34.38% from 255) = 21.12%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=43.69%
G=21.12%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808714500.520.190.29322.5838.2752.35
HexB45791034131D1432634
Octal26412722106423355034664
Binary1011010010101111001000101101001001111101101000011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45791; }

 p { color: rgb(180,87,145); }

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

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

 a { background-color: rgb(180,87,145); }

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

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

 span { border-color: rgb(180,87,145); }

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