COLOR #B34DF2

HEX: #B34DF2
RGB: (179,77,242)

Color info

#B34DF2 contains mainly blue color. Web safe color of #B34DF2 is #9933FF (or #93F).

RGB color model

#B34DF2 color RGB value is (179,77,242).

  • red value is 179;
  • green value is 77;
  • blue value is 242.
RGB:
(179,77,242)
(70%,30%,95%)

RGB channels and saturation

R 179 of 255 = 70%
G 77 of 255 = 30%
B 242 of 255 = 95%

179
77
242

R + G + B ~ 65%. #B34DF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 77 + 242 = 498 (100%)
R 179 of 498 ~ 35.94%
G 77 of 498 ~ 15.46%
B 242 of 498 ~ 48.59%

%35.94
%15.46
%48.59

CMYK color model

#B34DF2 color CMYK value is (26,68,0,5).

  • cyan value is 26.03%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(26,68,0,5)
C26M68Y0K5 
(26%,68%,0%,5%)
(0.26/0.68/0.00/0.05)	

CMYK percentages

%26.03
%68.18
%0
%5.1

Codes

Color #B34DF2 in popluar color models

B34DF2
RGB17977242
HSL277°86.39%62.55%
HSB/HSV277°68.18%94.90%
CMYK26.03%68.18%0.00%
5.10%

Color #B34DF2 in popluar number systems.

HEXB34DF2
Decimal17977242
Binary10110011100110111110010
Octal263115362

Shades and tints

Shades of #B34DF2

#B34DF2
(179,77,242)
#A346DC
(163,70,220)
#933FC6
(147,63,198)
#8338B0
(131,56,176)
#73319A
(115,49,154)
#632A84
(99,42,132)
#53236E
(83,35,110)
#431C58
(67,28,88)
#331542
(51,21,66)
#230E2C
(35,14,44)
#130716
(19,7,22)
#000000
(0,0,0)

Tints of #B34DF2

#B34DF2
(179,77,242)
#B95DF3
(185,93,243)
#BF6DF4
(191,109,244)
#C57DF5
(197,125,245)
#CB8DF6
(203,141,246)
#D19DF7
(209,157,247)
#D7ADF8
(215,173,248)
#DDBDF9
(221,189,249)
#E3CDFA
(227,205,250)
#E9DDFB
(233,221,251)
#EFEDFC
(239,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34DF2 color. Also use rgb(179,77,242) instead hex code.

Text Font Color

.myTextColor { color: #B34DF2; }

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

This text font color is #B34DF2.


Background Color

.myBgColor { background-color: #B34DF2; }

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

This div background color is #B34DF2.


Border color

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

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

This div border color is #B34DF2.


Opacity

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

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

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

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

This text has shadow with #B34DF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34DF2 on black background.


Color preview on white background

This text has color #B34DF2 on white background.



Black color preview on #B34DF2 background

This text has black color on #B34DF2 background.


White color preview on #B34DF2 background

This text has white color on #B34DF2 background.