COLOR #B080D5

HEX: #B080D5
RGB: (176,128,213)

Color info

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

RGB color model

#B080D5 color RGB value is (176,128,213).

  • red value is 176;
  • green value is 128;
  • blue value is 213.
RGB:
(176,128,213)
(69%,50%,84%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 213 of 255 = 84%

176
128
213

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

Portions of RGB colors in percentages

R + G + B =
176 + 128 + 213 = 517 (100%)
R 176 of 517 ~ 34.04%
G 128 of 517 ~ 24.76%
B 213 of 517 ~ 41.2%

%34.04
%24.76
%41.2

CMYK color model

#B080D5 color CMYK value is (17,40,0,16).

  • cyan value is 17.37%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(17,40,0,16)
C17M40Y0K16 
(17%,40%,0%,16%)
(0.17/0.40/0.00/0.16)	

CMYK percentages

%17.37
%39.91
%0
%16.47

Codes

Color #B080D5 in popluar color models

B080D5
RGB176128213
HSL274°50.30%66.86%
HSB/HSV274°39.91%83.53%
CMYK17.37%39.91%0.00%
16.47%

Color #B080D5 in popluar number systems.

HEXB080D5
Decimal176128213
Binary101100001000000011010101
Octal260200325

Shades and tints

Shades of #B080D5

#B080D5
(176,128,213)
#A075C2
(160,117,194)
#906AAF
(144,106,175)
#805F9C
(128,95,156)
#705489
(112,84,137)
#604976
(96,73,118)
#503E63
(80,62,99)
#403350
(64,51,80)
#30283D
(48,40,61)
#201D2A
(32,29,42)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #B080D5

#B080D5
(176,128,213)
#B78BD8
(183,139,216)
#BE96DB
(190,150,219)
#C5A1DE
(197,161,222)
#CCACE1
(204,172,225)
#D3B7E4
(211,183,228)
#DAC2E7
(218,194,231)
#E1CDEA
(225,205,234)
#E8D8ED
(232,216,237)
#EFE3F0
(239,227,240)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B080D5; }

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

This text font color is #B080D5.


Background Color

.myBgColor { background-color: #B080D5; }

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

This div background color is #B080D5.


Border color

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

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

This div border color is #B080D5.


Opacity

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

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

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

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

This text has shadow with #B080D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B080D5 on black background.


Color preview on white background

This text has color #B080D5 on white background.



Black color preview on #B080D5 background

This text has black color on #B080D5 background.


White color preview on #B080D5 background

This text has white color on #B080D5 background.