COLOR #B276BF

HEX: #B276BF
RGB: (178,118,191)

Color info

#B276BF contains mainly red and blue colors. Web safe color of #B276BF is #9966CC (or #96C).

RGB color model

#B276BF color RGB value is (178,118,191).

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

RGB channels and saturation

R 178 of 255 = 70%
G 118 of 255 = 46%
B 191 of 255 = 75%

178
118
191

R + G + B ~ 64%. #B276BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 118 + 191 = 487 (100%)
R 178 of 487 ~ 36.55%
G 118 of 487 ~ 24.23%
B 191 of 487 ~ 39.22%

%36.55
%24.23
%39.22

CMYK color model

#B276BF color CMYK value is (7,38,0,25).

  • cyan value is 6.81%
  • magenta value is 38.22%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,38,0,25)
C7M38Y0K25 
(7%,38%,0%,25%)
(0.07/0.38/0.00/0.25)	

CMYK percentages

%6.81
%38.22
%0
%25.1

Codes

Color #B276BF in popluar color models

B276BF
RGB178118191
HSL289°36.32%60.59%
HSB/HSV289°38.22%74.90%
CMYK6.81%38.22%0.00%
25.10%

Color #B276BF in popluar number systems.

HEXB276BF
Decimal178118191
Binary10110010111011010111111
Octal262166277

Shades and tints

Shades of #B276BF

#B276BF
(178,118,191)
#A26CAE
(162,108,174)
#92629D
(146,98,157)
#82588C
(130,88,140)
#724E7B
(114,78,123)
#62446A
(98,68,106)
#523A59
(82,58,89)
#423048
(66,48,72)
#322637
(50,38,55)
#221C26
(34,28,38)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #B276BF

#B276BF
(178,118,191)
#B982C4
(185,130,196)
#C08EC9
(192,142,201)
#C79ACE
(199,154,206)
#CEA6D3
(206,166,211)
#D5B2D8
(213,178,216)
#DCBEDD
(220,190,221)
#E3CAE2
(227,202,226)
#EAD6E7
(234,214,231)
#F1E2EC
(241,226,236)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B276BF; }

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

This text font color is #B276BF.


Background Color

.myBgColor { background-color: #B276BF; }

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

This div background color is #B276BF.


Border color

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

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

This div border color is #B276BF.


Opacity

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

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

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

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

This text has shadow with #B276BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B276BF on black background.


Color preview on white background

This text has color #B276BF on white background.



Black color preview on #B276BF background

This text has black color on #B276BF background.


White color preview on #B276BF background

This text has white color on #B276BF background.