COLOR #B382A0

HEX: #B382A0 RGB: (179,130,160)

Color info

#B382A0 contains red, green and blue colors in about the same proportion. Web safe color of #B382A0 is #999999 (or #999).

RGB color model

#B382A0 color RGB value is (179,130,160).

RGB: (179,130,160) (70%, 51%, 63%)

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 160 of 255 = 63%

179
130
160

R + G + B ~ 61%. #B382A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 130 + 160 = 469 (100%)
R 179 of 469 ~ 38.17%
G 130 of 469 ~ 27.72%
B 160 of 469 ~ 34.12'%

%38.17
%27.72
%34.12

CMYK color model

#B382A0 color CMYK value is (0,27,11,30).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK: (0,27,11,30) C0M27Y11K30 (0%,27%,11%,30%) (0.00/0.27/0.11/0.30) 

CMYK percentages

%0
%27.37
%10.61
%29.8

Codes

Color #B382A0 in popluar color models

B3 82 A0
RGB 179 130 160
HSL 323° 24.38% 60.59%
HSB/HSV 323° 27.37% 70.20%
CMYK 0.00% 27.37% 10.61%
29.80%

Color #B382A0 in popluar number systems.

HEX B3 82 A0
Decimal 179 130 160
Binary 10110011 10000010 10100000
Octal 263 202 240

Shades and tints

Shades of #B382A0

#B382A0
(179,130,160)
#A37792
(163,119,146)
#936C84
(147,108,132)
#836176
(131,97,118)
#735668
(115,86,104)
#634B5A
(99,75,90)
#53404C
(83,64,76)
#43353E
(67,53,62)
#332A30
(51,42,48)
#231F22
(35,31,34)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B382A0

#B382A0
(179,130,160)
#B98DA8
(185,141,168)
#BF98B0
(191,152,176)
#C5A3B8
(197,163,184)
#CBAEC0
(203,174,192)
#D1B9C8
(209,185,200)
#D7C4D0
(215,196,208)
#DDCFD8
(221,207,216)
#E3DAE0
(227,218,224)
#E9E5E8
(233,229,232)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B382A0 color. Also use rgb(179,130,160) instead hex code.

Text Font Color

.myTextColor { color: #B382A0; }

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

This text font color is #B382A0.

Background Color

.myBgColor { background-color: #B382A0; }

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

This div background color is #B382A0.

Border color

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

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

This div border color is #B382A0.

Opacity

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

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

Text with #B382A0 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 #B382A0;}

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

This text has shadow with #B382A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B382A0.

Preview

Color preview on black background

This text has color #B382A0 on black background.


Color preview on white background

This text has color #B382A0 on white background.


Black color preview on #B382A0 background

This text has black color on #B382A0 background.


White color preview on #B382A0 background

This text has white color on #B382A0 background.


Related colors

Complementary color

Complementary color for #hex is #4C7D5F.


I love getcolorcode.com

Triadic colors

1 #A0B382 and #82A0B3 with #B382A0 are triadic colors.

2 #A082B3 and #82B3A0 with #B382A0 are triadic colors.