COLOR #B15A9B

HEX: #B15A9B
RGB: (177,90,155)

Color info

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

RGB color model

#B15A9B color RGB value is (177,90,155).

  • red value is 177;
  • green value is 90;
  • blue value is 155.
RGB:
(177,90,155)
(69%,35%,61%)

RGB channels and saturation

R 177 of 255 = 69%
G 90 of 255 = 35%
B 155 of 255 = 61%

177
90
155

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

Portions of RGB colors in percentages

R + G + B =
177 + 90 + 155 = 422 (100%)
R 177 of 422 ~ 41.94%
G 90 of 422 ~ 21.33%
B 155 of 422 ~ 36.73%

%41.94
%21.33
%36.73

CMYK color model

#B15A9B color CMYK value is (0,49,12,31).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(0,49,12,31)
C0M49Y12K31 
(0%,49%,12%,31%)
(0.00/0.49/0.12/0.31)	

CMYK percentages

%0
%49.15
%12.43
%30.59

Codes

Color #B15A9B in popluar color models

B15A9B
RGB17790155
HSL315°35.80%52.35%
HSB/HSV315°49.15%69.41%
CMYK0.00%49.15%12.43%
30.59%

Color #B15A9B in popluar number systems.

HEXB15A9B
Decimal17790155
Binary10110001101101010011011
Octal261132233

Shades and tints

Shades of #B15A9B

#B15A9B
(177,90,155)
#A1528D
(161,82,141)
#914A7F
(145,74,127)
#814271
(129,66,113)
#713A63
(113,58,99)
#613255
(97,50,85)
#512A47
(81,42,71)
#412239
(65,34,57)
#311A2B
(49,26,43)
#21121D
(33,18,29)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #B15A9B

#B15A9B
(177,90,155)
#B869A4
(184,105,164)
#BF78AD
(191,120,173)
#C687B6
(198,135,182)
#CD96BF
(205,150,191)
#D4A5C8
(212,165,200)
#DBB4D1
(219,180,209)
#E2C3DA
(226,195,218)
#E9D2E3
(233,210,227)
#F0E1EC
(240,225,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15A9B color. Also use rgb(177,90,155) instead hex code.

Text Font Color

.myTextColor { color: #B15A9B; }

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

This text font color is #B15A9B.


Background Color

.myBgColor { background-color: #B15A9B; }

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

This div background color is #B15A9B.


Border color

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

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

This div border color is #B15A9B.


Opacity

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

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

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

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

This text has shadow with #B15A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15A9B on black background.


Color preview on white background

This text has color #B15A9B on white background.



Black color preview on #B15A9B background

This text has black color on #B15A9B background.


White color preview on #B15A9B background

This text has white color on #B15A9B background.