COLOR #B181BE

HEX: #B181BE
RGB: (177,129,190)

Color info

#B181BE contains mainly red and blue colors. Web safe color of #B181BE is #9999CC (or #99C).

RGB color model

#B181BE color RGB value is (177,129,190).

  • red value is 177;
  • green value is 129;
  • blue value is 190.
RGB:
(177,129,190)
(69%,51%,75%)

RGB channels and saturation

R 177 of 255 = 69%
G 129 of 255 = 51%
B 190 of 255 = 75%

177
129
190

R + G + B ~ 65%. #B181BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 129 + 190 = 496 (100%)
R 177 of 496 ~ 35.69%
G 129 of 496 ~ 26.01%
B 190 of 496 ~ 38.31%

%35.69
%26.01
%38.31

CMYK color model

#B181BE color CMYK value is (7,32,0,25).

  • cyan value is 6.84%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(7,32,0,25)
C7M32Y0K25 
(7%,32%,0%,25%)
(0.07/0.32/0.00/0.25)	

CMYK percentages

%6.84
%32.11
%0
%25.49

Codes

Color #B181BE in popluar color models

B181BE
RGB177129190
HSL287°31.94%62.55%
HSB/HSV287°32.11%74.51%
CMYK6.84%32.11%0.00%
25.49%

Color #B181BE in popluar number systems.

HEXB181BE
Decimal177129190
Binary101100011000000110111110
Octal261201276

Shades and tints

Shades of #B181BE

#B181BE
(177,129,190)
#A176AD
(161,118,173)
#916B9C
(145,107,156)
#81608B
(129,96,139)
#71557A
(113,85,122)
#614A69
(97,74,105)
#513F58
(81,63,88)
#413447
(65,52,71)
#312936
(49,41,54)
#211E25
(33,30,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B181BE

#B181BE
(177,129,190)
#B88CC3
(184,140,195)
#BF97C8
(191,151,200)
#C6A2CD
(198,162,205)
#CDADD2
(205,173,210)
#D4B8D7
(212,184,215)
#DBC3DC
(219,195,220)
#E2CEE1
(226,206,225)
#E9D9E6
(233,217,230)
#F0E4EB
(240,228,235)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B181BE color. Also use rgb(177,129,190) instead hex code.

Text Font Color

.myTextColor { color: #B181BE; }

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

This text font color is #B181BE.


Background Color

.myBgColor { background-color: #B181BE; }

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

This div background color is #B181BE.


Border color

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

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

This div border color is #B181BE.


Opacity

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

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

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

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

This text has shadow with #B181BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B181BE on black background.


Color preview on white background

This text has color #B181BE on white background.



Black color preview on #B181BE background

This text has black color on #B181BE background.


White color preview on #B181BE background

This text has white color on #B181BE background.