COLOR #B29BF5

HEX: #B29BF5
RGB: (178,155,245)

Color info

#B29BF5 contains mainly blue color. Web safe color of #B29BF5 is #9999FF (or #99F).

RGB color model

#B29BF5 color RGB value is (178,155,245).

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

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 245 of 255 = 96%

178
155
245

R + G + B ~ 76%. #B29BF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 245 = 578 (100%)
R 178 of 578 ~ 30.8%
G 155 of 578 ~ 26.82%
B 245 of 578 ~ 42.39%

%30.8
%26.82
%42.39

CMYK color model

#B29BF5 color CMYK value is (27,37,0,4).

  • cyan value is 27.35%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(27,37,0,4)
C27M37Y0K4 
(27%,37%,0%,4%)
(0.27/0.37/0.00/0.04)	

CMYK percentages

%27.35
%36.73
%0
%3.92

Codes

Color #B29BF5 in popluar color models

B29BF5
RGB178155245
HSL255°81.82%78.43%
HSB/HSV255°36.73%96.08%
CMYK27.35%36.73%0.00%
3.92%

Color #B29BF5 in popluar number systems.

HEXB29BF5
Decimal178155245
Binary101100101001101111110101
Octal262233365

Shades and tints

Shades of #B29BF5

#B29BF5
(178,155,245)
#A28DDF
(162,141,223)
#927FC9
(146,127,201)
#8271B3
(130,113,179)
#72639D
(114,99,157)
#625587
(98,85,135)
#524771
(82,71,113)
#42395B
(66,57,91)
#322B45
(50,43,69)
#221D2F
(34,29,47)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #B29BF5

#B29BF5
(178,155,245)
#B9A4F5
(185,164,245)
#C0ADF5
(192,173,245)
#C7B6F5
(199,182,245)
#CEBFF5
(206,191,245)
#D5C8F5
(213,200,245)
#DCD1F5
(220,209,245)
#E3DAF5
(227,218,245)
#EAE3F5
(234,227,245)
#F1ECF5
(241,236,245)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29BF5; }

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

This text font color is #B29BF5.


Background Color

.myBgColor { background-color: #B29BF5; }

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

This div background color is #B29BF5.


Border color

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

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

This div border color is #B29BF5.


Opacity

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

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

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

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

This text has shadow with #B29BF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29BF5 on black background.


Color preview on white background

This text has color #B29BF5 on white background.



Black color preview on #B29BF5 background

This text has black color on #B29BF5 background.


White color preview on #B29BF5 background

This text has white color on #B29BF5 background.