COLOR #B080E2

HEX: #B080E2 RGB: (176,128,226)

Color info

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

RGB color model

#B080E2 color RGB value is (176,128,226).

RGB: (176,128,226) (69%, 50%, 89%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 226 of 255 = 89%

176
128
226

R + G + B ~ 69%. #B080E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 128 + 226 = 530 (100%)
R 176 of 530 ~ 33.21%
G 128 of 530 ~ 24.15%
B 226 of 530 ~ 42.64'%

%33.21
%24.15
%42.64

CMYK color model

#B080E2 color CMYK value is (22,43,0,11).

  • cyan value is 22.12%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (22,43,0,11)
C22M43Y0K11 (22%, 43%, 0%, 11%)
(0.22 / 0.43 / 0.00 / 0.11)

CMYK percentages

%22.12
%43.36
%0
%11.37

Codes

Color #B080E2 in popluar color models

B0 80 E2
RGB 176 128 226
HSL 269° 62.82% 69.41%
HSB/HSV 269° 43.36% 88.63%
CMYK 22.12% 43.36% 0.00%
11.37%

Color #B080E2 in popluar number systems.

HEX B0 80 E2
Decimal 176 128 226
Binary 10110000 10000000 11100010
Octal 260 200 342

Shades and tints

Shades of #B080E2

#B080E2
(176,128,226)
#A075CE
(160,117,206)
#906ABA
(144,106,186)
#805FA6
(128,95,166)
#705492
(112,84,146)
#60497E
(96,73,126)
#503E6A
(80,62,106)
#403356
(64,51,86)
#302842
(48,40,66)
#201D2E
(32,29,46)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #B080E2

#B080E2
(176,128,226)
#B78BE4
(183,139,228)
#BE96E6
(190,150,230)
#C5A1E8
(197,161,232)
#CCACEA
(204,172,234)
#D3B7EC
(211,183,236)
#DAC2EE
(218,194,238)
#E1CDF0
(225,205,240)
#E8D8F2
(232,216,242)
#EFE3F4
(239,227,244)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B080E2 color. Also use rgb(176,128,226) instead hex code.

Text Font Color

.myTextColor { color: #B080E2; }

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

This text font color is #B080E2.

Background Color

.myBgColor { background-color: #B080E2; }

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

This div background color is #B080E2.

Border color

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

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

This div border color is #B080E2.

Opacity

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

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

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

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

This text has shadow with #B080E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B080E2.

Preview

Color preview on black background

This text has color #B080E2 on black background.


Color preview on white background

This text has color #B080E2 on white background.


Black color preview on #B080E2 background

This text has black color on #B080E2 background.


White color preview on #B080E2 background

This text has white color on #B080E2 background.


Related colors

Complementary color

Complementary color for #hex is #4F7F1D.


I love getcolorcode.com

Triadic colors

1 #E2B080 and #80E2B0 with #B080E2 are triadic colors.

2 #E280B0 and #80B0E2 with #B080E2 are triadic colors.