COLOR #B080B3

HEX: #B080B3 RGB: (176,128,179)

Color info

#B080B3 contains red, green and blue colors in about the same proportion. Web safe color of #B080B3 is #996699 (or #969).

RGB color model

#B080B3 color RGB value is (176,128,179).

RGB: (176,128,179) (69%, 50%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 179 of 255 = 70%

176
128
179

R + G + B ~ 63%. #B080B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 128 + 179 = 483 (100%)
R 176 of 483 ~ 36.44%
G 128 of 483 ~ 26.5%
B 179 of 483 ~ 37.06'%

%36.44
%26.5
%37.06

CMYK color model

#B080B3 color CMYK value is (2,28,0,30).

  • cyan value is 1.68%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (2,28,0,30)
C2M28Y0K30 (2%, 28%, 0%, 30%)
(0.02 / 0.28 / 0.00 / 0.30)

CMYK percentages

%1.68
%28.49
%0
%29.8

Codes

Color #B080B3 in popluar color models

B0 80 B3
RGB 176 128 179
HSL 296° 25.12% 60.20%
HSB/HSV 296° 28.49% 70.20%
CMYK 1.68% 28.49% 0.00%
29.80%

Color #B080B3 in popluar number systems.

HEX B0 80 B3
Decimal 176 128 179
Binary 10110000 10000000 10110011
Octal 260 200 263

Shades and tints

Shades of #B080B3

#B080B3
(176,128,179)
#A075A3
(160,117,163)
#906A93
(144,106,147)
#805F83
(128,95,131)
#705473
(112,84,115)
#604963
(96,73,99)
#503E53
(80,62,83)
#403343
(64,51,67)
#302833
(48,40,51)
#201D23
(32,29,35)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #B080B3

#B080B3
(176,128,179)
#B78BB9
(183,139,185)
#BE96BF
(190,150,191)
#C5A1C5
(197,161,197)
#CCACCB
(204,172,203)
#D3B7D1
(211,183,209)
#DAC2D7
(218,194,215)
#E1CDDD
(225,205,221)
#E8D8E3
(232,216,227)
#EFE3E9
(239,227,233)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B080B3; }

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

This text font color is #B080B3.

Background Color

.myBgColor { background-color: #B080B3; }

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

This div background color is #B080B3.

Border color

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

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

This div border color is #B080B3.

Opacity

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

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

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

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

This text has shadow with #B080B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B080B3.

Preview

Color preview on black background

This text has color #B080B3 on black background.


Color preview on white background

This text has color #B080B3 on white background.


Black color preview on #B080B3 background

This text has black color on #B080B3 background.


White color preview on #B080B3 background

This text has white color on #B080B3 background.


Related colors

Complementary color

Complementary color for #hex is #4F7F4C.


I love getcolorcode.com

Triadic colors

1 #B3B080 and #80B3B0 with #B080B3 are triadic colors.

2 #B380B0 and #80B0B3 with #B080B3 are triadic colors.