COLOR #B293E7

HEX: #B293E7
RGB: (178,147,231)

Color info

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

RGB color model

#B293E7 color RGB value is (178,147,231).

  • red value is 178;
  • green value is 147;
  • blue value is 231.
RGB:
(178,147,231)
(70%,58%,91%)

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 231 of 255 = 91%

178
147
231

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

Portions of RGB colors in percentages

R + G + B =
178 + 147 + 231 = 556 (100%)
R 178 of 556 ~ 32.01%
G 147 of 556 ~ 26.44%
B 231 of 556 ~ 41.55%

%32.01
%26.44
%41.55

CMYK color model

#B293E7 color CMYK value is (23,36,0,9).

  • cyan value is 22.94%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(23,36,0,9)
C23M36Y0K9 
(23%,36%,0%,9%)
(0.23/0.36/0.00/0.09)	

CMYK percentages

%22.94
%36.36
%0
%9.41

Codes

Color #B293E7 in popluar color models

B293E7
RGB178147231
HSL262°63.64%74.12%
HSB/HSV262°36.36%90.59%
CMYK22.94%36.36%0.00%
9.41%

Color #B293E7 in popluar number systems.

HEXB293E7
Decimal178147231
Binary101100101001001111100111
Octal262223347

Shades and tints

Shades of #B293E7

#B293E7
(178,147,231)
#A286D2
(162,134,210)
#9279BD
(146,121,189)
#826CA8
(130,108,168)
#725F93
(114,95,147)
#62527E
(98,82,126)
#524569
(82,69,105)
#423854
(66,56,84)
#322B3F
(50,43,63)
#221E2A
(34,30,42)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #B293E7

#B293E7
(178,147,231)
#B99CE9
(185,156,233)
#C0A5EB
(192,165,235)
#C7AEED
(199,174,237)
#CEB7EF
(206,183,239)
#D5C0F1
(213,192,241)
#DCC9F3
(220,201,243)
#E3D2F5
(227,210,245)
#EADBF7
(234,219,247)
#F1E4F9
(241,228,249)
#F8EDFB
(248,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B293E7 color. Also use rgb(178,147,231) instead hex code.

Text Font Color

.myTextColor { color: #B293E7; }

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

This text font color is #B293E7.


Background Color

.myBgColor { background-color: #B293E7; }

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

This div background color is #B293E7.


Border color

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

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

This div border color is #B293E7.


Opacity

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

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

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

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

This text has shadow with #B293E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B293E7 on black background.


Color preview on white background

This text has color #B293E7 on white background.



Black color preview on #B293E7 background

This text has black color on #B293E7 background.


White color preview on #B293E7 background

This text has white color on #B293E7 background.