COLOR #B2659F

HEX: #B2659F
RGB: (178,101,159)

Color info

#B2659F contains mainly red and blue colors. Web safe color of #B2659F is #996699 (or #969).

RGB color model

#B2659F color RGB value is (178,101,159).

  • red value is 178;
  • green value is 101;
  • blue value is 159.
RGB:
(178,101,159)
(70%,40%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 101 of 255 = 40%
B 159 of 255 = 62%

178
101
159

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

Portions of RGB colors in percentages

R + G + B =
178 + 101 + 159 = 438 (100%)
R 178 of 438 ~ 40.64%
G 101 of 438 ~ 23.06%
B 159 of 438 ~ 36.3%

%40.64
%23.06
%36.3

CMYK color model

#B2659F color CMYK value is (0,43,11,30).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(0,43,11,30)
C0M43Y11K30 
(0%,43%,11%,30%)
(0.00/0.43/0.11/0.30)	

CMYK percentages

%0
%43.26
%10.67
%30.2

Codes

Color #B2659F in popluar color models

B2659F
RGB178101159
HSL315°33.33%54.71%
HSB/HSV315°43.26%69.80%
CMYK0.00%43.26%10.67%
30.20%

Color #B2659F in popluar number systems.

HEXB2659F
Decimal178101159
Binary10110010110010110011111
Octal262145237

Shades and tints

Shades of #B2659F

#B2659F
(178,101,159)
#A25C91
(162,92,145)
#925383
(146,83,131)
#824A75
(130,74,117)
#724167
(114,65,103)
#623859
(98,56,89)
#522F4B
(82,47,75)
#42263D
(66,38,61)
#321D2F
(50,29,47)
#221421
(34,20,33)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #B2659F

#B2659F
(178,101,159)
#B973A7
(185,115,167)
#C081AF
(192,129,175)
#C78FB7
(199,143,183)
#CE9DBF
(206,157,191)
#D5ABC7
(213,171,199)
#DCB9CF
(220,185,207)
#E3C7D7
(227,199,215)
#EAD5DF
(234,213,223)
#F1E3E7
(241,227,231)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2659F color. Also use rgb(178,101,159) instead hex code.

Text Font Color

.myTextColor { color: #B2659F; }

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

This text font color is #B2659F.


Background Color

.myBgColor { background-color: #B2659F; }

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

This div background color is #B2659F.


Border color

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

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

This div border color is #B2659F.


Opacity

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

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

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

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

This text has shadow with #B2659F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2659F on black background.


Color preview on white background

This text has color #B2659F on white background.



Black color preview on #B2659F background

This text has black color on #B2659F background.


White color preview on #B2659F background

This text has white color on #B2659F background.