COLOR #B37EFE

HEX: #B37EFE
RGB: (179,126,254)

Color info

#B37EFE contains mainly blue color. Web safe color of #B37EFE is #9966FF (or #96F).

RGB color model

#B37EFE color RGB value is (179,126,254).

  • red value is 179;
  • green value is 126;
  • blue value is 254.
RGB:
(179,126,254)
(70%,49%,100%)

RGB channels and saturation

R 179 of 255 = 70%
G 126 of 255 = 49%
B 254 of 255 = 100%

179
126
254

R + G + B ~ 73%. #B37EFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 126 + 254 = 559 (100%)
R 179 of 559 ~ 32.02%
G 126 of 559 ~ 22.54%
B 254 of 559 ~ 45.44%

%32.02
%22.54
%45.44

CMYK color model

#B37EFE color CMYK value is (30,50,0,0).

  • cyan value is 29.53%
  • magenta value is 50.39%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(30,50,0,0)
C30M50Y0K0 
(30%,50%,0%,0%)
(0.30/0.50/0.00/0.00)	

CMYK percentages

%29.53
%50.39
%0
%0.39

Codes

Color #B37EFE in popluar color models

B37EFE
RGB179126254
HSL265°98.46%74.51%
HSB/HSV265°50.39%99.61%
CMYK29.53%50.39%0.00%
0.39%

Color #B37EFE in popluar number systems.

HEXB37EFE
Decimal179126254
Binary10110011111111011111110
Octal263176376

Shades and tints

Shades of #B37EFE

#B37EFE
(179,126,254)
#A373E7
(163,115,231)
#9368D0
(147,104,208)
#835DB9
(131,93,185)
#7352A2
(115,82,162)
#63478B
(99,71,139)
#533C74
(83,60,116)
#43315D
(67,49,93)
#332646
(51,38,70)
#231B2F
(35,27,47)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #B37EFE

#B37EFE
(179,126,254)
#B989FE
(185,137,254)
#BF94FE
(191,148,254)
#C59FFE
(197,159,254)
#CBAAFE
(203,170,254)
#D1B5FE
(209,181,254)
#D7C0FE
(215,192,254)
#DDCBFE
(221,203,254)
#E3D6FE
(227,214,254)
#E9E1FE
(233,225,254)
#EFECFE
(239,236,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37EFE color. Also use rgb(179,126,254) instead hex code.

Text Font Color

.myTextColor { color: #B37EFE; }

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

This text font color is #B37EFE.


Background Color

.myBgColor { background-color: #B37EFE; }

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

This div background color is #B37EFE.


Border color

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

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

This div border color is #B37EFE.


Opacity

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

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

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

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

This text has shadow with #B37EFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37EFE on black background.


Color preview on white background

This text has color #B37EFE on white background.



Black color preview on #B37EFE background

This text has black color on #B37EFE background.


White color preview on #B37EFE background

This text has white color on #B37EFE background.