COLOR #B77ED5

HEX: #B77ED5
RGB: (183,126,213)

Color info

#B77ED5 contains mainly red and blue colors. Web safe color of #B77ED5 is #CC66CC (or #C6C).

RGB color model

#B77ED5 color RGB value is (183,126,213).

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

RGB channels and saturation

R 183 of 255 = 72%
G 126 of 255 = 49%
B 213 of 255 = 84%

183
126
213

R + G + B ~ 68%. #B77ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 126 + 213 = 522 (100%)
R 183 of 522 ~ 35.06%
G 126 of 522 ~ 24.14%
B 213 of 522 ~ 40.8%

%35.06
%24.14
%40.8

CMYK color model

#B77ED5 color CMYK value is (14,41,0,16).

  • cyan value is 14.08%
  • magenta value is 40.85%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(14,41,0,16)
C14M41Y0K16 
(14%,41%,0%,16%)
(0.14/0.41/0.00/0.16)	

CMYK percentages

%14.08
%40.85
%0
%16.47

Codes

Color #B77ED5 in popluar color models

B77ED5
RGB183126213
HSL279°50.88%66.47%
HSB/HSV279°40.85%83.53%
CMYK14.08%40.85%0.00%
16.47%

Color #B77ED5 in popluar number systems.

HEXB77ED5
Decimal183126213
Binary10110111111111011010101
Octal267176325

Shades and tints

Shades of #B77ED5

#B77ED5
(183,126,213)
#A773C2
(167,115,194)
#9768AF
(151,104,175)
#875D9C
(135,93,156)
#775289
(119,82,137)
#674776
(103,71,118)
#573C63
(87,60,99)
#473150
(71,49,80)
#37263D
(55,38,61)
#271B2A
(39,27,42)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #B77ED5

#B77ED5
(183,126,213)
#BD89D8
(189,137,216)
#C394DB
(195,148,219)
#C99FDE
(201,159,222)
#CFAAE1
(207,170,225)
#D5B5E4
(213,181,228)
#DBC0E7
(219,192,231)
#E1CBEA
(225,203,234)
#E7D6ED
(231,214,237)
#EDE1F0
(237,225,240)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77ED5; }

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

This text font color is #B77ED5.


Background Color

.myBgColor { background-color: #B77ED5; }

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

This div background color is #B77ED5.


Border color

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

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

This div border color is #B77ED5.


Opacity

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

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

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

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

This text has shadow with #B77ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77ED5 on black background.


Color preview on white background

This text has color #B77ED5 on white background.



Black color preview on #B77ED5 background

This text has black color on #B77ED5 background.


White color preview on #B77ED5 background

This text has white color on #B77ED5 background.