COLOR #B382E4

HEX: #B382E4
RGB: (179,130,228)

Color info

#B382E4 contains mainly red and blue colors. Web safe color of #B382E4 is #9999CC (or #99C).

RGB color model

#B382E4 color RGB value is (179,130,228).

  • red value is 179;
  • green value is 130;
  • blue value is 228.
RGB:
(179,130,228)
(70%,51%,89%)

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 228 of 255 = 89%

179
130
228

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

Portions of RGB colors in percentages

R + G + B =
179 + 130 + 228 = 537 (100%)
R 179 of 537 ~ 33.33%
G 130 of 537 ~ 24.21%
B 228 of 537 ~ 42.46%

%33.33
%24.21
%42.46

CMYK color model

#B382E4 color CMYK value is (21,43,0,11).

  • cyan value is 21.49%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(21,43,0,11)
C21M43Y0K11 
(21%,43%,0%,11%)
(0.21/0.43/0.00/0.11)	

CMYK percentages

%21.49
%42.98
%0
%10.59

Codes

Color #B382E4 in popluar color models

B382E4
RGB179130228
HSL270°64.47%70.20%
HSB/HSV270°42.98%89.41%
CMYK21.49%42.98%0.00%
10.59%

Color #B382E4 in popluar number systems.

HEXB382E4
Decimal179130228
Binary101100111000001011100100
Octal263202344

Shades and tints

Shades of #B382E4

#B382E4
(179,130,228)
#A377D0
(163,119,208)
#936CBC
(147,108,188)
#8361A8
(131,97,168)
#735694
(115,86,148)
#634B80
(99,75,128)
#53406C
(83,64,108)
#433558
(67,53,88)
#332A44
(51,42,68)
#231F30
(35,31,48)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #B382E4

#B382E4
(179,130,228)
#B98DE6
(185,141,230)
#BF98E8
(191,152,232)
#C5A3EA
(197,163,234)
#CBAEEC
(203,174,236)
#D1B9EE
(209,185,238)
#D7C4F0
(215,196,240)
#DDCFF2
(221,207,242)
#E3DAF4
(227,218,244)
#E9E5F6
(233,229,246)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B382E4 color. Also use rgb(179,130,228) instead hex code.

Text Font Color

.myTextColor { color: #B382E4; }

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

This text font color is #B382E4.


Background Color

.myBgColor { background-color: #B382E4; }

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

This div background color is #B382E4.


Border color

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

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

This div border color is #B382E4.


Opacity

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

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

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

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

This text has shadow with #B382E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B382E4 on black background.


Color preview on white background

This text has color #B382E4 on white background.



Black color preview on #B382E4 background

This text has black color on #B382E4 background.


White color preview on #B382E4 background

This text has white color on #B382E4 background.