COLOR #B77ABD

HEX: #B77ABD
RGB: (183,122,189)

Color info

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

RGB color model

#B77ABD color RGB value is (183,122,189).

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

RGB channels and saturation

R 183 of 255 = 72%
G 122 of 255 = 48%
B 189 of 255 = 74%

183
122
189

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

Portions of RGB colors in percentages

R + G + B =
183 + 122 + 189 = 494 (100%)
R 183 of 494 ~ 37.04%
G 122 of 494 ~ 24.7%
B 189 of 494 ~ 38.26%

%37.04
%24.7
%38.26

CMYK color model

#B77ABD color CMYK value is (3,35,0,26).

  • cyan value is 3.17%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(3,35,0,26)
C3M35Y0K26 
(3%,35%,0%,26%)
(0.03/0.35/0.00/0.26)	

CMYK percentages

%3.17
%35.45
%0
%25.88

Codes

Color #B77ABD in popluar color models

B77ABD
RGB183122189
HSL295°33.67%60.98%
HSB/HSV295°35.45%74.12%
CMYK3.17%35.45%0.00%
25.88%

Color #B77ABD in popluar number systems.

HEXB77ABD
Decimal183122189
Binary10110111111101010111101
Octal267172275

Shades and tints

Shades of #B77ABD

#B77ABD
(183,122,189)
#A76FAC
(167,111,172)
#97649B
(151,100,155)
#87598A
(135,89,138)
#774E79
(119,78,121)
#674368
(103,67,104)
#573857
(87,56,87)
#472D46
(71,45,70)
#372235
(55,34,53)
#271724
(39,23,36)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #B77ABD

#B77ABD
(183,122,189)
#BD86C3
(189,134,195)
#C392C9
(195,146,201)
#C99ECF
(201,158,207)
#CFAAD5
(207,170,213)
#D5B6DB
(213,182,219)
#DBC2E1
(219,194,225)
#E1CEE7
(225,206,231)
#E7DAED
(231,218,237)
#EDE6F3
(237,230,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77ABD; }

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

This text font color is #B77ABD.


Background Color

.myBgColor { background-color: #B77ABD; }

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

This div background color is #B77ABD.


Border color

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

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

This div border color is #B77ABD.


Opacity

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

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

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

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

This text has shadow with #B77ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77ABD on black background.


Color preview on white background

This text has color #B77ABD on white background.



Black color preview on #B77ABD background

This text has black color on #B77ABD background.


White color preview on #B77ABD background

This text has white color on #B77ABD background.