COLOR #B071AE

HEX: #B071AE RGB: (176,113,174)

Color info

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

RGB color model

#B071AE color RGB value is (176,113,174).

RGB: (176,113,174) (69%, 44%, 68%)

RGB channels and saturation

R 176 of 255 = 69%
G 113 of 255 = 44%
B 174 of 255 = 68%

176
113
174

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

Portions of RGB colors in percentages

R + G + B = 176 + 113 + 174 = 463 (100%)
R 176 of 463 ~ 38.01%
G 113 of 463 ~ 24.41%
B 174 of 463 ~ 37.58'%

%38.01
%24.41
%37.58

CMYK color model

#B071AE color CMYK value is (0,36,1,31).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 1.14%
  • key color value is 30.98%

CMYK: (0,36,1,31)
C0M36Y1K31 (0%, 36%, 1%, 31%)
(0.00 / 0.36 / 0.01 / 0.31)

CMYK percentages

%0
%35.8
%1.14
%30.98

Codes

Color #B071AE in popluar color models

B0 71 AE
RGB 176 113 174
HSL 302° 28.51% 56.67%
HSB/HSV 302° 35.80% 69.02%
CMYK 0.00% 35.80% 1.14%
30.98%

Color #B071AE in popluar number systems.

HEX B0 71 AE
Decimal 176 113 174
Binary 10110000 1110001 10101110
Octal 260 161 256

Shades and tints

Shades of #B071AE

#B071AE
(176,113,174)
#A0679F
(160,103,159)
#905D90
(144,93,144)
#805381
(128,83,129)
#704972
(112,73,114)
#603F63
(96,63,99)
#503554
(80,53,84)
#402B45
(64,43,69)
#302136
(48,33,54)
#201727
(32,23,39)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #B071AE

#B071AE
(176,113,174)
#B77DB5
(183,125,181)
#BE89BC
(190,137,188)
#C595C3
(197,149,195)
#CCA1CA
(204,161,202)
#D3ADD1
(211,173,209)
#DAB9D8
(218,185,216)
#E1C5DF
(225,197,223)
#E8D1E6
(232,209,230)
#EFDDED
(239,221,237)
#F6E9F4
(246,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B071AE color. Also use rgb(176,113,174) instead hex code.

Text Font Color

.myTextColor { color: #B071AE; }

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

This text font color is #B071AE.

Background Color

.myBgColor { background-color: #B071AE; }

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

This div background color is #B071AE.

Border color

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

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

This div border color is #B071AE.

Opacity

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

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

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

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

This text has shadow with #B071AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B071AE.

Preview

Color preview on black background

This text has color #B071AE on black background.


Color preview on white background

This text has color #B071AE on white background.


Black color preview on #B071AE background

This text has black color on #B071AE background.


White color preview on #B071AE background

This text has white color on #B071AE background.


Related colors

Complementary color

Complementary color for #hex is #4F8E51.


I love getcolorcode.com

Triadic colors

1 #AEB071 and #71AEB0 with #B071AE are triadic colors.

2 #AE71B0 and #71B0AE with #B071AE are triadic colors.