COLOR #B15DA4

HEX: #B15DA4
RGB: (177,93,164)

Color info

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

RGB color model

#B15DA4 color RGB value is (177,93,164).

  • red value is 177;
  • green value is 93;
  • blue value is 164.
RGB:
(177,93,164)
(69%,36%,64%)

RGB channels and saturation

R 177 of 255 = 69%
G 93 of 255 = 36%
B 164 of 255 = 64%

177
93
164

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

Portions of RGB colors in percentages

R + G + B =
177 + 93 + 164 = 434 (100%)
R 177 of 434 ~ 40.78%
G 93 of 434 ~ 21.43%
B 164 of 434 ~ 37.79%

%40.78
%21.43
%37.79

CMYK color model

#B15DA4 color CMYK value is (0,47,7,31).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 7.34%
  • key color value is 30.59%
CMYK:
(0,47,7,31)
C0M47Y7K31 
(0%,47%,7%,31%)
(0.00/0.47/0.07/0.31)	

CMYK percentages

%0
%47.46
%7.34
%30.59

Codes

Color #B15DA4 in popluar color models

B15DA4
RGB17793164
HSL309°35.00%52.94%
HSB/HSV309°47.46%69.41%
CMYK0.00%47.46%7.34%
30.59%

Color #B15DA4 in popluar number systems.

HEXB15DA4
Decimal17793164
Binary10110001101110110100100
Octal261135244

Shades and tints

Shades of #B15DA4

#B15DA4
(177,93,164)
#A15596
(161,85,150)
#914D88
(145,77,136)
#81457A
(129,69,122)
#713D6C
(113,61,108)
#61355E
(97,53,94)
#512D50
(81,45,80)
#412542
(65,37,66)
#311D34
(49,29,52)
#211526
(33,21,38)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #B15DA4

#B15DA4
(177,93,164)
#B86BAC
(184,107,172)
#BF79B4
(191,121,180)
#C687BC
(198,135,188)
#CD95C4
(205,149,196)
#D4A3CC
(212,163,204)
#DBB1D4
(219,177,212)
#E2BFDC
(226,191,220)
#E9CDE4
(233,205,228)
#F0DBEC
(240,219,236)
#F7E9F4
(247,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15DA4 color. Also use rgb(177,93,164) instead hex code.

Text Font Color

.myTextColor { color: #B15DA4; }

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

This text font color is #B15DA4.


Background Color

.myBgColor { background-color: #B15DA4; }

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

This div background color is #B15DA4.


Border color

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

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

This div border color is #B15DA4.


Opacity

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

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

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

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

This text has shadow with #B15DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15DA4 on black background.


Color preview on white background

This text has color #B15DA4 on white background.



Black color preview on #B15DA4 background

This text has black color on #B15DA4 background.


White color preview on #B15DA4 background

This text has white color on #B15DA4 background.