#B45495

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

Shades of Mulberry #B45495

Tints of Mulberry #B45495

Color information

#B45495 (or 0xB45495) is unknown color: approx Mulberry. HEX triplet: B4, 54 and 95. RGB value is (180,84,149). Sum of RGB (Red+Green+Blue) = 180+84+149=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B45495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45495 is #4BAB6A. Grayscale: #777777. Windows color (decimal): -4959083 or 9786548. OLE color: 9786548.

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

Color convert

RGB18084149-
CMYK00.530.170.29
HSL319.38º39.02%51.76%-
HSV(B)319.38º53.33%70.59%-
XYZ27.4218.2130.5-
YUV120.11144.3170.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=43.58%
G=20.34%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808414900.530.170.29319.3839.0251.76
HexB45495035111D13f2734
Octal26412422506521354774764
Binary1011010010101001001010101101011000111101100111111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45495; }

 p { color: rgb(180,84,149); }

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

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

 a { background-color: rgb(180,84,149); }

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

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

 span { border-color: rgb(180,84,149); }

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