COLOR #B779D2

HEX: #B779D2
RGB: (183,121,210)

Color info

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

RGB color model

#B779D2 color RGB value is (183,121,210).

  • red value is 183;
  • green value is 121;
  • blue value is 210.
RGB:
(183,121,210)
(72%,47%,82%)

RGB channels and saturation

R 183 of 255 = 72%
G 121 of 255 = 47%
B 210 of 255 = 82%

183
121
210

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

Portions of RGB colors in percentages

R + G + B =
183 + 121 + 210 = 514 (100%)
R 183 of 514 ~ 35.6%
G 121 of 514 ~ 23.54%
B 210 of 514 ~ 40.86%

%35.6
%23.54
%40.86

CMYK color model

#B779D2 color CMYK value is (13,42,0,18).

  • cyan value is 12.86%
  • magenta value is 42.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(13,42,0,18)
C13M42Y0K18 
(13%,42%,0%,18%)
(0.13/0.42/0.00/0.18)	

CMYK percentages

%12.86
%42.38
%0
%17.65

Codes

Color #B779D2 in popluar color models

B779D2
RGB183121210
HSL282°49.72%64.90%
HSB/HSV282°42.38%82.35%
CMYK12.86%42.38%0.00%
17.65%

Color #B779D2 in popluar number systems.

HEXB779D2
Decimal183121210
Binary10110111111100111010010
Octal267171322

Shades and tints

Shades of #B779D2

#B779D2
(183,121,210)
#A76EBF
(167,110,191)
#9763AC
(151,99,172)
#875899
(135,88,153)
#774D86
(119,77,134)
#674273
(103,66,115)
#573760
(87,55,96)
#472C4D
(71,44,77)
#37213A
(55,33,58)
#271627
(39,22,39)
#170B14
(23,11,20)
#000000
(0,0,0)

Tints of #B779D2

#B779D2
(183,121,210)
#BD85D6
(189,133,214)
#C391DA
(195,145,218)
#C99DDE
(201,157,222)
#CFA9E2
(207,169,226)
#D5B5E6
(213,181,230)
#DBC1EA
(219,193,234)
#E1CDEE
(225,205,238)
#E7D9F2
(231,217,242)
#EDE5F6
(237,229,246)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B779D2 color. Also use rgb(183,121,210) instead hex code.

Text Font Color

.myTextColor { color: #B779D2; }

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

This text font color is #B779D2.


Background Color

.myBgColor { background-color: #B779D2; }

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

This div background color is #B779D2.


Border color

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

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

This div border color is #B779D2.


Opacity

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

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

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

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

This text has shadow with #B779D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B779D2 on black background.


Color preview on white background

This text has color #B779D2 on white background.



Black color preview on #B779D2 background

This text has black color on #B779D2 background.


White color preview on #B779D2 background

This text has white color on #B779D2 background.