COLOR #B77EB4

HEX: #B77EB4
RGB: (183,126,180)

Color info

#B77EB4 contains red, green and blue colors in about the same proportion. Web safe color of #B77EB4 is #CC66CC (or #C6C).

RGB color model

#B77EB4 color RGB value is (183,126,180).

  • red value is 183;
  • green value is 126;
  • blue value is 180.
RGB:
(183,126,180)
(72%,49%,71%)

RGB channels and saturation

R 183 of 255 = 72%
G 126 of 255 = 49%
B 180 of 255 = 71%

183
126
180

R + G + B ~ 64%. #B77EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 126 + 180 = 489 (100%)
R 183 of 489 ~ 37.42%
G 126 of 489 ~ 25.77%
B 180 of 489 ~ 36.81%

%37.42
%25.77
%36.81

CMYK color model

#B77EB4 color CMYK value is (0,31,2,28).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 1.64%
  • key color value is 28.24%
CMYK:
(0,31,2,28)
C0M31Y2K28 
(0%,31%,2%,28%)
(0.00/0.31/0.02/0.28)	

CMYK percentages

%0
%31.15
%1.64
%28.24

Codes

Color #B77EB4 in popluar color models

B77EB4
RGB183126180
HSL303°28.36%60.59%
HSB/HSV303°31.15%71.76%
CMYK0.00%31.15%1.64%
28.24%

Color #B77EB4 in popluar number systems.

HEXB77EB4
Decimal183126180
Binary10110111111111010110100
Octal267176264

Shades and tints

Shades of #B77EB4

#B77EB4
(183,126,180)
#A773A4
(167,115,164)
#976894
(151,104,148)
#875D84
(135,93,132)
#775274
(119,82,116)
#674764
(103,71,100)
#573C54
(87,60,84)
#473144
(71,49,68)
#372634
(55,38,52)
#271B24
(39,27,36)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #B77EB4

#B77EB4
(183,126,180)
#BD89BA
(189,137,186)
#C394C0
(195,148,192)
#C99FC6
(201,159,198)
#CFAACC
(207,170,204)
#D5B5D2
(213,181,210)
#DBC0D8
(219,192,216)
#E1CBDE
(225,203,222)
#E7D6E4
(231,214,228)
#EDE1EA
(237,225,234)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77EB4 color. Also use rgb(183,126,180) instead hex code.

Text Font Color

.myTextColor { color: #B77EB4; }

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

This text font color is #B77EB4.


Background Color

.myBgColor { background-color: #B77EB4; }

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

This div background color is #B77EB4.


Border color

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

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

This div border color is #B77EB4.


Opacity

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

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

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

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

This text has shadow with #B77EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77EB4 on black background.


Color preview on white background

This text has color #B77EB4 on white background.



Black color preview on #B77EB4 background

This text has black color on #B77EB4 background.


White color preview on #B77EB4 background

This text has white color on #B77EB4 background.