COLOR #B291AD

HEX: #B291AD RGB: (178,145,173)

Color info

#B291AD contains red, green and blue colors in about the same proportion. Web safe color of #B291AD is #999999 (or #999).

RGB color model

#B291AD color RGB value is (178,145,173).

RGB: (178,145,173) (70%, 57%, 68%)

RGB channels and saturation

R 178 of 255 = 70%
G 145 of 255 = 57%
B 173 of 255 = 68%

178
145
173

R + G + B ~ 65%. #B291AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 145 + 173 = 496 (100%)
R 178 of 496 ~ 35.89%
G 145 of 496 ~ 29.23%
B 173 of 496 ~ 34.88'%

%35.89
%29.23
%34.88

CMYK color model

#B291AD color CMYK value is (0,19,3,30).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 2.81%
  • key color value is 30.20%

CMYK: (0,19,3,30)
C0M19Y3K30 (0%, 19%, 3%, 30%)
(0.00 / 0.19 / 0.03 / 0.30)

CMYK percentages

%0
%18.54
%2.81
%30.2

Codes

Color #B291AD in popluar color models

B2 91 AD
RGB 178 145 173
HSL 309° 17.65% 63.33%
HSB/HSV 309° 18.54% 69.80%
CMYK 0.00% 18.54% 2.81%
30.20%

Color #B291AD in popluar number systems.

HEX B2 91 AD
Decimal 178 145 173
Binary 10110010 10010001 10101101
Octal 262 221 255

Shades and tints

Shades of #B291AD

#B291AD
(178,145,173)
#A2849E
(162,132,158)
#92778F
(146,119,143)
#826A80
(130,106,128)
#725D71
(114,93,113)
#625062
(98,80,98)
#524353
(82,67,83)
#423644
(66,54,68)
#322935
(50,41,53)
#221C26
(34,28,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #B291AD

#B291AD
(178,145,173)
#B99BB4
(185,155,180)
#C0A5BB
(192,165,187)
#C7AFC2
(199,175,194)
#CEB9C9
(206,185,201)
#D5C3D0
(213,195,208)
#DCCDD7
(220,205,215)
#E3D7DE
(227,215,222)
#EAE1E5
(234,225,229)
#F1EBEC
(241,235,236)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B291AD color. Also use rgb(178,145,173) instead hex code.

Text Font Color

.myTextColor { color: #B291AD; }

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

This text font color is #B291AD.

Background Color

.myBgColor { background-color: #B291AD; }

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

This div background color is #B291AD.

Border color

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

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

This div border color is #B291AD.

Opacity

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

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

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

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

This text has shadow with #B291AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B291AD.

Preview

Color preview on black background

This text has color #B291AD on black background.


Color preview on white background

This text has color #B291AD on white background.


Black color preview on #B291AD background

This text has black color on #B291AD background.


White color preview on #B291AD background

This text has white color on #B291AD background.


Related colors

Complementary color

Complementary color for #hex is #4D6E52.


I love getcolorcode.com

Triadic colors

1 #ADB291 and #91ADB2 with #B291AD are triadic colors.

2 #AD91B2 and #91B2AD with #B291AD are triadic colors.