COLOR #B15BA3

HEX: #B15BA3 RGB: (177,91,163)

Color info

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

RGB color model

#B15BA3 color RGB value is (177,91,163).

RGB: (177,91,163) (69%, 36%, 64%)

RGB channels and saturation

R 177 of 255 = 69%
G 91 of 255 = 36%
B 163 of 255 = 64%

177
91
163

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

Portions of RGB colors in percentages

R + G + B = 177 + 91 + 163 = 431 (100%)
R 177 of 431 ~ 41.07%
G 91 of 431 ~ 21.11%
B 163 of 431 ~ 37.82'%

%41.07
%21.11
%37.82

CMYK color model

#B15BA3 color CMYK value is (0,49,8,31).

  • cyan value is 0.00%
  • magenta value is 48.59%
  • yellow value is 7.91%
  • key color value is 30.59%

CMYK: (0,49,8,31)
C0M49Y8K31 (0%, 49%, 8%, 31%)
(0.00 / 0.49 / 0.08 / 0.31)

CMYK percentages

%0
%48.59
%7.91
%30.59

Codes

Color #B15BA3 in popluar color models

B1 5B A3
RGB 177 91 163
HSL 310° 35.54% 52.55%
HSB/HSV 310° 48.59% 69.41%
CMYK 0.00% 48.59% 7.91%
30.59%

Color #B15BA3 in popluar number systems.

HEX B1 5B A3
Decimal 177 91 163
Binary 10110001 1011011 10100011
Octal 261 133 243

Shades and tints

Shades of #B15BA3

#B15BA3
(177,91,163)
#A15395
(161,83,149)
#914B87
(145,75,135)
#814379
(129,67,121)
#713B6B
(113,59,107)
#61335D
(97,51,93)
#512B4F
(81,43,79)
#412341
(65,35,65)
#311B33
(49,27,51)
#211325
(33,19,37)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #B15BA3

#B15BA3
(177,91,163)
#B869AB
(184,105,171)
#BF77B3
(191,119,179)
#C685BB
(198,133,187)
#CD93C3
(205,147,195)
#D4A1CB
(212,161,203)
#DBAFD3
(219,175,211)
#E2BDDB
(226,189,219)
#E9CBE3
(233,203,227)
#F0D9EB
(240,217,235)
#F7E7F3
(247,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15BA3; }

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

This text font color is #B15BA3.

Background Color

.myBgColor { background-color: #B15BA3; }

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

This div background color is #B15BA3.

Border color

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

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

This div border color is #B15BA3.

Opacity

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

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

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

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

This text has shadow with #B15BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B15BA3.

Preview

Color preview on black background

This text has color #B15BA3 on black background.


Color preview on white background

This text has color #B15BA3 on white background.


Black color preview on #B15BA3 background

This text has black color on #B15BA3 background.


White color preview on #B15BA3 background

This text has white color on #B15BA3 background.


Related colors

Complementary color

Complementary color for #hex is #4EA45C.


I love getcolorcode.com

Triadic colors

1 #A3B15B and #5BA3B1 with #B15BA3 are triadic colors.

2 #A35BB1 and #5BB1A3 with #B15BA3 are triadic colors.