COLOR #B44682

HEX: #B44682
RGB: (180,70,130)

Color info

#B44682 contains mainly red and blue colors. Web safe color of #B44682 is #CC3399 (or #C39).

RGB color model

#B44682 color RGB value is (180,70,130).

  • red value is 180;
  • green value is 70;
  • blue value is 130.
RGB:
(180,70,130)
(71%,27%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 70 of 255 = 27%
B 130 of 255 = 51%

180
70
130

R + G + B ~ 50%. #B44682 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 70 + 130 = 380 (100%)
R 180 of 380 ~ 47.37%
G 70 of 380 ~ 18.42%
B 130 of 380 ~ 34.21%

%47.37
%18.42
%34.21

CMYK color model

#B44682 color CMYK value is (0,61,28,29).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(0,61,28,29)
C0M61Y28K29 
(0%,61%,28%,29%)
(0.00/0.61/0.28/0.29)	

CMYK percentages

%0
%61.11
%27.78
%29.41

Codes

Color #B44682 in popluar color models

B44682
RGB18070130
HSL327°44.00%49.02%
HSB/HSV327°61.11%70.59%
CMYK0.00%61.11%27.78%
29.41%

Color #B44682 in popluar number systems.

HEXB44682
Decimal18070130
Binary10110100100011010000010
Octal264106202

Shades and tints

Shades of #B44682

#B44682
(180,70,130)
#A44077
(164,64,119)
#943A6C
(148,58,108)
#843461
(132,52,97)
#742E56
(116,46,86)
#64284B
(100,40,75)
#542240
(84,34,64)
#441C35
(68,28,53)
#34162A
(52,22,42)
#24101F
(36,16,31)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #B44682

#B44682
(180,70,130)
#BA568D
(186,86,141)
#C06698
(192,102,152)
#C676A3
(198,118,163)
#CC86AE
(204,134,174)
#D296B9
(210,150,185)
#D8A6C4
(216,166,196)
#DEB6CF
(222,182,207)
#E4C6DA
(228,198,218)
#EAD6E5
(234,214,229)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B44682 color. Also use rgb(180,70,130) instead hex code.

Text Font Color

.myTextColor { color: #B44682; }

<p style="color:#B44682">This sample text font color is #B44682.</p>

This text font color is #B44682.


Background Color

.myBgColor { background-color: #B44682; }

<div style="background-color:#B44682">Inner text</div>

This div background color is #B44682.


Border color

.myBorderColor { border: 1px solid #B44682; }

<div style="border:3px solid #B44682">Div</div>

This div border color is #B44682.


Opacity

.myOpacity80 { color: #B44682; opacity: 0.8; }

<p style="color:#B44682;opacity:0.8;">80%</p>

Text with #B44682 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B44682;}

<p style="text-shadow: 3px 3px 1px #B44682">Text here.</p>

This text has shadow with #B44682 color.

.textShadow {text-shadow: 3px 3px 1px #B44682, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B44682, 5px 5px 20px red">Text here.</p>

This text has shadow with #B44682 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B44682, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B44682, Direction=45, Strength=4)">Text</p>

This text has shadow with #B44682 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B44682;
  -webkit-box-shadow:	1px 1px 3px 2px #B44682;
  box-shadow:		1px 1px 3px 2px #B44682;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B44682;
-webkit-box-shadow: 1px 1px 3px 2px #B44682;
box-shadow:1px 1px 3px 2px #B44682;">
Div content here</div>
This div box has shadow with color #B44682.

Preview

Color preview on black background

This text has color #B44682 on black background.


Color preview on white background

This text has color #B44682 on white background.



Black color preview on #B44682 background

This text has black color on #B44682 background.


White color preview on #B44682 background

This text has white color on #B44682 background.