COLOR #B977CC

HEX: #B977CC
RGB: (185,119,204)

Color info

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

RGB color model

#B977CC color RGB value is (185,119,204).

  • red value is 185;
  • green value is 119;
  • blue value is 204.
RGB:
(185,119,204)
(73%,47%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 119 of 255 = 47%
B 204 of 255 = 80%

185
119
204

R + G + B ~ 67%. #B977CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 119 + 204 = 508 (100%)
R 185 of 508 ~ 36.42%
G 119 of 508 ~ 23.43%
B 204 of 508 ~ 40.16%

%36.42
%23.43
%40.16

CMYK color model

#B977CC color CMYK value is (9,42,0,20).

  • cyan value is 9.31%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(9,42,0,20)
C9M42Y0K20 
(9%,42%,0%,20%)
(0.09/0.42/0.00/0.20)	

CMYK percentages

%9.31
%41.67
%0
%20

Codes

Color #B977CC in popluar color models

B977CC
RGB185119204
HSL287°45.45%63.33%
HSB/HSV287°41.67%80.00%
CMYK9.31%41.67%0.00%
20.00%

Color #B977CC in popluar number systems.

HEXB977CC
Decimal185119204
Binary10111001111011111001100
Octal271167314

Shades and tints

Shades of #B977CC

#B977CC
(185,119,204)
#A96DBA
(169,109,186)
#9963A8
(153,99,168)
#895996
(137,89,150)
#794F84
(121,79,132)
#694572
(105,69,114)
#593B60
(89,59,96)
#49314E
(73,49,78)
#39273C
(57,39,60)
#291D2A
(41,29,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B977CC

#B977CC
(185,119,204)
#BF83D0
(191,131,208)
#C58FD4
(197,143,212)
#CB9BD8
(203,155,216)
#D1A7DC
(209,167,220)
#D7B3E0
(215,179,224)
#DDBFE4
(221,191,228)
#E3CBE8
(227,203,232)
#E9D7EC
(233,215,236)
#EFE3F0
(239,227,240)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B977CC color. Also use rgb(185,119,204) instead hex code.

Text Font Color

.myTextColor { color: #B977CC; }

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

This text font color is #B977CC.


Background Color

.myBgColor { background-color: #B977CC; }

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

This div background color is #B977CC.


Border color

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

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

This div border color is #B977CC.


Opacity

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

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

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

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

This text has shadow with #B977CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B977CC on black background.


Color preview on white background

This text has color #B977CC on white background.



Black color preview on #B977CC background

This text has black color on #B977CC background.


White color preview on #B977CC background

This text has white color on #B977CC background.