COLOR #B276A7

HEX: #B276A7
RGB: (178,118,167)

Color info

#B276A7 contains mainly red and blue colors. Web safe color of #B276A7 is #996699 (or #969).

RGB color model

#B276A7 color RGB value is (178,118,167).

  • red value is 178;
  • green value is 118;
  • blue value is 167.
RGB:
(178,118,167)
(70%,46%,65%)

RGB channels and saturation

R 178 of 255 = 70%
G 118 of 255 = 46%
B 167 of 255 = 65%

178
118
167

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

Portions of RGB colors in percentages

R + G + B =
178 + 118 + 167 = 463 (100%)
R 178 of 463 ~ 38.44%
G 118 of 463 ~ 25.49%
B 167 of 463 ~ 36.07%

%38.44
%25.49
%36.07

CMYK color model

#B276A7 color CMYK value is (0,34,6,30).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 6.18%
  • key color value is 30.20%
CMYK:
(0,34,6,30)
C0M34Y6K30 
(0%,34%,6%,30%)
(0.00/0.34/0.06/0.30)	

CMYK percentages

%0
%33.71
%6.18
%30.2

Codes

Color #B276A7 in popluar color models

B276A7
RGB178118167
HSL311°28.04%58.04%
HSB/HSV311°33.71%69.80%
CMYK0.00%33.71%6.18%
30.20%

Color #B276A7 in popluar number systems.

HEXB276A7
Decimal178118167
Binary10110010111011010100111
Octal262166247

Shades and tints

Shades of #B276A7

#B276A7
(178,118,167)
#A26C98
(162,108,152)
#926289
(146,98,137)
#82587A
(130,88,122)
#724E6B
(114,78,107)
#62445C
(98,68,92)
#523A4D
(82,58,77)
#42303E
(66,48,62)
#32262F
(50,38,47)
#221C20
(34,28,32)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #B276A7

#B276A7
(178,118,167)
#B982AF
(185,130,175)
#C08EB7
(192,142,183)
#C79ABF
(199,154,191)
#CEA6C7
(206,166,199)
#D5B2CF
(213,178,207)
#DCBED7
(220,190,215)
#E3CADF
(227,202,223)
#EAD6E7
(234,214,231)
#F1E2EF
(241,226,239)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B276A7 color. Also use rgb(178,118,167) instead hex code.

Text Font Color

.myTextColor { color: #B276A7; }

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

This text font color is #B276A7.


Background Color

.myBgColor { background-color: #B276A7; }

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

This div background color is #B276A7.


Border color

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

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

This div border color is #B276A7.


Opacity

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

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

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

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

This text has shadow with #B276A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B276A7 on black background.


Color preview on white background

This text has color #B276A7 on white background.



Black color preview on #B276A7 background

This text has black color on #B276A7 background.


White color preview on #B276A7 background

This text has white color on #B276A7 background.