COLOR #B29FE1

HEX: #B29FE1
RGB: (178,159,225)

Color info

#B29FE1 contains mainly red and blue colors. Web safe color of #B29FE1 is #9999CC (or #99C).

RGB color model

#B29FE1 color RGB value is (178,159,225).

  • red value is 178;
  • green value is 159;
  • blue value is 225.
RGB:
(178,159,225)
(70%,62%,88%)

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 225 of 255 = 88%

178
159
225

R + G + B ~ 73%. #B29FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 159 + 225 = 562 (100%)
R 178 of 562 ~ 31.67%
G 159 of 562 ~ 28.29%
B 225 of 562 ~ 40.04%

%31.67
%28.29
%40.04

CMYK color model

#B29FE1 color CMYK value is (21,29,0,12).

  • cyan value is 20.89%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(21,29,0,12)
C21M29Y0K12 
(21%,29%,0%,12%)
(0.21/0.29/0.00/0.12)	

CMYK percentages

%20.89
%29.33
%0
%11.76

Codes

Color #B29FE1 in popluar color models

B29FE1
RGB178159225
HSL257°52.38%75.29%
HSB/HSV257°29.33%88.24%
CMYK20.89%29.33%0.00%
11.76%

Color #B29FE1 in popluar number systems.

HEXB29FE1
Decimal178159225
Binary101100101001111111100001
Octal262237341

Shades and tints

Shades of #B29FE1

#B29FE1
(178,159,225)
#A291CD
(162,145,205)
#9283B9
(146,131,185)
#8275A5
(130,117,165)
#726791
(114,103,145)
#62597D
(98,89,125)
#524B69
(82,75,105)
#423D55
(66,61,85)
#322F41
(50,47,65)
#22212D
(34,33,45)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #B29FE1

#B29FE1
(178,159,225)
#B9A7E3
(185,167,227)
#C0AFE5
(192,175,229)
#C7B7E7
(199,183,231)
#CEBFE9
(206,191,233)
#D5C7EB
(213,199,235)
#DCCFED
(220,207,237)
#E3D7EF
(227,215,239)
#EADFF1
(234,223,241)
#F1E7F3
(241,231,243)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29FE1 color. Also use rgb(178,159,225) instead hex code.

Text Font Color

.myTextColor { color: #B29FE1; }

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

This text font color is #B29FE1.


Background Color

.myBgColor { background-color: #B29FE1; }

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

This div background color is #B29FE1.


Border color

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

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

This div border color is #B29FE1.


Opacity

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

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

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

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

This text has shadow with #B29FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29FE1 on black background.


Color preview on white background

This text has color #B29FE1 on white background.



Black color preview on #B29FE1 background

This text has black color on #B29FE1 background.


White color preview on #B29FE1 background

This text has white color on #B29FE1 background.