COLOR #B29BE2

HEX: #B29BE2
RGB: (178,155,226)

Color info

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

RGB color model

#B29BE2 color RGB value is (178,155,226).

  • red value is 178;
  • green value is 155;
  • blue value is 226.
RGB: (178,155,226) (70%,61%,89%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 226 of 255 = 89%

178
155
226

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

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 226 = 559 (100%)
R 178 of 559 ~ 31.84%
G 155 of 559 ~ 27.73%
B 226 of 559 ~ 40.43%

%31.84
%27.73
%40.43

CMYK color model

#B29BE2 color CMYK value is (21,31,0,11).

  • cyan value is 21.24%
  • magenta value is 31.42%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (21,31,0,11) C21M31Y0K11 (21%,31%,0%,11%) (0.21/0.31/0.00/0.11)

CMYK percentages

%21.24
%31.42
%0
%11.37

Codes

Color #B29BE2 in popluar color models

B29BE2
RGB178155226
HSL259°55.04%74.71%
HSB/HSV259°31.42%88.63%
CMYK21.24%31.42%0.00%
11.37%

Color #B29BE2 in popluar number systems.

HEXB29BE2
Decimal178155226
Binary101100101001101111100010
Octal262233342

Shades and tints

Shades of #B29BE2

#B29BE2
(178,155,226)
#A28DCE
(162,141,206)
#927FBA
(146,127,186)
#8271A6
(130,113,166)
#726392
(114,99,146)
#62557E
(98,85,126)
#52476A
(82,71,106)
#423956
(66,57,86)
#322B42
(50,43,66)
#221D2E
(34,29,46)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #B29BE2

#B29BE2
(178,155,226)
#B9A4E4
(185,164,228)
#C0ADE6
(192,173,230)
#C7B6E8
(199,182,232)
#CEBFEA
(206,191,234)
#D5C8EC
(213,200,236)
#DCD1EE
(220,209,238)
#E3DAF0
(227,218,240)
#EAE3F2
(234,227,242)
#F1ECF4
(241,236,244)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29BE2 color. Also use rgb(178,155,226) instead hex code.

Text Font Color

.myTextColor { color: #B29BE2; }

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

This text font color is #B29BE2.


Background Color

.myBgColor { background-color: #B29BE2; }

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

This div background color is #B29BE2.


Border color

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

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

This div border color is #B29BE2.


Opacity

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

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

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

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

This text has shadow with #B29BE2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B29BE2 on black background.


Color preview on white background

This text has color #B29BE2 on white background.



Black color preview on #B29BE2 background

This text has black color on #B29BE2 background.


White color preview on #B29BE2 background

This text has white color on #B29BE2 background.