#B45485

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

Shades of Mulberry #B45485

Tints of Mulberry #B45485

Color information

#B45485 (or 0xB45485) is unknown color: approx Mulberry. HEX triplet: B4, 54 and 85. RGB value is (180,84,133). Sum of RGB (Red+Green+Blue) = 180+84+133=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B45485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45485 is #4BAB7A. Grayscale: #767676. Windows color (decimal): -4959099 or 8737972. OLE color: 8737972.

HSL color Cylindrical-coordinate representation of color #B45485: hue angle of 329.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 #B45485 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18084133-
CMYK00.530.260.29
HSL329.38º39.02%51.76%-
HSV(B)329.38º53.33%70.59%-
XYZ26.2317.7424.23-
YUV118.29136.3172.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=45.34%
G=21.16%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808413300.530.260.29329.3839.0251.76
HexB454850351A1D1492734
Octal26412420506532355114764
Binary1011010010101001000010101101011101011101101001001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45485; }

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

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

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

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

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

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

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

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