COLOR #B1559B

HEX: #B1559B
RGB: (177,85,155)

Color info

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

RGB color model

#B1559B color RGB value is (177,85,155).

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

RGB channels and saturation

R 177 of 255 = 69%
G 85 of 255 = 33%
B 155 of 255 = 61%

177
85
155

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

Portions of RGB colors in percentages

R + G + B =
177 + 85 + 155 = 417 (100%)
R 177 of 417 ~ 42.45%
G 85 of 417 ~ 20.38%
B 155 of 417 ~ 37.17%

%42.45
%20.38
%37.17

CMYK color model

#B1559B color CMYK value is (0,52,12,31).

  • cyan value is 0.00%
  • magenta value is 51.98%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(0,52,12,31)
C0M52Y12K31 
(0%,52%,12%,31%)
(0.00/0.52/0.12/0.31)	

CMYK percentages

%0
%51.98
%12.43
%30.59

Codes

Color #B1559B in popluar color models

B1559B
RGB17785155
HSL314°37.10%51.37%
HSB/HSV314°51.98%69.41%
CMYK0.00%51.98%12.43%
30.59%

Color #B1559B in popluar number systems.

HEXB1559B
Decimal17785155
Binary10110001101010110011011
Octal261125233

Shades and tints

Shades of #B1559B

#B1559B
(177,85,155)
#A14E8D
(161,78,141)
#91477F
(145,71,127)
#814071
(129,64,113)
#713963
(113,57,99)
#613255
(97,50,85)
#512B47
(81,43,71)
#412439
(65,36,57)
#311D2B
(49,29,43)
#21161D
(33,22,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #B1559B

#B1559B
(177,85,155)
#B864A4
(184,100,164)
#BF73AD
(191,115,173)
#C682B6
(198,130,182)
#CD91BF
(205,145,191)
#D4A0C8
(212,160,200)
#DBAFD1
(219,175,209)
#E2BEDA
(226,190,218)
#E9CDE3
(233,205,227)
#F0DCEC
(240,220,236)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1559B; }

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

This text font color is #B1559B.


Background Color

.myBgColor { background-color: #B1559B; }

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

This div background color is #B1559B.


Border color

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

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

This div border color is #B1559B.


Opacity

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

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

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

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

This text has shadow with #B1559B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1559B on black background.


Color preview on white background

This text has color #B1559B on white background.



Black color preview on #B1559B background

This text has black color on #B1559B background.


White color preview on #B1559B background

This text has white color on #B1559B background.