COLOR #B155A6

HEX: #B155A6
RGB: (177,85,166)

Color info

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

RGB color model

#B155A6 color RGB value is (177,85,166).

  • red value is 177;
  • green value is 85;
  • blue value is 166.
RGB:
(177,85,166)
(69%,33%,65%)

RGB channels and saturation

R 177 of 255 = 69%
G 85 of 255 = 33%
B 166 of 255 = 65%

177
85
166

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

Portions of RGB colors in percentages

R + G + B =
177 + 85 + 166 = 428 (100%)
R 177 of 428 ~ 41.36%
G 85 of 428 ~ 19.86%
B 166 of 428 ~ 38.79%

%41.36
%19.86
%38.79

CMYK color model

#B155A6 color CMYK value is (0,52,6,31).

  • cyan value is 0.00%
  • magenta value is 51.98%
  • yellow value is 6.21%
  • key color value is 30.59%
CMYK:
(0,52,6,31)
C0M52Y6K31 
(0%,52%,6%,31%)
(0.00/0.52/0.06/0.31)	

CMYK percentages

%0
%51.98
%6.21
%30.59

Codes

Color #B155A6 in popluar color models

B155A6
RGB17785166
HSL307°37.10%51.37%
HSB/HSV307°51.98%69.41%
CMYK0.00%51.98%6.21%
30.59%

Color #B155A6 in popluar number systems.

HEXB155A6
Decimal17785166
Binary10110001101010110100110
Octal261125246

Shades and tints

Shades of #B155A6

#B155A6
(177,85,166)
#A14E97
(161,78,151)
#914788
(145,71,136)
#814079
(129,64,121)
#71396A
(113,57,106)
#61325B
(97,50,91)
#512B4C
(81,43,76)
#41243D
(65,36,61)
#311D2E
(49,29,46)
#21161F
(33,22,31)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #B155A6

#B155A6
(177,85,166)
#B864AE
(184,100,174)
#BF73B6
(191,115,182)
#C682BE
(198,130,190)
#CD91C6
(205,145,198)
#D4A0CE
(212,160,206)
#DBAFD6
(219,175,214)
#E2BEDE
(226,190,222)
#E9CDE6
(233,205,230)
#F0DCEE
(240,220,238)
#F7EBF6
(247,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B155A6 color. Also use rgb(177,85,166) instead hex code.

Text Font Color

.myTextColor { color: #B155A6; }

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

This text font color is #B155A6.


Background Color

.myBgColor { background-color: #B155A6; }

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

This div background color is #B155A6.


Border color

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

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

This div border color is #B155A6.


Opacity

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

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

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

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

This text has shadow with #B155A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B155A6 on black background.


Color preview on white background

This text has color #B155A6 on white background.



Black color preview on #B155A6 background

This text has black color on #B155A6 background.


White color preview on #B155A6 background

This text has white color on #B155A6 background.