COLOR #B37FE2

HEX: #B37FE2
RGB: (179,127,226)

Color info

#B37FE2 contains mainly red and blue colors. Web safe color of #B37FE2 is #9966CC (or #96C).

RGB color model

#B37FE2 color RGB value is (179,127,226).

  • red value is 179;
  • green value is 127;
  • blue value is 226.
RGB:
(179,127,226)
(70%,50%,89%)

RGB channels and saturation

R 179 of 255 = 70%
G 127 of 255 = 50%
B 226 of 255 = 89%

179
127
226

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

Portions of RGB colors in percentages

R + G + B =
179 + 127 + 226 = 532 (100%)
R 179 of 532 ~ 33.65%
G 127 of 532 ~ 23.87%
B 226 of 532 ~ 42.48%

%33.65
%23.87
%42.48

CMYK color model

#B37FE2 color CMYK value is (21,44,0,11).

  • cyan value is 20.80%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(21,44,0,11)
C21M44Y0K11 
(21%,44%,0%,11%)
(0.21/0.44/0.00/0.11)	

CMYK percentages

%20.8
%43.81
%0
%11.37

Codes

Color #B37FE2 in popluar color models

B37FE2
RGB179127226
HSL272°63.06%69.22%
HSB/HSV272°43.81%88.63%
CMYK20.80%43.81%0.00%
11.37%

Color #B37FE2 in popluar number systems.

HEXB37FE2
Decimal179127226
Binary10110011111111111100010
Octal263177342

Shades and tints

Shades of #B37FE2

#B37FE2
(179,127,226)
#A374CE
(163,116,206)
#9369BA
(147,105,186)
#835EA6
(131,94,166)
#735392
(115,83,146)
#63487E
(99,72,126)
#533D6A
(83,61,106)
#433256
(67,50,86)
#332742
(51,39,66)
#231C2E
(35,28,46)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #B37FE2

#B37FE2
(179,127,226)
#B98AE4
(185,138,228)
#BF95E6
(191,149,230)
#C5A0E8
(197,160,232)
#CBABEA
(203,171,234)
#D1B6EC
(209,182,236)
#D7C1EE
(215,193,238)
#DDCCF0
(221,204,240)
#E3D7F2
(227,215,242)
#E9E2F4
(233,226,244)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37FE2 color. Also use rgb(179,127,226) instead hex code.

Text Font Color

.myTextColor { color: #B37FE2; }

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

This text font color is #B37FE2.


Background Color

.myBgColor { background-color: #B37FE2; }

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

This div background color is #B37FE2.


Border color

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

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

This div border color is #B37FE2.


Opacity

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

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

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

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

This text has shadow with #B37FE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37FE2 on black background.


Color preview on white background

This text has color #B37FE2 on white background.



Black color preview on #B37FE2 background

This text has black color on #B37FE2 background.


White color preview on #B37FE2 background

This text has white color on #B37FE2 background.