COLOR #B62EE4

HEX: #B62EE4
RGB: (182,46,228)

Color info

#B62EE4 contains mainly red and blue colors. Web safe color of #B62EE4 is #CC33CC (or #C3C).

RGB color model

#B62EE4 color RGB value is (182,46,228).

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

RGB channels and saturation

R 182 of 255 = 71%
G 46 of 255 = 18%
B 228 of 255 = 89%

182
46
228

R + G + B ~ 59%. #B62EE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 46 + 228 = 456 (100%)
R 182 of 456 ~ 39.91%
G 46 of 456 ~ 10.09%
B 228 of 456 ~ 50%

%39.91
%10.09
%50

CMYK color model

#B62EE4 color CMYK value is (20,80,0,11).

  • cyan value is 20.18%
  • magenta value is 79.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(20,80,0,11)
C20M80Y0K11 
(20%,80%,0%,11%)
(0.20/0.80/0.00/0.11)	

CMYK percentages

%20.18
%79.82
%0
%10.59

Codes

Color #B62EE4 in popluar color models

B62EE4
RGB18246228
HSL285°77.12%53.73%
HSB/HSV285°79.82%89.41%
CMYK20.18%79.82%0.00%
10.59%

Color #B62EE4 in popluar number systems.

HEXB62EE4
Decimal18246228
Binary1011011010111011100100
Octal26656344

Shades and tints

Shades of #B62EE4

#B62EE4
(182,46,228)
#A62AD0
(166,42,208)
#9626BC
(150,38,188)
#8622A8
(134,34,168)
#761E94
(118,30,148)
#661A80
(102,26,128)
#56166C
(86,22,108)
#461258
(70,18,88)
#360E44
(54,14,68)
#260A30
(38,10,48)
#16061C
(22,6,28)
#000000
(0,0,0)

Tints of #B62EE4

#B62EE4
(182,46,228)
#BC41E6
(188,65,230)
#C254E8
(194,84,232)
#C867EA
(200,103,234)
#CE7AEC
(206,122,236)
#D48DEE
(212,141,238)
#DAA0F0
(218,160,240)
#E0B3F2
(224,179,242)
#E6C6F4
(230,198,244)
#ECD9F6
(236,217,246)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B62EE4; }

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

This text font color is #B62EE4.


Background Color

.myBgColor { background-color: #B62EE4; }

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

This div background color is #B62EE4.


Border color

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

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

This div border color is #B62EE4.


Opacity

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

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

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

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

This text has shadow with #B62EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B62EE4 on black background.


Color preview on white background

This text has color #B62EE4 on white background.



Black color preview on #B62EE4 background

This text has black color on #B62EE4 background.


White color preview on #B62EE4 background

This text has white color on #B62EE4 background.