COLOR #B680C2

HEX: #B680C2
RGB: (182,128,194)

Color info

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

RGB color model

#B680C2 color RGB value is (182,128,194).

  • red value is 182;
  • green value is 128;
  • blue value is 194.
RGB:
(182,128,194)
(71%,50%,76%)

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 194 of 255 = 76%

182
128
194

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

Portions of RGB colors in percentages

R + G + B =
182 + 128 + 194 = 504 (100%)
R 182 of 504 ~ 36.11%
G 128 of 504 ~ 25.4%
B 194 of 504 ~ 38.49%

%36.11
%25.4
%38.49

CMYK color model

#B680C2 color CMYK value is (6,34,0,24).

  • cyan value is 6.19%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(6,34,0,24)
C6M34Y0K24 
(6%,34%,0%,24%)
(0.06/0.34/0.00/0.24)	

CMYK percentages

%6.19
%34.02
%0
%23.92

Codes

Color #B680C2 in popluar color models

B680C2
RGB182128194
HSL289°35.11%63.14%
HSB/HSV289°34.02%76.08%
CMYK6.19%34.02%0.00%
23.92%

Color #B680C2 in popluar number systems.

HEXB680C2
Decimal182128194
Binary101101101000000011000010
Octal266200302

Shades and tints

Shades of #B680C2

#B680C2
(182,128,194)
#A675B1
(166,117,177)
#966AA0
(150,106,160)
#865F8F
(134,95,143)
#76547E
(118,84,126)
#66496D
(102,73,109)
#563E5C
(86,62,92)
#46334B
(70,51,75)
#36283A
(54,40,58)
#261D29
(38,29,41)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #B680C2

#B680C2
(182,128,194)
#BC8BC7
(188,139,199)
#C296CC
(194,150,204)
#C8A1D1
(200,161,209)
#CEACD6
(206,172,214)
#D4B7DB
(212,183,219)
#DAC2E0
(218,194,224)
#E0CDE5
(224,205,229)
#E6D8EA
(230,216,234)
#ECE3EF
(236,227,239)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B680C2 color. Also use rgb(182,128,194) instead hex code.

Text Font Color

.myTextColor { color: #B680C2; }

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

This text font color is #B680C2.


Background Color

.myBgColor { background-color: #B680C2; }

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

This div background color is #B680C2.


Border color

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

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

This div border color is #B680C2.


Opacity

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

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

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

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

This text has shadow with #B680C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B680C2 on black background.


Color preview on white background

This text has color #B680C2 on white background.



Black color preview on #B680C2 background

This text has black color on #B680C2 background.


White color preview on #B680C2 background

This text has white color on #B680C2 background.