COLOR #B220E0

HEX: #B220E0
RGB: (178,32,224)

Color info

#B220E0 contains mainly red and blue colors. Web safe color of #B220E0 is #9933CC (or #93C).

RGB color model

#B220E0 color RGB value is (178,32,224).

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

RGB channels and saturation

R 178 of 255 = 70%
G 32 of 255 = 13%
B 224 of 255 = 88%

178
32
224

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

Portions of RGB colors in percentages

R + G + B =
178 + 32 + 224 = 434 (100%)
R 178 of 434 ~ 41.01%
G 32 of 434 ~ 7.37%
B 224 of 434 ~ 51.61%

%41.01
%51.61

CMYK color model

#B220E0 color CMYK value is (21,86,0,12).

  • cyan value is 20.54%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(21,86,0,12)
C21M86Y0K12 
(21%,86%,0%,12%)
(0.21/0.86/0.00/0.12)	

CMYK percentages

%20.54
%85.71
%0
%12.16

Codes

Color #B220E0 in popluar color models

B220E0
RGB17832224
HSL286°75.59%50.20%
HSB/HSV286°85.71%87.84%
CMYK20.54%85.71%0.00%
12.16%

Color #B220E0 in popluar number systems.

HEXB220E0
Decimal17832224
Binary1011001010000011100000
Octal26240340

Shades and tints

Shades of #B220E0

#B220E0
(178,32,224)
#A21ECC
(162,30,204)
#921CB8
(146,28,184)
#821AA4
(130,26,164)
#721890
(114,24,144)
#62167C
(98,22,124)
#521468
(82,20,104)
#421254
(66,18,84)
#321040
(50,16,64)
#220E2C
(34,14,44)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #B220E0

#B220E0
(178,32,224)
#B934E2
(185,52,226)
#C048E4
(192,72,228)
#C75CE6
(199,92,230)
#CE70E8
(206,112,232)
#D584EA
(213,132,234)
#DC98EC
(220,152,236)
#E3ACEE
(227,172,238)
#EAC0F0
(234,192,240)
#F1D4F2
(241,212,242)
#F8E8F4
(248,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B220E0; }

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

This text font color is #B220E0.


Background Color

.myBgColor { background-color: #B220E0; }

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

This div background color is #B220E0.


Border color

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

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

This div border color is #B220E0.


Opacity

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

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

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

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

This text has shadow with #B220E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B220E0 on black background.


Color preview on white background

This text has color #B220E0 on white background.



Black color preview on #B220E0 background

This text has black color on #B220E0 background.


White color preview on #B220E0 background

This text has white color on #B220E0 background.