COLOR #B291EB

HEX: #B291EB
RGB: (178,145,235)

Color info

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

RGB color model

#B291EB color RGB value is (178,145,235).

  • red value is 178;
  • green value is 145;
  • blue value is 235.
RGB:
(178,145,235)
(70%,57%,92%)

RGB channels and saturation

R 178 of 255 = 70%
G 145 of 255 = 57%
B 235 of 255 = 92%

178
145
235

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

Portions of RGB colors in percentages

R + G + B =
178 + 145 + 235 = 558 (100%)
R 178 of 558 ~ 31.9%
G 145 of 558 ~ 25.99%
B 235 of 558 ~ 42.11%

%31.9
%25.99
%42.11

CMYK color model

#B291EB color CMYK value is (24,38,0,8).

  • cyan value is 24.26%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(24,38,0,8)
C24M38Y0K8 
(24%,38%,0%,8%)
(0.24/0.38/0.00/0.08)	

CMYK percentages

%24.26
%38.3
%0
%7.84

Codes

Color #B291EB in popluar color models

B291EB
RGB178145235
HSL262°69.23%74.51%
HSB/HSV262°38.30%92.16%
CMYK24.26%38.30%0.00%
7.84%

Color #B291EB in popluar number systems.

HEXB291EB
Decimal178145235
Binary101100101001000111101011
Octal262221353

Shades and tints

Shades of #B291EB

#B291EB
(178,145,235)
#A284D6
(162,132,214)
#9277C1
(146,119,193)
#826AAC
(130,106,172)
#725D97
(114,93,151)
#625082
(98,80,130)
#52436D
(82,67,109)
#423658
(66,54,88)
#322943
(50,41,67)
#221C2E
(34,28,46)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #B291EB

#B291EB
(178,145,235)
#B99BEC
(185,155,236)
#C0A5ED
(192,165,237)
#C7AFEE
(199,175,238)
#CEB9EF
(206,185,239)
#D5C3F0
(213,195,240)
#DCCDF1
(220,205,241)
#E3D7F2
(227,215,242)
#EAE1F3
(234,225,243)
#F1EBF4
(241,235,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B291EB; }

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

This text font color is #B291EB.


Background Color

.myBgColor { background-color: #B291EB; }

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

This div background color is #B291EB.


Border color

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

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

This div border color is #B291EB.


Opacity

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

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

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

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

This text has shadow with #B291EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B291EB on black background.


Color preview on white background

This text has color #B291EB on white background.



Black color preview on #B291EB background

This text has black color on #B291EB background.


White color preview on #B291EB background

This text has white color on #B291EB background.