COLOR #B380AB

HEX: #B380AB RGB: (179,128,171)

Color info

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

RGB color model

#B380AB color RGB value is (179,128,171).

RGB: (179,128,171) (70%, 50%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 171 of 255 = 67%

179
128
171

R + G + B ~ 62%. #B380AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 128 + 171 = 478 (100%)
R 179 of 478 ~ 37.45%
G 128 of 478 ~ 26.78%
B 171 of 478 ~ 35.77'%

%37.45
%26.78
%35.77

CMYK color model

#B380AB color CMYK value is (0,28,4,30).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 4.47%
  • key color value is 29.80%

CMYK: (0,28,4,30)
C0M28Y4K30 (0%, 28%, 4%, 30%)
(0.00 / 0.28 / 0.04 / 0.30)

CMYK percentages

%0
%28.49
%4.47
%29.8

Codes

Color #B380AB in popluar color models

B3 80 AB
RGB 179 128 171
HSL 309° 25.12% 60.20%
HSB/HSV 309° 28.49% 70.20%
CMYK 0.00% 28.49% 4.47%
29.80%

Color #B380AB in popluar number systems.

HEX B3 80 AB
Decimal 179 128 171
Binary 10110011 10000000 10101011
Octal 263 200 253

Shades and tints

Shades of #B380AB

#B380AB
(179,128,171)
#A3759C
(163,117,156)
#936A8D
(147,106,141)
#835F7E
(131,95,126)
#73546F
(115,84,111)
#634960
(99,73,96)
#533E51
(83,62,81)
#433342
(67,51,66)
#332833
(51,40,51)
#231D24
(35,29,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #B380AB

#B380AB
(179,128,171)
#B98BB2
(185,139,178)
#BF96B9
(191,150,185)
#C5A1C0
(197,161,192)
#CBACC7
(203,172,199)
#D1B7CE
(209,183,206)
#D7C2D5
(215,194,213)
#DDCDDC
(221,205,220)
#E3D8E3
(227,216,227)
#E9E3EA
(233,227,234)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B380AB; }

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

This text font color is #B380AB.

Background Color

.myBgColor { background-color: #B380AB; }

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

This div background color is #B380AB.

Border color

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

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

This div border color is #B380AB.

Opacity

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

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

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

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

This text has shadow with #B380AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B380AB.

Preview

Color preview on black background

This text has color #B380AB on black background.


Color preview on white background

This text has color #B380AB on white background.


Black color preview on #B380AB background

This text has black color on #B380AB background.


White color preview on #B380AB background

This text has white color on #B380AB background.


Related colors

Complementary color

Complementary color for #hex is #4C7F54.


I love getcolorcode.com

Triadic colors

1 #ABB380 and #80ABB3 with #B380AB are triadic colors.

2 #AB80B3 and #80B3AB with #B380AB are triadic colors.