COLOR #B181BD

HEX: #B181BD
RGB: (177,129,189)

Color info

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

RGB color model

#B181BD color RGB value is (177,129,189).

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

RGB channels and saturation

R 177 of 255 = 69%
G 129 of 255 = 51%
B 189 of 255 = 74%

177
129
189

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

Portions of RGB colors in percentages

R + G + B =
177 + 129 + 189 = 495 (100%)
R 177 of 495 ~ 35.76%
G 129 of 495 ~ 26.06%
B 189 of 495 ~ 38.18%

%35.76
%26.06
%38.18

CMYK color model

#B181BD color CMYK value is (6,32,0,26).

  • cyan value is 6.35%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(6,32,0,26)
C6M32Y0K26 
(6%,32%,0%,26%)
(0.06/0.32/0.00/0.26)	

CMYK percentages

%6.35
%31.75
%0
%25.88

Codes

Color #B181BD in popluar color models

B181BD
RGB177129189
HSL288°31.25%62.35%
HSB/HSV288°31.75%74.12%
CMYK6.35%31.75%0.00%
25.88%

Color #B181BD in popluar number systems.

HEXB181BD
Decimal177129189
Binary101100011000000110111101
Octal261201275

Shades and tints

Shades of #B181BD

#B181BD
(177,129,189)
#A176AC
(161,118,172)
#916B9B
(145,107,155)
#81608A
(129,96,138)
#715579
(113,85,121)
#614A68
(97,74,104)
#513F57
(81,63,87)
#413446
(65,52,70)
#312935
(49,41,53)
#211E24
(33,30,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #B181BD

#B181BD
(177,129,189)
#B88CC3
(184,140,195)
#BF97C9
(191,151,201)
#C6A2CF
(198,162,207)
#CDADD5
(205,173,213)
#D4B8DB
(212,184,219)
#DBC3E1
(219,195,225)
#E2CEE7
(226,206,231)
#E9D9ED
(233,217,237)
#F0E4F3
(240,228,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B181BD; }

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

This text font color is #B181BD.


Background Color

.myBgColor { background-color: #B181BD; }

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

This div background color is #B181BD.


Border color

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

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

This div border color is #B181BD.


Opacity

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

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

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

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

This text has shadow with #B181BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B181BD on black background.


Color preview on white background

This text has color #B181BD on white background.



Black color preview on #B181BD background

This text has black color on #B181BD background.


White color preview on #B181BD background

This text has white color on #B181BD background.