COLOR #B880E1

HEX: #B880E1 RGB: (184,128,225)

Color info

#B880E1 contains mainly red and blue colors. Web safe color of #B880E1 is #CC66CC (or #C6C).

RGB color model

#B880E1 color RGB value is (184,128,225).

RGB: (184,128,225) (72%, 50%, 88%)

RGB channels and saturation

R 184 of 255 = 72%
G 128 of 255 = 50%
B 225 of 255 = 88%

184
128
225

R + G + B ~ 70%. #B880E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 128 + 225 = 537 (100%)
R 184 of 537 ~ 34.26%
G 128 of 537 ~ 23.84%
B 225 of 537 ~ 41.9'%

%34.26
%23.84
%41.9

CMYK color model

#B880E1 color CMYK value is (18,43,0,12).

  • cyan value is 18.22%
  • magenta value is 43.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (18,43,0,12) C18M43Y0K12 (18%,43%,0%,12%) (0.18/0.43/0.00/0.12) 

CMYK percentages

%18.22
%43.11
%0
%11.76

Codes

Color #B880E1 in popluar color models

B8 80 E1
RGB 184 128 225
HSL 275° 61.78% 69.22%
HSB/HSV 275° 43.11% 88.24%
CMYK 18.22% 43.11% 0.00%
11.76%

Color #B880E1 in popluar number systems.

HEX B8 80 E1
Decimal 184 128 225
Binary 10111000 10000000 11100001
Octal 270 200 341

Shades and tints

Shades of #B880E1

#B880E1
(184,128,225)
#A875CD
(168,117,205)
#986AB9
(152,106,185)
#885FA5
(136,95,165)
#785491
(120,84,145)
#68497D
(104,73,125)
#583E69
(88,62,105)
#483355
(72,51,85)
#382841
(56,40,65)
#281D2D
(40,29,45)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #B880E1

#B880E1
(184,128,225)
#BE8BE3
(190,139,227)
#C496E5
(196,150,229)
#CAA1E7
(202,161,231)
#D0ACE9
(208,172,233)
#D6B7EB
(214,183,235)
#DCC2ED
(220,194,237)
#E2CDEF
(226,205,239)
#E8D8F1
(232,216,241)
#EEE3F3
(238,227,243)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B880E1 color. Also use rgb(184,128,225) instead hex code.

Text Font Color

.myTextColor { color: #B880E1; }

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

This text font color is #B880E1.

Background Color

.myBgColor { background-color: #B880E1; }

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

This div background color is #B880E1.

Border color

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

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

This div border color is #B880E1.

Opacity

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

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

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

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

This text has shadow with #B880E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B880E1.

Preview

Color preview on black background

This text has color #B880E1 on black background.


Color preview on white background

This text has color #B880E1 on white background.


Black color preview on #B880E1 background

This text has black color on #B880E1 background.


White color preview on #B880E1 background

This text has white color on #B880E1 background.


Related colors

Complementary color

Complementary color for #hex is #477F1E.


I love getcolorcode.com

Triadic colors

1 #E1B880 and #80E1B8 with #B880E1 are triadic colors.

2 #E180B8 and #80B8E1 with #B880E1 are triadic colors.