COLOR #B380A0

HEX: #B380A0
RGB: (179,128,160)

Color info

#B380A0 contains red, green and blue colors in about the same proportion. Web safe color of #B380A0 is #996699 (or #969).

RGB color model

#B380A0 color RGB value is (179,128,160).

  • red value is 179;
  • green value is 128;
  • blue value is 160.
RGB:
(179,128,160)
(70%,50%,63%)

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 160 of 255 = 63%

179
128
160

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

Portions of RGB colors in percentages

R + G + B =
179 + 128 + 160 = 467 (100%)
R 179 of 467 ~ 38.33%
G 128 of 467 ~ 27.41%
B 160 of 467 ~ 34.26%

%38.33
%27.41
%34.26

CMYK color model

#B380A0 color CMYK value is (0,28,11,30).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(0,28,11,30)
C0M28Y11K30 
(0%,28%,11%,30%)
(0.00/0.28/0.11/0.30)	

CMYK percentages

%0
%28.49
%10.61
%29.8

Codes

Color #B380A0 in popluar color models

B380A0
RGB179128160
HSL322°25.12%60.20%
HSB/HSV322°28.49%70.20%
CMYK0.00%28.49%10.61%
29.80%

Color #B380A0 in popluar number systems.

HEXB380A0
Decimal179128160
Binary101100111000000010100000
Octal263200240

Shades and tints

Shades of #B380A0

#B380A0
(179,128,160)
#A37592
(163,117,146)
#936A84
(147,106,132)
#835F76
(131,95,118)
#735468
(115,84,104)
#63495A
(99,73,90)
#533E4C
(83,62,76)
#43333E
(67,51,62)
#332830
(51,40,48)
#231D22
(35,29,34)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #B380A0

#B380A0
(179,128,160)
#B98BA8
(185,139,168)
#BF96B0
(191,150,176)
#C5A1B8
(197,161,184)
#CBACC0
(203,172,192)
#D1B7C8
(209,183,200)
#D7C2D0
(215,194,208)
#DDCDD8
(221,205,216)
#E3D8E0
(227,216,224)
#E9E3E8
(233,227,232)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B380A0; }

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

This text font color is #B380A0.


Background Color

.myBgColor { background-color: #B380A0; }

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

This div background color is #B380A0.


Border color

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

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

This div border color is #B380A0.


Opacity

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

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

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

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

This text has shadow with #B380A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B380A0 on black background.


Color preview on white background

This text has color #B380A0 on white background.



Black color preview on #B380A0 background

This text has black color on #B380A0 background.


White color preview on #B380A0 background

This text has white color on #B380A0 background.