COLOR #B671AD

HEX: #B671AD RGB: (182,113,173)

Color info

#B671AD contains mainly red and blue colors. Web safe color of #B671AD is #CC6699 (or #C69).

RGB color model

#B671AD color RGB value is (182,113,173).

RGB: (182,113,173) (71%, 44%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 113 of 255 = 44%
B 173 of 255 = 68%

182
113
173

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

Portions of RGB colors in percentages

R + G + B = 182 + 113 + 173 = 468 (100%)
R 182 of 468 ~ 38.89%
G 113 of 468 ~ 24.15%
B 173 of 468 ~ 36.97'%

%38.89
%24.15
%36.97

CMYK color model

#B671AD color CMYK value is (0,38,5,29).

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 4.95%
  • key color value is 28.63%

CMYK: (0,38,5,29)
C0M38Y5K29 (0%, 38%, 5%, 29%)
(0.00 / 0.38 / 0.05 / 0.29)

CMYK percentages

%0
%37.91
%4.95
%28.63

Codes

Color #B671AD in popluar color models

B6 71 AD
RGB 182 113 173
HSL 308° 32.09% 57.84%
HSB/HSV 308° 37.91% 71.37%
CMYK 0.00% 37.91% 4.95%
28.63%

Color #B671AD in popluar number systems.

HEX B6 71 AD
Decimal 182 113 173
Binary 10110110 1110001 10101101
Octal 266 161 255

Shades and tints

Shades of #B671AD

#B671AD
(182,113,173)
#A6679E
(166,103,158)
#965D8F
(150,93,143)
#865380
(134,83,128)
#764971
(118,73,113)
#663F62
(102,63,98)
#563553
(86,53,83)
#462B44
(70,43,68)
#362135
(54,33,53)
#261726
(38,23,38)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #B671AD

#B671AD
(182,113,173)
#BC7DB4
(188,125,180)
#C289BB
(194,137,187)
#C895C2
(200,149,194)
#CEA1C9
(206,161,201)
#D4ADD0
(212,173,208)
#DAB9D7
(218,185,215)
#E0C5DE
(224,197,222)
#E6D1E5
(230,209,229)
#ECDDEC
(236,221,236)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B671AD color. Also use rgb(182,113,173) instead hex code.

Text Font Color

.myTextColor { color: #B671AD; }

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

This text font color is #B671AD.

Background Color

.myBgColor { background-color: #B671AD; }

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

This div background color is #B671AD.

Border color

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

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

This div border color is #B671AD.

Opacity

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

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

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

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

This text has shadow with #B671AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B671AD.

Preview

Color preview on black background

This text has color #B671AD on black background.


Color preview on white background

This text has color #B671AD on white background.


Black color preview on #B671AD background

This text has black color on #B671AD background.


White color preview on #B671AD background

This text has white color on #B671AD background.


Related colors

Complementary color

Complementary color for #hex is #498E52.


I love getcolorcode.com

Triadic colors

1 #ADB671 and #71ADB6 with #B671AD are triadic colors.

2 #AD71B6 and #71B6AD with #B671AD are triadic colors.