COLOR #B77DBA

HEX: #B77DBA RGB: (183,125,186)

Color info

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

RGB color model

#B77DBA color RGB value is (183,125,186).

RGB: (183,125,186) (72%, 49%, 73%)

RGB channels and saturation

R 183 of 255 = 72%
G 125 of 255 = 49%
B 186 of 255 = 73%

183
125
186

R + G + B ~ 65%. #B77DBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 125 + 186 = 494 (100%)
R 183 of 494 ~ 37.04%
G 125 of 494 ~ 25.3%
B 186 of 494 ~ 37.65'%

%37.04
%25.3
%37.65

CMYK color model

#B77DBA color CMYK value is (2,33,0,27).

  • cyan value is 1.61%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (2,33,0,27)
C2M33Y0K27 (2%, 33%, 0%, 27%)
(0.02 / 0.33 / 0.00 / 0.27)

CMYK percentages

%1.61
%32.8
%0
%27.06

Codes

Color #B77DBA in popluar color models

B7 7D BA
RGB 183 125 186
HSL 297° 30.65% 60.98%
HSB/HSV 297° 32.80% 72.94%
CMYK 1.61% 32.80% 0.00%
27.06%

Color #B77DBA in popluar number systems.

HEX B7 7D BA
Decimal 183 125 186
Binary 10110111 1111101 10111010
Octal 267 175 272

Shades and tints

Shades of #B77DBA

#B77DBA
(183,125,186)
#A772AA
(167,114,170)
#97679A
(151,103,154)
#875C8A
(135,92,138)
#77517A
(119,81,122)
#67466A
(103,70,106)
#573B5A
(87,59,90)
#47304A
(71,48,74)
#37253A
(55,37,58)
#271A2A
(39,26,42)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #B77DBA

#B77DBA
(183,125,186)
#BD88C0
(189,136,192)
#C393C6
(195,147,198)
#C99ECC
(201,158,204)
#CFA9D2
(207,169,210)
#D5B4D8
(213,180,216)
#DBBFDE
(219,191,222)
#E1CAE4
(225,202,228)
#E7D5EA
(231,213,234)
#EDE0F0
(237,224,240)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77DBA color. Also use rgb(183,125,186) instead hex code.

Text Font Color

.myTextColor { color: #B77DBA; }

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

This text font color is #B77DBA.

Background Color

.myBgColor { background-color: #B77DBA; }

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

This div background color is #B77DBA.

Border color

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

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

This div border color is #B77DBA.

Opacity

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

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

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

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

This text has shadow with #B77DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77DBA.

Preview

Color preview on black background

This text has color #B77DBA on black background.


Color preview on white background

This text has color #B77DBA on white background.


Black color preview on #B77DBA background

This text has black color on #B77DBA background.


White color preview on #B77DBA background

This text has white color on #B77DBA background.


Related colors

Complementary color

Complementary color for #hex is #488245.


I love getcolorcode.com

Triadic colors

1 #BAB77D and #7DBAB7 with #B77DBA are triadic colors.

2 #BA7DB7 and #7DB7BA with #B77DBA are triadic colors.