COLOR #B673EE

HEX: #B673EE
RGB: (182,115,238)

Color info

#B673EE contains mainly red and blue colors. Web safe color of #B673EE is #CC66FF (or #C6F).

RGB color model

#B673EE color RGB value is (182,115,238).

  • red value is 182;
  • green value is 115;
  • blue value is 238.
RGB:
(182,115,238)
(71%,45%,93%)

RGB channels and saturation

R 182 of 255 = 71%
G 115 of 255 = 45%
B 238 of 255 = 93%

182
115
238

R + G + B ~ 70%. #B673EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 115 + 238 = 535 (100%)
R 182 of 535 ~ 34.02%
G 115 of 535 ~ 21.5%
B 238 of 535 ~ 44.49%

%34.02
%21.5
%44.49

CMYK color model

#B673EE color CMYK value is (24,52,0,7).

  • cyan value is 23.53%
  • magenta value is 51.68%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,52,0,7)
C24M52Y0K7 
(24%,52%,0%,7%)
(0.24/0.52/0.00/0.07)	

CMYK percentages

%23.53
%51.68
%0
%6.67

Codes

Color #B673EE in popluar color models

B673EE
RGB182115238
HSL273°78.34%69.22%
HSB/HSV273°51.68%93.33%
CMYK23.53%51.68%0.00%
6.67%

Color #B673EE in popluar number systems.

HEXB673EE
Decimal182115238
Binary10110110111001111101110
Octal266163356

Shades and tints

Shades of #B673EE

#B673EE
(182,115,238)
#A669D9
(166,105,217)
#965FC4
(150,95,196)
#8655AF
(134,85,175)
#764B9A
(118,75,154)
#664185
(102,65,133)
#563770
(86,55,112)
#462D5B
(70,45,91)
#362346
(54,35,70)
#261931
(38,25,49)
#160F1C
(22,15,28)
#000000
(0,0,0)

Tints of #B673EE

#B673EE
(182,115,238)
#BC7FEF
(188,127,239)
#C28BF0
(194,139,240)
#C897F1
(200,151,241)
#CEA3F2
(206,163,242)
#D4AFF3
(212,175,243)
#DABBF4
(218,187,244)
#E0C7F5
(224,199,245)
#E6D3F6
(230,211,246)
#ECDFF7
(236,223,247)
#F2EBF8
(242,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B673EE color. Also use rgb(182,115,238) instead hex code.

Text Font Color

.myTextColor { color: #B673EE; }

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

This text font color is #B673EE.


Background Color

.myBgColor { background-color: #B673EE; }

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

This div background color is #B673EE.


Border color

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

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

This div border color is #B673EE.


Opacity

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

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

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

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

This text has shadow with #B673EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B673EE on black background.


Color preview on white background

This text has color #B673EE on white background.



Black color preview on #B673EE background

This text has black color on #B673EE background.


White color preview on #B673EE background

This text has white color on #B673EE background.