COLOR #B77AB1

HEX: #B77AB1
RGB: (183,122,177)

Color info

#B77AB1 contains mainly red and blue colors. Web safe color of #B77AB1 is #CC6699 (or #C69).

RGB color model

#B77AB1 color RGB value is (183,122,177).

  • red value is 183;
  • green value is 122;
  • blue value is 177.
RGB:
(183,122,177)
(72%,48%,69%)

RGB channels and saturation

R 183 of 255 = 72%
G 122 of 255 = 48%
B 177 of 255 = 69%

183
122
177

R + G + B ~ 63%. #B77AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 122 + 177 = 482 (100%)
R 183 of 482 ~ 37.97%
G 122 of 482 ~ 25.31%
B 177 of 482 ~ 36.72%

%37.97
%25.31
%36.72

CMYK color model

#B77AB1 color CMYK value is (0,33,3,28).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 3.28%
  • key color value is 28.24%
CMYK:
(0,33,3,28)
C0M33Y3K28 
(0%,33%,3%,28%)
(0.00/0.33/0.03/0.28)	

CMYK percentages

%0
%33.33
%3.28
%28.24

Codes

Color #B77AB1 in popluar color models

B77AB1
RGB183122177
HSL306°29.76%59.80%
HSB/HSV306°33.33%71.76%
CMYK0.00%33.33%3.28%
28.24%

Color #B77AB1 in popluar number systems.

HEXB77AB1
Decimal183122177
Binary10110111111101010110001
Octal267172261

Shades and tints

Shades of #B77AB1

#B77AB1
(183,122,177)
#A76FA1
(167,111,161)
#976491
(151,100,145)
#875981
(135,89,129)
#774E71
(119,78,113)
#674361
(103,67,97)
#573851
(87,56,81)
#472D41
(71,45,65)
#372231
(55,34,49)
#271721
(39,23,33)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #B77AB1

#B77AB1
(183,122,177)
#BD86B8
(189,134,184)
#C392BF
(195,146,191)
#C99EC6
(201,158,198)
#CFAACD
(207,170,205)
#D5B6D4
(213,182,212)
#DBC2DB
(219,194,219)
#E1CEE2
(225,206,226)
#E7DAE9
(231,218,233)
#EDE6F0
(237,230,240)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77AB1 color. Also use rgb(183,122,177) instead hex code.

Text Font Color

.myTextColor { color: #B77AB1; }

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

This text font color is #B77AB1.


Background Color

.myBgColor { background-color: #B77AB1; }

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

This div background color is #B77AB1.


Border color

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

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

This div border color is #B77AB1.


Opacity

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

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

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

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

This text has shadow with #B77AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77AB1 on black background.


Color preview on white background

This text has color #B77AB1 on white background.



Black color preview on #B77AB1 background

This text has black color on #B77AB1 background.


White color preview on #B77AB1 background

This text has white color on #B77AB1 background.