COLOR #B771A7

HEX: #B771A7
RGB: (183,113,167)

Color info

#B771A7 contains mainly red and blue colors. Web safe color of #B771A7 is #CC6699 (or #C69).

RGB color model

#B771A7 color RGB value is (183,113,167).

  • red value is 183;
  • green value is 113;
  • blue value is 167.
RGB:
(183,113,167)
(72%,44%,65%)

RGB channels and saturation

R 183 of 255 = 72%
G 113 of 255 = 44%
B 167 of 255 = 65%

183
113
167

R + G + B ~ 60%. #B771A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 113 + 167 = 463 (100%)
R 183 of 463 ~ 39.52%
G 113 of 463 ~ 24.41%
B 167 of 463 ~ 36.07%

%39.52
%24.41
%36.07

CMYK color model

#B771A7 color CMYK value is (0,38,9,28).

  • cyan value is 0.00%
  • magenta value is 38.25%
  • yellow value is 8.74%
  • key color value is 28.24%
CMYK:
(0,38,9,28)
C0M38Y9K28 
(0%,38%,9%,28%)
(0.00/0.38/0.09/0.28)	

CMYK percentages

%0
%38.25
%8.74
%28.24

Codes

Color #B771A7 in popluar color models

B771A7
RGB183113167
HSL314°32.71%58.04%
HSB/HSV314°38.25%71.76%
CMYK0.00%38.25%8.74%
28.24%

Color #B771A7 in popluar number systems.

HEXB771A7
Decimal183113167
Binary10110111111000110100111
Octal267161247

Shades and tints

Shades of #B771A7

#B771A7
(183,113,167)
#A76798
(167,103,152)
#975D89
(151,93,137)
#87537A
(135,83,122)
#77496B
(119,73,107)
#673F5C
(103,63,92)
#57354D
(87,53,77)
#472B3E
(71,43,62)
#37212F
(55,33,47)
#271720
(39,23,32)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #B771A7

#B771A7
(183,113,167)
#BD7DAF
(189,125,175)
#C389B7
(195,137,183)
#C995BF
(201,149,191)
#CFA1C7
(207,161,199)
#D5ADCF
(213,173,207)
#DBB9D7
(219,185,215)
#E1C5DF
(225,197,223)
#E7D1E7
(231,209,231)
#EDDDEF
(237,221,239)
#F3E9F7
(243,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B771A7 color. Also use rgb(183,113,167) instead hex code.

Text Font Color

.myTextColor { color: #B771A7; }

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

This text font color is #B771A7.


Background Color

.myBgColor { background-color: #B771A7; }

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

This div background color is #B771A7.


Border color

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

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

This div border color is #B771A7.


Opacity

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

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

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

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

This text has shadow with #B771A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B771A7 on black background.


Color preview on white background

This text has color #B771A7 on white background.



Black color preview on #B771A7 background

This text has black color on #B771A7 background.


White color preview on #B771A7 background

This text has white color on #B771A7 background.