COLOR #B375AA

HEX: #B375AA RGB: (179,117,170)

Color info

#B375AA contains mainly red and blue colors. Web safe color of #B375AA is #996699 (or #969).

RGB color model

#B375AA color RGB value is (179,117,170).

RGB: (179,117,170) (70%, 46%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 117 of 255 = 46%
B 170 of 255 = 67%

179
117
170

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

Portions of RGB colors in percentages

R + G + B = 179 + 117 + 170 = 466 (100%)
R 179 of 466 ~ 38.41%
G 117 of 466 ~ 25.11%
B 170 of 466 ~ 36.48'%

%38.41
%25.11
%36.48

CMYK color model

#B375AA color CMYK value is (0,35,5,30).

  • cyan value is 0.00%
  • magenta value is 34.64%
  • yellow value is 5.03%
  • key color value is 29.80%

CMYK: (0,35,5,30)
C0M35Y5K30 (0%, 35%, 5%, 30%)
(0.00 / 0.35 / 0.05 / 0.30)

CMYK percentages

%0
%34.64
%5.03
%29.8

Codes

Color #B375AA in popluar color models

B3 75 AA
RGB 179 117 170
HSL 309° 28.97% 58.04%
HSB/HSV 309° 34.64% 70.20%
CMYK 0.00% 34.64% 5.03%
29.80%

Color #B375AA in popluar number systems.

HEX B3 75 AA
Decimal 179 117 170
Binary 10110011 1110101 10101010
Octal 263 165 252

Shades and tints

Shades of #B375AA

#B375AA
(179,117,170)
#A36B9B
(163,107,155)
#93618C
(147,97,140)
#83577D
(131,87,125)
#734D6E
(115,77,110)
#63435F
(99,67,95)
#533950
(83,57,80)
#432F41
(67,47,65)
#332532
(51,37,50)
#231B23
(35,27,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #B375AA

#B375AA
(179,117,170)
#B981B1
(185,129,177)
#BF8DB8
(191,141,184)
#C599BF
(197,153,191)
#CBA5C6
(203,165,198)
#D1B1CD
(209,177,205)
#D7BDD4
(215,189,212)
#DDC9DB
(221,201,219)
#E3D5E2
(227,213,226)
#E9E1E9
(233,225,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B375AA color. Also use rgb(179,117,170) instead hex code.

Text Font Color

.myTextColor { color: #B375AA; }

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

This text font color is #B375AA.

Background Color

.myBgColor { background-color: #B375AA; }

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

This div background color is #B375AA.

Border color

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

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

This div border color is #B375AA.

Opacity

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

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

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

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

This text has shadow with #B375AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B375AA.

Preview

Color preview on black background

This text has color #B375AA on black background.


Color preview on white background

This text has color #B375AA on white background.


Black color preview on #B375AA background

This text has black color on #B375AA background.


White color preview on #B375AA background

This text has white color on #B375AA background.


Related colors

Complementary color

Complementary color for #hex is #4C8A55.


I love getcolorcode.com

Triadic colors

1 #AAB375 and #75AAB3 with #B375AA are triadic colors.

2 #AA75B3 and #75B3AA with #B375AA are triadic colors.