COLOR #B679BE

HEX: #B679BE RGB: (182,121,190)

Color info

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

RGB color model

#B679BE color RGB value is (182,121,190).

RGB: (182,121,190) (71%, 47%, 75%)

RGB channels and saturation

R 182 of 255 = 71%
G 121 of 255 = 47%
B 190 of 255 = 75%

182
121
190

R + G + B ~ 64%. #B679BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 121 + 190 = 493 (100%)
R 182 of 493 ~ 36.92%
G 121 of 493 ~ 24.54%
B 190 of 493 ~ 38.54'%

%36.92
%24.54
%38.54

CMYK color model

#B679BE color CMYK value is (4,36,0,25).

  • cyan value is 4.21%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (4,36,0,25)
C4M36Y0K25 (4%, 36%, 0%, 25%)
(0.04 / 0.36 / 0.00 / 0.25)

CMYK percentages

%4.21
%36.32
%0
%25.49

Codes

Color #B679BE in popluar color models

B6 79 BE
RGB 182 121 190
HSL 293° 34.67% 60.98%
HSB/HSV 293° 36.32% 74.51%
CMYK 4.21% 36.32% 0.00%
25.49%

Color #B679BE in popluar number systems.

HEX B6 79 BE
Decimal 182 121 190
Binary 10110110 1111001 10111110
Octal 266 171 276

Shades and tints

Shades of #B679BE

#B679BE
(182,121,190)
#A66EAD
(166,110,173)
#96639C
(150,99,156)
#86588B
(134,88,139)
#764D7A
(118,77,122)
#664269
(102,66,105)
#563758
(86,55,88)
#462C47
(70,44,71)
#362136
(54,33,54)
#261625
(38,22,37)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #B679BE

#B679BE
(182,121,190)
#BC85C3
(188,133,195)
#C291C8
(194,145,200)
#C89DCD
(200,157,205)
#CEA9D2
(206,169,210)
#D4B5D7
(212,181,215)
#DAC1DC
(218,193,220)
#E0CDE1
(224,205,225)
#E6D9E6
(230,217,230)
#ECE5EB
(236,229,235)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B679BE color. Also use rgb(182,121,190) instead hex code.

Text Font Color

.myTextColor { color: #B679BE; }

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

This text font color is #B679BE.

Background Color

.myBgColor { background-color: #B679BE; }

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

This div background color is #B679BE.

Border color

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

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

This div border color is #B679BE.

Opacity

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

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

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

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

This text has shadow with #B679BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B679BE.

Preview

Color preview on black background

This text has color #B679BE on black background.


Color preview on white background

This text has color #B679BE on white background.


Black color preview on #B679BE background

This text has black color on #B679BE background.


White color preview on #B679BE background

This text has white color on #B679BE background.


Related colors

Complementary color

Complementary color for #hex is #498641.


I love getcolorcode.com

Triadic colors

1 #BEB679 and #79BEB6 with #B679BE are triadic colors.

2 #BE79B6 and #79B6BE with #B679BE are triadic colors.