COLOR #B683E5

HEX: #B683E5
RGB: (182,131,229)

Color info

#B683E5 contains mainly red and blue colors. Web safe color of #B683E5 is #CC99CC (or #C9C).

RGB color model

#B683E5 color RGB value is (182,131,229).

  • red value is 182;
  • green value is 131;
  • blue value is 229.
RGB:
(182,131,229)
(71%,51%,90%)

RGB channels and saturation

R 182 of 255 = 71%
G 131 of 255 = 51%
B 229 of 255 = 90%

182
131
229

R + G + B ~ 71%. #B683E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 131 + 229 = 542 (100%)
R 182 of 542 ~ 33.58%
G 131 of 542 ~ 24.17%
B 229 of 542 ~ 42.25%

%33.58
%24.17
%42.25

CMYK color model

#B683E5 color CMYK value is (21,43,0,10).

  • cyan value is 20.52%
  • magenta value is 42.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(21,43,0,10)
C21M43Y0K10 
(21%,43%,0%,10%)
(0.21/0.43/0.00/0.10)	

CMYK percentages

%20.52
%42.79
%0
%10.2

Codes

Color #B683E5 in popluar color models

B683E5
RGB182131229
HSL271°65.33%70.59%
HSB/HSV271°42.79%89.80%
CMYK20.52%42.79%0.00%
10.20%

Color #B683E5 in popluar number systems.

HEXB683E5
Decimal182131229
Binary101101101000001111100101
Octal266203345

Shades and tints

Shades of #B683E5

#B683E5
(182,131,229)
#A678D1
(166,120,209)
#966DBD
(150,109,189)
#8662A9
(134,98,169)
#765795
(118,87,149)
#664C81
(102,76,129)
#56416D
(86,65,109)
#463659
(70,54,89)
#362B45
(54,43,69)
#262031
(38,32,49)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #B683E5

#B683E5
(182,131,229)
#BC8EE7
(188,142,231)
#C299E9
(194,153,233)
#C8A4EB
(200,164,235)
#CEAFED
(206,175,237)
#D4BAEF
(212,186,239)
#DAC5F1
(218,197,241)
#E0D0F3
(224,208,243)
#E6DBF5
(230,219,245)
#ECE6F7
(236,230,247)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B683E5 color. Also use rgb(182,131,229) instead hex code.

Text Font Color

.myTextColor { color: #B683E5; }

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

This text font color is #B683E5.


Background Color

.myBgColor { background-color: #B683E5; }

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

This div background color is #B683E5.


Border color

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

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

This div border color is #B683E5.


Opacity

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

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

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

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

This text has shadow with #B683E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B683E5 on black background.


Color preview on white background

This text has color #B683E5 on white background.



Black color preview on #B683E5 background

This text has black color on #B683E5 background.


White color preview on #B683E5 background

This text has white color on #B683E5 background.