COLOR #B293E1

HEX: #B293E1
RGB: (178,147,225)

Color info

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

RGB color model

#B293E1 color RGB value is (178,147,225).

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

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 225 of 255 = 88%

178
147
225

R + G + B ~ 72%. #B293E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 147 + 225 = 550 (100%)
R 178 of 550 ~ 32.36%
G 147 of 550 ~ 26.73%
B 225 of 550 ~ 40.91%

%32.36
%26.73
%40.91

CMYK color model

#B293E1 color CMYK value is (21,35,0,12).

  • cyan value is 20.89%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(21,35,0,12)
C21M35Y0K12 
(21%,35%,0%,12%)
(0.21/0.35/0.00/0.12)	

CMYK percentages

%20.89
%34.67
%0
%11.76

Codes

Color #B293E1 in popluar color models

B293E1
RGB178147225
HSL264°56.52%72.94%
HSB/HSV264°34.67%88.24%
CMYK20.89%34.67%0.00%
11.76%

Color #B293E1 in popluar number systems.

HEXB293E1
Decimal178147225
Binary101100101001001111100001
Octal262223341

Shades and tints

Shades of #B293E1

#B293E1
(178,147,225)
#A286CD
(162,134,205)
#9279B9
(146,121,185)
#826CA5
(130,108,165)
#725F91
(114,95,145)
#62527D
(98,82,125)
#524569
(82,69,105)
#423855
(66,56,85)
#322B41
(50,43,65)
#221E2D
(34,30,45)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #B293E1

#B293E1
(178,147,225)
#B99CE3
(185,156,227)
#C0A5E5
(192,165,229)
#C7AEE7
(199,174,231)
#CEB7E9
(206,183,233)
#D5C0EB
(213,192,235)
#DCC9ED
(220,201,237)
#E3D2EF
(227,210,239)
#EADBF1
(234,219,241)
#F1E4F3
(241,228,243)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B293E1; }

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

This text font color is #B293E1.


Background Color

.myBgColor { background-color: #B293E1; }

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

This div background color is #B293E1.


Border color

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

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

This div border color is #B293E1.


Opacity

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

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

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

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

This text has shadow with #B293E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B293E1 on black background.


Color preview on white background

This text has color #B293E1 on white background.



Black color preview on #B293E1 background

This text has black color on #B293E1 background.


White color preview on #B293E1 background

This text has white color on #B293E1 background.