COLOR #B080CB

HEX: #B080CB RGB: (176,128,203)

Color info

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

RGB color model

#B080CB color RGB value is (176,128,203).

RGB: (176,128,203) (69%, 50%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 203 of 255 = 80%

176
128
203

R + G + B ~ 66%. #B080CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 128 + 203 = 507 (100%)
R 176 of 507 ~ 34.71%
G 128 of 507 ~ 25.25%
B 203 of 507 ~ 40.04'%

%34.71
%25.25
%40.04

CMYK color model

#B080CB color CMYK value is (13,37,0,20).

  • cyan value is 13.30%
  • magenta value is 36.95%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (13,37,0,20)
C13M37Y0K20 (13%, 37%, 0%, 20%)
(0.13 / 0.37 / 0.00 / 0.20)

CMYK percentages

%13.3
%36.95
%0
%20.39

Codes

Color #B080CB in popluar color models

B0 80 CB
RGB 176 128 203
HSL 278° 41.90% 64.90%
HSB/HSV 278° 36.95% 79.61%
CMYK 13.30% 36.95% 0.00%
20.39%

Color #B080CB in popluar number systems.

HEX B0 80 CB
Decimal 176 128 203
Binary 10110000 10000000 11001011
Octal 260 200 313

Shades and tints

Shades of #B080CB

#B080CB
(176,128,203)
#A075B9
(160,117,185)
#906AA7
(144,106,167)
#805F95
(128,95,149)
#705483
(112,84,131)
#604971
(96,73,113)
#503E5F
(80,62,95)
#40334D
(64,51,77)
#30283B
(48,40,59)
#201D29
(32,29,41)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #B080CB

#B080CB
(176,128,203)
#B78BCF
(183,139,207)
#BE96D3
(190,150,211)
#C5A1D7
(197,161,215)
#CCACDB
(204,172,219)
#D3B7DF
(211,183,223)
#DAC2E3
(218,194,227)
#E1CDE7
(225,205,231)
#E8D8EB
(232,216,235)
#EFE3EF
(239,227,239)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B080CB; }

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

This text font color is #B080CB.

Background Color

.myBgColor { background-color: #B080CB; }

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

This div background color is #B080CB.

Border color

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

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

This div border color is #B080CB.

Opacity

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

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

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

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

This text has shadow with #B080CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B080CB.

Preview

Color preview on black background

This text has color #B080CB on black background.


Color preview on white background

This text has color #B080CB on white background.


Black color preview on #B080CB background

This text has black color on #B080CB background.


White color preview on #B080CB background

This text has white color on #B080CB background.


Related colors

Complementary color

Complementary color for #hex is #4F7F34.


I love getcolorcode.com

Triadic colors

1 #CBB080 and #80CBB0 with #B080CB are triadic colors.

2 #CB80B0 and #80B0CB with #B080CB are triadic colors.