COLOR #B278A6

HEX: #B278A6
RGB: (178,120,166)

Color info

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

RGB color model

#B278A6 color RGB value is (178,120,166).

  • red value is 178;
  • green value is 120;
  • blue value is 166.
RGB:
(178,120,166)
(70%,47%,65%)

RGB channels and saturation

R 178 of 255 = 70%
G 120 of 255 = 47%
B 166 of 255 = 65%

178
120
166

R + G + B ~ 61%. #B278A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 120 + 166 = 464 (100%)
R 178 of 464 ~ 38.36%
G 120 of 464 ~ 25.86%
B 166 of 464 ~ 35.78%

%38.36
%25.86
%35.78

CMYK color model

#B278A6 color CMYK value is (0,33,7,30).

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 6.74%
  • key color value is 30.20%
CMYK:
(0,33,7,30)
C0M33Y7K30 
(0%,33%,7%,30%)
(0.00/0.33/0.07/0.30)	

CMYK percentages

%0
%32.58
%6.74
%30.2

Codes

Color #B278A6 in popluar color models

B278A6
RGB178120166
HSL312°27.36%58.43%
HSB/HSV312°32.58%69.80%
CMYK0.00%32.58%6.74%
30.20%

Color #B278A6 in popluar number systems.

HEXB278A6
Decimal178120166
Binary10110010111100010100110
Octal262170246

Shades and tints

Shades of #B278A6

#B278A6
(178,120,166)
#A26E97
(162,110,151)
#926488
(146,100,136)
#825A79
(130,90,121)
#72506A
(114,80,106)
#62465B
(98,70,91)
#523C4C
(82,60,76)
#42323D
(66,50,61)
#32282E
(50,40,46)
#221E1F
(34,30,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #B278A6

#B278A6
(178,120,166)
#B984AE
(185,132,174)
#C090B6
(192,144,182)
#C79CBE
(199,156,190)
#CEA8C6
(206,168,198)
#D5B4CE
(213,180,206)
#DCC0D6
(220,192,214)
#E3CCDE
(227,204,222)
#EAD8E6
(234,216,230)
#F1E4EE
(241,228,238)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B278A6 color. Also use rgb(178,120,166) instead hex code.

Text Font Color

.myTextColor { color: #B278A6; }

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

This text font color is #B278A6.


Background Color

.myBgColor { background-color: #B278A6; }

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

This div background color is #B278A6.


Border color

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

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

This div border color is #B278A6.


Opacity

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

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

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

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

This text has shadow with #B278A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B278A6 on black background.


Color preview on white background

This text has color #B278A6 on white background.



Black color preview on #B278A6 background

This text has black color on #B278A6 background.


White color preview on #B278A6 background

This text has white color on #B278A6 background.