COLOR #B777C2

HEX: #B777C2
RGB: (183,119,194)

Color info

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

RGB color model

#B777C2 color RGB value is (183,119,194).

  • red value is 183;
  • green value is 119;
  • blue value is 194.
RGB:
(183,119,194)
(72%,47%,76%)

RGB channels and saturation

R 183 of 255 = 72%
G 119 of 255 = 47%
B 194 of 255 = 76%

183
119
194

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

Portions of RGB colors in percentages

R + G + B =
183 + 119 + 194 = 496 (100%)
R 183 of 496 ~ 36.9%
G 119 of 496 ~ 23.99%
B 194 of 496 ~ 39.11%

%36.9
%23.99
%39.11

CMYK color model

#B777C2 color CMYK value is (6,39,0,24).

  • cyan value is 5.67%
  • magenta value is 38.66%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(6,39,0,24)
C6M39Y0K24 
(6%,39%,0%,24%)
(0.06/0.39/0.00/0.24)	

CMYK percentages

%5.67
%38.66
%0
%23.92

Codes

Color #B777C2 in popluar color models

B777C2
RGB183119194
HSL291°38.07%61.37%
HSB/HSV291°38.66%76.08%
CMYK5.67%38.66%0.00%
23.92%

Color #B777C2 in popluar number systems.

HEXB777C2
Decimal183119194
Binary10110111111011111000010
Octal267167302

Shades and tints

Shades of #B777C2

#B777C2
(183,119,194)
#A76DB1
(167,109,177)
#9763A0
(151,99,160)
#87598F
(135,89,143)
#774F7E
(119,79,126)
#67456D
(103,69,109)
#573B5C
(87,59,92)
#47314B
(71,49,75)
#37273A
(55,39,58)
#271D29
(39,29,41)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #B777C2

#B777C2
(183,119,194)
#BD83C7
(189,131,199)
#C38FCC
(195,143,204)
#C99BD1
(201,155,209)
#CFA7D6
(207,167,214)
#D5B3DB
(213,179,219)
#DBBFE0
(219,191,224)
#E1CBE5
(225,203,229)
#E7D7EA
(231,215,234)
#EDE3EF
(237,227,239)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B777C2 color. Also use rgb(183,119,194) instead hex code.

Text Font Color

.myTextColor { color: #B777C2; }

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

This text font color is #B777C2.


Background Color

.myBgColor { background-color: #B777C2; }

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

This div background color is #B777C2.


Border color

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

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

This div border color is #B777C2.


Opacity

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

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

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

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

This text has shadow with #B777C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B777C2 on black background.


Color preview on white background

This text has color #B777C2 on white background.



Black color preview on #B777C2 background

This text has black color on #B777C2 background.


White color preview on #B777C2 background

This text has white color on #B777C2 background.