COLOR #B662E4

HEX: #B662E4
RGB: (182,98,228)

Color info

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

RGB color model

#B662E4 color RGB value is (182,98,228).

  • red value is 182;
  • green value is 98;
  • blue value is 228.
RGB:
(182,98,228)
(71%,38%,89%)

RGB channels and saturation

R 182 of 255 = 71%
G 98 of 255 = 38%
B 228 of 255 = 89%

182
98
228

R + G + B ~ 66%. #B662E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 98 + 228 = 508 (100%)
R 182 of 508 ~ 35.83%
G 98 of 508 ~ 19.29%
B 228 of 508 ~ 44.88%

%35.83
%19.29
%44.88

CMYK color model

#B662E4 color CMYK value is (20,57,0,11).

  • cyan value is 20.18%
  • magenta value is 57.02%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(20,57,0,11)
C20M57Y0K11 
(20%,57%,0%,11%)
(0.20/0.57/0.00/0.11)	

CMYK percentages

%20.18
%57.02
%0
%10.59

Codes

Color #B662E4 in popluar color models

B662E4
RGB18298228
HSL279°70.65%63.92%
HSB/HSV279°57.02%89.41%
CMYK20.18%57.02%0.00%
10.59%

Color #B662E4 in popluar number systems.

HEXB662E4
Decimal18298228
Binary10110110110001011100100
Octal266142344

Shades and tints

Shades of #B662E4

#B662E4
(182,98,228)
#A65AD0
(166,90,208)
#9652BC
(150,82,188)
#864AA8
(134,74,168)
#764294
(118,66,148)
#663A80
(102,58,128)
#56326C
(86,50,108)
#462A58
(70,42,88)
#362244
(54,34,68)
#261A30
(38,26,48)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #B662E4

#B662E4
(182,98,228)
#BC70E6
(188,112,230)
#C27EE8
(194,126,232)
#C88CEA
(200,140,234)
#CE9AEC
(206,154,236)
#D4A8EE
(212,168,238)
#DAB6F0
(218,182,240)
#E0C4F2
(224,196,242)
#E6D2F4
(230,210,244)
#ECE0F6
(236,224,246)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B662E4 color. Also use rgb(182,98,228) instead hex code.

Text Font Color

.myTextColor { color: #B662E4; }

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

This text font color is #B662E4.


Background Color

.myBgColor { background-color: #B662E4; }

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

This div background color is #B662E4.


Border color

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

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

This div border color is #B662E4.


Opacity

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

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

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

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

This text has shadow with #B662E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B662E4 on black background.


Color preview on white background

This text has color #B662E4 on white background.



Black color preview on #B662E4 background

This text has black color on #B662E4 background.


White color preview on #B662E4 background

This text has white color on #B662E4 background.