COLOR #B37CE8

HEX: #B37CE8 RGB: (179,124,232)

Color info

#B37CE8 contains mainly red and blue colors. Web safe color of #B37CE8 is #9966FF (or #96F).

RGB color model

#B37CE8 color RGB value is (179,124,232).

RGB: (179,124,232) (70%, 49%, 91%)

RGB channels and saturation

R 179 of 255 = 70%
G 124 of 255 = 49%
B 232 of 255 = 91%

179
124
232

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

Portions of RGB colors in percentages

R + G + B = 179 + 124 + 232 = 535 (100%)
R 179 of 535 ~ 33.46%
G 124 of 535 ~ 23.18%
B 232 of 535 ~ 43.36'%

%33.46
%23.18
%43.36

CMYK color model

#B37CE8 color CMYK value is (23,47,0,9).

  • cyan value is 22.84%
  • magenta value is 46.55%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (23,47,0,9)
C23M47Y0K9 (23%, 47%, 0%, 9%)
(0.23 / 0.47 / 0.00 / 0.09)

CMYK percentages

%22.84
%46.55
%0
%9.02

Codes

Color #B37CE8 in popluar color models

B3 7C E8
RGB 179 124 232
HSL 271° 70.13% 69.80%
HSB/HSV 271° 46.55% 90.98%
CMYK 22.84% 46.55% 0.00%
9.02%

Color #B37CE8 in popluar number systems.

HEX B3 7C E8
Decimal 179 124 232
Binary 10110011 1111100 11101000
Octal 263 174 350

Shades and tints

Shades of #B37CE8

#B37CE8
(179,124,232)
#A371D3
(163,113,211)
#9366BE
(147,102,190)
#835BA9
(131,91,169)
#735094
(115,80,148)
#63457F
(99,69,127)
#533A6A
(83,58,106)
#432F55
(67,47,85)
#332440
(51,36,64)
#23192B
(35,25,43)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #B37CE8

#B37CE8
(179,124,232)
#B987EA
(185,135,234)
#BF92EC
(191,146,236)
#C59DEE
(197,157,238)
#CBA8F0
(203,168,240)
#D1B3F2
(209,179,242)
#D7BEF4
(215,190,244)
#DDC9F6
(221,201,246)
#E3D4F8
(227,212,248)
#E9DFFA
(233,223,250)
#EFEAFC
(239,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37CE8 color. Also use rgb(179,124,232) instead hex code.

Text Font Color

.myTextColor { color: #B37CE8; }

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

This text font color is #B37CE8.

Background Color

.myBgColor { background-color: #B37CE8; }

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

This div background color is #B37CE8.

Border color

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

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

This div border color is #B37CE8.

Opacity

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

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

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

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

This text has shadow with #B37CE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37CE8.

Preview

Color preview on black background

This text has color #B37CE8 on black background.


Color preview on white background

This text has color #B37CE8 on white background.


Black color preview on #B37CE8 background

This text has black color on #B37CE8 background.


White color preview on #B37CE8 background

This text has white color on #B37CE8 background.


Related colors

Complementary color

Complementary color for #hex is #4C8317.


I love getcolorcode.com

Triadic colors

1 #E8B37C and #7CE8B3 with #B37CE8 are triadic colors.

2 #E87CB3 and #7CB3E8 with #B37CE8 are triadic colors.