COLOR #B279A0

HEX: #B279A0
RGB: (178,121,160)

Color info

#B279A0 contains red, green and blue colors in about the same proportion. Web safe color of #B279A0 is #996699 (or #969).

RGB color model

#B279A0 color RGB value is (178,121,160).

  • red value is 178;
  • green value is 121;
  • blue value is 160.
RGB:
(178,121,160)
(70%,47%,63%)

RGB channels and saturation

R 178 of 255 = 70%
G 121 of 255 = 47%
B 160 of 255 = 63%

178
121
160

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

Portions of RGB colors in percentages

R + G + B =
178 + 121 + 160 = 459 (100%)
R 178 of 459 ~ 38.78%
G 121 of 459 ~ 26.36%
B 160 of 459 ~ 34.86%

%38.78
%26.36
%34.86

CMYK color model

#B279A0 color CMYK value is (0,32,10,30).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(0,32,10,30)
C0M32Y10K30 
(0%,32%,10%,30%)
(0.00/0.32/0.10/0.30)	

CMYK percentages

%0
%32.02
%10.11
%30.2

Codes

Color #B279A0 in popluar color models

B279A0
RGB178121160
HSL319°27.01%58.63%
HSB/HSV319°32.02%69.80%
CMYK0.00%32.02%10.11%
30.20%

Color #B279A0 in popluar number systems.

HEXB279A0
Decimal178121160
Binary10110010111100110100000
Octal262171240

Shades and tints

Shades of #B279A0

#B279A0
(178,121,160)
#A26E92
(162,110,146)
#926384
(146,99,132)
#825876
(130,88,118)
#724D68
(114,77,104)
#62425A
(98,66,90)
#52374C
(82,55,76)
#422C3E
(66,44,62)
#322130
(50,33,48)
#221622
(34,22,34)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #B279A0

#B279A0
(178,121,160)
#B985A8
(185,133,168)
#C091B0
(192,145,176)
#C79DB8
(199,157,184)
#CEA9C0
(206,169,192)
#D5B5C8
(213,181,200)
#DCC1D0
(220,193,208)
#E3CDD8
(227,205,216)
#EAD9E0
(234,217,224)
#F1E5E8
(241,229,232)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B279A0 color. Also use rgb(178,121,160) instead hex code.

Text Font Color

.myTextColor { color: #B279A0; }

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

This text font color is #B279A0.


Background Color

.myBgColor { background-color: #B279A0; }

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

This div background color is #B279A0.


Border color

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

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

This div border color is #B279A0.


Opacity

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

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

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

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

This text has shadow with #B279A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B279A0 on black background.


Color preview on white background

This text has color #B279A0 on white background.



Black color preview on #B279A0 background

This text has black color on #B279A0 background.


White color preview on #B279A0 background

This text has white color on #B279A0 background.