COLOR #B15EA3

HEX: #B15EA3
RGB: (177,94,163)

Color info

#B15EA3 contains mainly red and blue colors. Web safe color of #B15EA3 is #996699 (or #969).

RGB color model

#B15EA3 color RGB value is (177,94,163).

  • red value is 177;
  • green value is 94;
  • blue value is 163.
RGB:
(177,94,163)
(69%,37%,64%)

RGB channels and saturation

R 177 of 255 = 69%
G 94 of 255 = 37%
B 163 of 255 = 64%

177
94
163

R + G + B ~ 57%. #B15EA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 94 + 163 = 434 (100%)
R 177 of 434 ~ 40.78%
G 94 of 434 ~ 21.66%
B 163 of 434 ~ 37.56%

%40.78
%21.66
%37.56

CMYK color model

#B15EA3 color CMYK value is (0,47,8,31).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 7.91%
  • key color value is 30.59%
CMYK:
(0,47,8,31)
C0M47Y8K31 
(0%,47%,8%,31%)
(0.00/0.47/0.08/0.31)	

CMYK percentages

%0
%46.89
%7.91
%30.59

Codes

Color #B15EA3 in popluar color models

B15EA3
RGB17794163
HSL310°34.73%53.14%
HSB/HSV310°46.89%69.41%
CMYK0.00%46.89%7.91%
30.59%

Color #B15EA3 in popluar number systems.

HEXB15EA3
Decimal17794163
Binary10110001101111010100011
Octal261136243

Shades and tints

Shades of #B15EA3

#B15EA3
(177,94,163)
#A15695
(161,86,149)
#914E87
(145,78,135)
#814679
(129,70,121)
#713E6B
(113,62,107)
#61365D
(97,54,93)
#512E4F
(81,46,79)
#412641
(65,38,65)
#311E33
(49,30,51)
#211625
(33,22,37)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #B15EA3

#B15EA3
(177,94,163)
#B86CAB
(184,108,171)
#BF7AB3
(191,122,179)
#C688BB
(198,136,187)
#CD96C3
(205,150,195)
#D4A4CB
(212,164,203)
#DBB2D3
(219,178,211)
#E2C0DB
(226,192,219)
#E9CEE3
(233,206,227)
#F0DCEB
(240,220,235)
#F7EAF3
(247,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15EA3 color. Also use rgb(177,94,163) instead hex code.

Text Font Color

.myTextColor { color: #B15EA3; }

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

This text font color is #B15EA3.


Background Color

.myBgColor { background-color: #B15EA3; }

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

This div background color is #B15EA3.


Border color

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

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

This div border color is #B15EA3.


Opacity

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

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

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

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

This text has shadow with #B15EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15EA3 on black background.


Color preview on white background

This text has color #B15EA3 on white background.



Black color preview on #B15EA3 background

This text has black color on #B15EA3 background.


White color preview on #B15EA3 background

This text has white color on #B15EA3 background.