COLOR #B680D5

HEX: #B680D5
RGB: (182,128,213)

Color info

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

RGB color model

#B680D5 color RGB value is (182,128,213).

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

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 213 of 255 = 84%

182
128
213

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

Portions of RGB colors in percentages

R + G + B =
182 + 128 + 213 = 523 (100%)
R 182 of 523 ~ 34.8%
G 128 of 523 ~ 24.47%
B 213 of 523 ~ 40.73%

%34.8
%24.47
%40.73

CMYK color model

#B680D5 color CMYK value is (15,40,0,16).

  • cyan value is 14.55%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (15,40,0,16) C15M40Y0K16 (15%,40%,0%,16%) (0.15/0.40/0.00/0.16)

CMYK percentages

%14.55
%39.91
%0
%16.47

Codes

Color #B680D5 in popluar color models

B680D5
RGB182128213
HSL278°50.30%66.86%
HSB/HSV278°39.91%83.53%
CMYK14.55%39.91%0.00%
16.47%

Color #B680D5 in popluar number systems.

HEXB680D5
Decimal182128213
Binary101101101000000011010101
Octal266200325

Shades and tints

Shades of #B680D5

#B680D5
(182,128,213)
#A675C2
(166,117,194)
#966AAF
(150,106,175)
#865F9C
(134,95,156)
#765489
(118,84,137)
#664976
(102,73,118)
#563E63
(86,62,99)
#463350
(70,51,80)
#36283D
(54,40,61)
#261D2A
(38,29,42)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #B680D5

#B680D5
(182,128,213)
#BC8BD8
(188,139,216)
#C296DB
(194,150,219)
#C8A1DE
(200,161,222)
#CEACE1
(206,172,225)
#D4B7E4
(212,183,228)
#DAC2E7
(218,194,231)
#E0CDEA
(224,205,234)
#E6D8ED
(230,216,237)
#ECE3F0
(236,227,240)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B680D5; }

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

This text font color is #B680D5.


Background Color

.myBgColor { background-color: #B680D5; }

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

This div background color is #B680D5.


Border color

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

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

This div border color is #B680D5.


Opacity

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

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

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

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

This text has shadow with #B680D5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B680D5 on black background.


Color preview on white background

This text has color #B680D5 on white background.



Black color preview on #B680D5 background

This text has black color on #B680D5 background.


White color preview on #B680D5 background

This text has white color on #B680D5 background.