COLOR #B29FEA

HEX: #B29FEA RGB: (178,159,234)

Color info

#B29FEA contains mainly red and blue colors. Web safe color of #B29FEA is #9999FF (or #99F).

RGB color model

#B29FEA color RGB value is (178,159,234).

RGB: (178,159,234) (70%, 62%, 92%)

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 234 of 255 = 92%

178
159
234

R + G + B ~ 75%. #B29FEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 159 + 234 = 571 (100%)
R 178 of 571 ~ 31.17%
G 159 of 571 ~ 27.85%
B 234 of 571 ~ 40.98'%

%31.17
%27.85
%40.98

CMYK color model

#B29FEA color CMYK value is (24,32,0,8).

  • cyan value is 23.93%
  • magenta value is 32.05%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (24,32,0,8)
C24M32Y0K8 (24%, 32%, 0%, 8%)
(0.24 / 0.32 / 0.00 / 0.08)

CMYK percentages

%23.93
%32.05
%0
%8.24

Codes

Color #B29FEA in popluar color models

B2 9F EA
RGB 178 159 234
HSL 255° 64.10% 77.06%
HSB/HSV 255° 32.05% 91.76%
CMYK 23.93% 32.05% 0.00%
8.24%

Color #B29FEA in popluar number systems.

HEX B2 9F EA
Decimal 178 159 234
Binary 10110010 10011111 11101010
Octal 262 237 352

Shades and tints

Shades of #B29FEA

#B29FEA
(178,159,234)
#A291D5
(162,145,213)
#9283C0
(146,131,192)
#8275AB
(130,117,171)
#726796
(114,103,150)
#625981
(98,89,129)
#524B6C
(82,75,108)
#423D57
(66,61,87)
#322F42
(50,47,66)
#22212D
(34,33,45)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #B29FEA

#B29FEA
(178,159,234)
#B9A7EB
(185,167,235)
#C0AFEC
(192,175,236)
#C7B7ED
(199,183,237)
#CEBFEE
(206,191,238)
#D5C7EF
(213,199,239)
#DCCFF0
(220,207,240)
#E3D7F1
(227,215,241)
#EADFF2
(234,223,242)
#F1E7F3
(241,231,243)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29FEA; }

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

This text font color is #B29FEA.

Background Color

.myBgColor { background-color: #B29FEA; }

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

This div background color is #B29FEA.

Border color

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

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

This div border color is #B29FEA.

Opacity

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

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

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

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

This text has shadow with #B29FEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29FEA.

Preview

Color preview on black background

This text has color #B29FEA on black background.


Color preview on white background

This text has color #B29FEA on white background.


Black color preview on #B29FEA background

This text has black color on #B29FEA background.


White color preview on #B29FEA background

This text has white color on #B29FEA background.


Related colors

Complementary color

Complementary color for #hex is #4D6015.


I love getcolorcode.com

Triadic colors

1 #EAB29F and #9FEAB2 with #B29FEA are triadic colors.

2 #EA9FB2 and #9FB2EA with #B29FEA are triadic colors.