COLOR #B276E0

HEX: #B276E0
RGB: (178,118,224)

Color info

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

RGB color model

#B276E0 color RGB value is (178,118,224).

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

RGB channels and saturation

R 178 of 255 = 70%
G 118 of 255 = 46%
B 224 of 255 = 88%

178
118
224

R + G + B ~ 68%. #B276E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 118 + 224 = 520 (100%)
R 178 of 520 ~ 34.23%
G 118 of 520 ~ 22.69%
B 224 of 520 ~ 43.08%

%34.23
%22.69
%43.08

CMYK color model

#B276E0 color CMYK value is (21,47,0,12).

  • cyan value is 20.54%
  • magenta value is 47.32%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(21,47,0,12)
C21M47Y0K12 
(21%,47%,0%,12%)
(0.21/0.47/0.00/0.12)	

CMYK percentages

%20.54
%47.32
%0
%12.16

Codes

Color #B276E0 in popluar color models

B276E0
RGB178118224
HSL274°63.10%67.06%
HSB/HSV274°47.32%87.84%
CMYK20.54%47.32%0.00%
12.16%

Color #B276E0 in popluar number systems.

HEXB276E0
Decimal178118224
Binary10110010111011011100000
Octal262166340

Shades and tints

Shades of #B276E0

#B276E0
(178,118,224)
#A26CCC
(162,108,204)
#9262B8
(146,98,184)
#8258A4
(130,88,164)
#724E90
(114,78,144)
#62447C
(98,68,124)
#523A68
(82,58,104)
#423054
(66,48,84)
#322640
(50,38,64)
#221C2C
(34,28,44)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #B276E0

#B276E0
(178,118,224)
#B982E2
(185,130,226)
#C08EE4
(192,142,228)
#C79AE6
(199,154,230)
#CEA6E8
(206,166,232)
#D5B2EA
(213,178,234)
#DCBEEC
(220,190,236)
#E3CAEE
(227,202,238)
#EAD6F0
(234,214,240)
#F1E2F2
(241,226,242)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B276E0; }

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

This text font color is #B276E0.


Background Color

.myBgColor { background-color: #B276E0; }

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

This div background color is #B276E0.


Border color

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

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

This div border color is #B276E0.


Opacity

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

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

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

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

This text has shadow with #B276E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B276E0 on black background.


Color preview on white background

This text has color #B276E0 on white background.



Black color preview on #B276E0 background

This text has black color on #B276E0 background.


White color preview on #B276E0 background

This text has white color on #B276E0 background.