COLOR #B181CB

HEX: #B181CB
RGB: (177,129,203)

Color info

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

RGB color model

#B181CB color RGB value is (177,129,203).

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

RGB channels and saturation

R 177 of 255 = 69%
G 129 of 255 = 51%
B 203 of 255 = 80%

177
129
203

R + G + B ~ 67%. #B181CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 129 + 203 = 509 (100%)
R 177 of 509 ~ 34.77%
G 129 of 509 ~ 25.34%
B 203 of 509 ~ 39.88%

%34.77
%25.34
%39.88

CMYK color model

#B181CB color CMYK value is (13,36,0,20).

  • cyan value is 12.81%
  • magenta value is 36.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(13,36,0,20)
C13M36Y0K20 
(13%,36%,0%,20%)
(0.13/0.36/0.00/0.20)	

CMYK percentages

%12.81
%36.45
%0
%20.39

Codes

Color #B181CB in popluar color models

B181CB
RGB177129203
HSL279°41.57%65.10%
HSB/HSV279°36.45%79.61%
CMYK12.81%36.45%0.00%
20.39%

Color #B181CB in popluar number systems.

HEXB181CB
Decimal177129203
Binary101100011000000111001011
Octal261201313

Shades and tints

Shades of #B181CB

#B181CB
(177,129,203)
#A176B9
(161,118,185)
#916BA7
(145,107,167)
#816095
(129,96,149)
#715583
(113,85,131)
#614A71
(97,74,113)
#513F5F
(81,63,95)
#41344D
(65,52,77)
#31293B
(49,41,59)
#211E29
(33,30,41)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #B181CB

#B181CB
(177,129,203)
#B88CCF
(184,140,207)
#BF97D3
(191,151,211)
#C6A2D7
(198,162,215)
#CDADDB
(205,173,219)
#D4B8DF
(212,184,223)
#DBC3E3
(219,195,227)
#E2CEE7
(226,206,231)
#E9D9EB
(233,217,235)
#F0E4EF
(240,228,239)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B181CB; }

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

This text font color is #B181CB.


Background Color

.myBgColor { background-color: #B181CB; }

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

This div background color is #B181CB.


Border color

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

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

This div border color is #B181CB.


Opacity

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

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

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

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

This text has shadow with #B181CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B181CB on black background.


Color preview on white background

This text has color #B181CB on white background.



Black color preview on #B181CB background

This text has black color on #B181CB background.


White color preview on #B181CB background

This text has white color on #B181CB background.