COLOR #B77BD9

HEX: #B77BD9
RGB: (183,123,217)

Color info

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

RGB color model

#B77BD9 color RGB value is (183,123,217).

  • red value is 183;
  • green value is 123;
  • blue value is 217.
RGB:
(183,123,217)
(72%,48%,85%)

RGB channels and saturation

R 183 of 255 = 72%
G 123 of 255 = 48%
B 217 of 255 = 85%

183
123
217

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

Portions of RGB colors in percentages

R + G + B =
183 + 123 + 217 = 523 (100%)
R 183 of 523 ~ 34.99%
G 123 of 523 ~ 23.52%
B 217 of 523 ~ 41.49%

%34.99
%23.52
%41.49

CMYK color model

#B77BD9 color CMYK value is (16,43,0,15).

  • cyan value is 15.67%
  • magenta value is 43.32%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(16,43,0,15)
C16M43Y0K15 
(16%,43%,0%,15%)
(0.16/0.43/0.00/0.15)	

CMYK percentages

%15.67
%43.32
%0
%14.9

Codes

Color #B77BD9 in popluar color models

B77BD9
RGB183123217
HSL278°55.29%66.67%
HSB/HSV278°43.32%85.10%
CMYK15.67%43.32%0.00%
14.90%

Color #B77BD9 in popluar number systems.

HEXB77BD9
Decimal183123217
Binary10110111111101111011001
Octal267173331

Shades and tints

Shades of #B77BD9

#B77BD9
(183,123,217)
#A770C6
(167,112,198)
#9765B3
(151,101,179)
#875AA0
(135,90,160)
#774F8D
(119,79,141)
#67447A
(103,68,122)
#573967
(87,57,103)
#472E54
(71,46,84)
#372341
(55,35,65)
#27182E
(39,24,46)
#170D1B
(23,13,27)
#000000
(0,0,0)

Tints of #B77BD9

#B77BD9
(183,123,217)
#BD87DC
(189,135,220)
#C393DF
(195,147,223)
#C99FE2
(201,159,226)
#CFABE5
(207,171,229)
#D5B7E8
(213,183,232)
#DBC3EB
(219,195,235)
#E1CFEE
(225,207,238)
#E7DBF1
(231,219,241)
#EDE7F4
(237,231,244)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77BD9 color. Also use rgb(183,123,217) instead hex code.

Text Font Color

.myTextColor { color: #B77BD9; }

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

This text font color is #B77BD9.


Background Color

.myBgColor { background-color: #B77BD9; }

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

This div background color is #B77BD9.


Border color

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

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

This div border color is #B77BD9.


Opacity

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

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

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

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

This text has shadow with #B77BD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77BD9 on black background.


Color preview on white background

This text has color #B77BD9 on white background.



Black color preview on #B77BD9 background

This text has black color on #B77BD9 background.


White color preview on #B77BD9 background

This text has white color on #B77BD9 background.