COLOR #B673E2

HEX: #B673E2
RGB: (182,115,226)

Color info

#B673E2 contains mainly red and blue colors. Web safe color of #B673E2 is #CC66CC (or #C6C).

RGB color model

#B673E2 color RGB value is (182,115,226).

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

RGB channels and saturation

R 182 of 255 = 71%
G 115 of 255 = 45%
B 226 of 255 = 89%

182
115
226

R + G + B ~ 68%. #B673E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 115 + 226 = 523 (100%)
R 182 of 523 ~ 34.8%
G 115 of 523 ~ 21.99%
B 226 of 523 ~ 43.21%

%34.8
%21.99
%43.21

CMYK color model

#B673E2 color CMYK value is (19,49,0,11).

  • cyan value is 19.47%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(19,49,0,11)
C19M49Y0K11 
(19%,49%,0%,11%)
(0.19/0.49/0.00/0.11)	

CMYK percentages

%19.47
%49.12
%0
%11.37

Codes

Color #B673E2 in popluar color models

B673E2
RGB182115226
HSL276°65.68%66.86%
HSB/HSV276°49.12%88.63%
CMYK19.47%49.12%0.00%
11.37%

Color #B673E2 in popluar number systems.

HEXB673E2
Decimal182115226
Binary10110110111001111100010
Octal266163342

Shades and tints

Shades of #B673E2

#B673E2
(182,115,226)
#A669CE
(166,105,206)
#965FBA
(150,95,186)
#8655A6
(134,85,166)
#764B92
(118,75,146)
#66417E
(102,65,126)
#56376A
(86,55,106)
#462D56
(70,45,86)
#362342
(54,35,66)
#26192E
(38,25,46)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #B673E2

#B673E2
(182,115,226)
#BC7FE4
(188,127,228)
#C28BE6
(194,139,230)
#C897E8
(200,151,232)
#CEA3EA
(206,163,234)
#D4AFEC
(212,175,236)
#DABBEE
(218,187,238)
#E0C7F0
(224,199,240)
#E6D3F2
(230,211,242)
#ECDFF4
(236,223,244)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B673E2; }

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

This text font color is #B673E2.


Background Color

.myBgColor { background-color: #B673E2; }

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

This div background color is #B673E2.


Border color

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

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

This div border color is #B673E2.


Opacity

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

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

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

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

This text has shadow with #B673E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B673E2 on black background.


Color preview on white background

This text has color #B673E2 on white background.



Black color preview on #B673E2 background

This text has black color on #B673E2 background.


White color preview on #B673E2 background

This text has white color on #B673E2 background.