COLOR #B657BD

HEX: #B657BD
RGB: (182,87,189)

Color info

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

RGB color model

#B657BD color RGB value is (182,87,189).

  • red value is 182;
  • green value is 87;
  • blue value is 189.
RGB:
(182,87,189)
(71%,34%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 87 of 255 = 34%
B 189 of 255 = 74%

182
87
189

R + G + B ~ 60%. #B657BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 87 + 189 = 458 (100%)
R 182 of 458 ~ 39.74%
G 87 of 458 ~ 19%
B 189 of 458 ~ 41.27%

%39.74
%19
%41.27

CMYK color model

#B657BD color CMYK value is (4,54,0,26).

  • cyan value is 3.70%
  • magenta value is 53.97%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,54,0,26)
C4M54Y0K26 
(4%,54%,0%,26%)
(0.04/0.54/0.00/0.26)	

CMYK percentages

%3.7
%53.97
%0
%25.88

Codes

Color #B657BD in popluar color models

B657BD
RGB18287189
HSL296°43.59%54.12%
HSB/HSV296°53.97%74.12%
CMYK3.70%53.97%0.00%
25.88%

Color #B657BD in popluar number systems.

HEXB657BD
Decimal18287189
Binary10110110101011110111101
Octal266127275

Shades and tints

Shades of #B657BD

#B657BD
(182,87,189)
#A650AC
(166,80,172)
#96499B
(150,73,155)
#86428A
(134,66,138)
#763B79
(118,59,121)
#663468
(102,52,104)
#562D57
(86,45,87)
#462646
(70,38,70)
#361F35
(54,31,53)
#261824
(38,24,36)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #B657BD

#B657BD
(182,87,189)
#BC66C3
(188,102,195)
#C275C9
(194,117,201)
#C884CF
(200,132,207)
#CE93D5
(206,147,213)
#D4A2DB
(212,162,219)
#DAB1E1
(218,177,225)
#E0C0E7
(224,192,231)
#E6CFED
(230,207,237)
#ECDEF3
(236,222,243)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B657BD color. Also use rgb(182,87,189) instead hex code.

Text Font Color

.myTextColor { color: #B657BD; }

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

This text font color is #B657BD.


Background Color

.myBgColor { background-color: #B657BD; }

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

This div background color is #B657BD.


Border color

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

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

This div border color is #B657BD.


Opacity

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

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

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

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

This text has shadow with #B657BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B657BD on black background.


Color preview on white background

This text has color #B657BD on white background.



Black color preview on #B657BD background

This text has black color on #B657BD background.


White color preview on #B657BD background

This text has white color on #B657BD background.