COLOR #B683BE

HEX: #B683BE RGB: (182,131,190)

Color info

#B683BE contains red, green and blue colors in about the same proportion. Web safe color of #B683BE is #CC99CC (or #C9C).

RGB color model

#B683BE color RGB value is (182,131,190).

RGB: (182,131,190) (71%, 51%, 75%)

RGB channels and saturation

R 182 of 255 = 71%
G 131 of 255 = 51%
B 190 of 255 = 75%

182
131
190

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

Portions of RGB colors in percentages

R + G + B = 182 + 131 + 190 = 503 (100%)
R 182 of 503 ~ 36.18%
G 131 of 503 ~ 26.04%
B 190 of 503 ~ 37.77'%

%36.18
%26.04
%37.77

CMYK color model

#B683BE color CMYK value is (4,31,0,25).

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

CMYK: (4,31,0,25)
C4M31Y0K25 (4%, 31%, 0%, 25%)
(0.04 / 0.31 / 0.00 / 0.25)

CMYK percentages

%4.21
%31.05
%0
%25.49

Codes

Color #B683BE in popluar color models

B6 83 BE
RGB 182 131 190
HSL 292° 31.22% 62.94%
HSB/HSV 292° 31.05% 74.51%
CMYK 4.21% 31.05% 0.00%
25.49%

Color #B683BE in popluar number systems.

HEX B6 83 BE
Decimal 182 131 190
Binary 10110110 10000011 10111110
Octal 266 203 276

Shades and tints

Shades of #B683BE

#B683BE
(182,131,190)
#A678AD
(166,120,173)
#966D9C
(150,109,156)
#86628B
(134,98,139)
#76577A
(118,87,122)
#664C69
(102,76,105)
#564158
(86,65,88)
#463647
(70,54,71)
#362B36
(54,43,54)
#262025
(38,32,37)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B683BE

#B683BE
(182,131,190)
#BC8EC3
(188,142,195)
#C299C8
(194,153,200)
#C8A4CD
(200,164,205)
#CEAFD2
(206,175,210)
#D4BAD7
(212,186,215)
#DAC5DC
(218,197,220)
#E0D0E1
(224,208,225)
#E6DBE6
(230,219,230)
#ECE6EB
(236,230,235)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B683BE; }

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

This text font color is #B683BE.

Background Color

.myBgColor { background-color: #B683BE; }

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

This div background color is #B683BE.

Border color

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

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

This div border color is #B683BE.

Opacity

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

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

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

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

This text has shadow with #B683BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B683BE.

Preview

Color preview on black background

This text has color #B683BE on black background.


Color preview on white background

This text has color #B683BE on white background.


Black color preview on #B683BE background

This text has black color on #B683BE background.


White color preview on #B683BE background

This text has white color on #B683BE background.


Related colors

Complementary color

Complementary color for #hex is #497C41.


I love getcolorcode.com

Triadic colors

1 #BEB683 and #83BEB6 with #B683BE are triadic colors.

2 #BE83B6 and #83B6BE with #B683BE are triadic colors.