COLOR #B080C4

HEX: #B080C4
RGB: (176,128,196)

Color info

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

RGB color model

#B080C4 color RGB value is (176,128,196).

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

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 196 of 255 = 77%

176
128
196

R + G + B ~ 65%. #B080C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 128 + 196 = 500 (100%)
R 176 of 500 ~ 35.2%
G 128 of 500 ~ 25.6%
B 196 of 500 ~ 39.2%

%35.2
%25.6
%39.2

CMYK color model

#B080C4 color CMYK value is (10,35,0,23).

  • cyan value is 10.20%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(10,35,0,23)
C10M35Y0K23 
(10%,35%,0%,23%)
(0.10/0.35/0.00/0.23)	

CMYK percentages

%10.2
%34.69
%0
%23.14

Codes

Color #B080C4 in popluar color models

B080C4
RGB176128196
HSL282°36.56%63.53%
HSB/HSV282°34.69%76.86%
CMYK10.20%34.69%0.00%
23.14%

Color #B080C4 in popluar number systems.

HEXB080C4
Decimal176128196
Binary101100001000000011000100
Octal260200304

Shades and tints

Shades of #B080C4

#B080C4
(176,128,196)
#A075B3
(160,117,179)
#906AA2
(144,106,162)
#805F91
(128,95,145)
#705480
(112,84,128)
#60496F
(96,73,111)
#503E5E
(80,62,94)
#40334D
(64,51,77)
#30283C
(48,40,60)
#201D2B
(32,29,43)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #B080C4

#B080C4
(176,128,196)
#B78BC9
(183,139,201)
#BE96CE
(190,150,206)
#C5A1D3
(197,161,211)
#CCACD8
(204,172,216)
#D3B7DD
(211,183,221)
#DAC2E2
(218,194,226)
#E1CDE7
(225,205,231)
#E8D8EC
(232,216,236)
#EFE3F1
(239,227,241)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B080C4; }

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

This text font color is #B080C4.


Background Color

.myBgColor { background-color: #B080C4; }

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

This div background color is #B080C4.


Border color

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

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

This div border color is #B080C4.


Opacity

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

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

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

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

This text has shadow with #B080C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B080C4 on black background.


Color preview on white background

This text has color #B080C4 on white background.



Black color preview on #B080C4 background

This text has black color on #B080C4 background.


White color preview on #B080C4 background

This text has white color on #B080C4 background.