COLOR #B1529E

HEX: #B1529E
RGB: (177,82,158)

Color info

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

RGB color model

#B1529E color RGB value is (177,82,158).

  • red value is 177;
  • green value is 82;
  • blue value is 158.
RGB:
(177,82,158)
(69%,32%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 82 of 255 = 32%
B 158 of 255 = 62%

177
82
158

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

Portions of RGB colors in percentages

R + G + B =
177 + 82 + 158 = 417 (100%)
R 177 of 417 ~ 42.45%
G 82 of 417 ~ 19.66%
B 158 of 417 ~ 37.89%

%42.45
%19.66
%37.89

CMYK color model

#B1529E color CMYK value is (0,54,11,31).

  • cyan value is 0.00%
  • magenta value is 53.67%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(0,54,11,31)
C0M54Y11K31 
(0%,54%,11%,31%)
(0.00/0.54/0.11/0.31)	

CMYK percentages

%0
%53.67
%10.73
%30.59

Codes

Color #B1529E in popluar color models

B1529E
RGB17782158
HSL312°37.85%50.78%
HSB/HSV312°53.67%69.41%
CMYK0.00%53.67%10.73%
30.59%

Color #B1529E in popluar number systems.

HEXB1529E
Decimal17782158
Binary10110001101001010011110
Octal261122236

Shades and tints

Shades of #B1529E

#B1529E
(177,82,158)
#A14B90
(161,75,144)
#914482
(145,68,130)
#813D74
(129,61,116)
#713666
(113,54,102)
#612F58
(97,47,88)
#51284A
(81,40,74)
#41213C
(65,33,60)
#311A2E
(49,26,46)
#211320
(33,19,32)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #B1529E

#B1529E
(177,82,158)
#B861A6
(184,97,166)
#BF70AE
(191,112,174)
#C67FB6
(198,127,182)
#CD8EBE
(205,142,190)
#D49DC6
(212,157,198)
#DBACCE
(219,172,206)
#E2BBD6
(226,187,214)
#E9CADE
(233,202,222)
#F0D9E6
(240,217,230)
#F7E8EE
(247,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1529E color. Also use rgb(177,82,158) instead hex code.

Text Font Color

.myTextColor { color: #B1529E; }

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

This text font color is #B1529E.


Background Color

.myBgColor { background-color: #B1529E; }

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

This div background color is #B1529E.


Border color

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

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

This div border color is #B1529E.


Opacity

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

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

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

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

This text has shadow with #B1529E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1529E on black background.


Color preview on white background

This text has color #B1529E on white background.



Black color preview on #B1529E background

This text has black color on #B1529E background.


White color preview on #B1529E background

This text has white color on #B1529E background.