COLOR #B6629F

HEX: #B6629F
RGB: (182,98,159)

Color info

#B6629F contains mainly red and blue colors. Web safe color of #B6629F is #CC6699 (or #C69).

RGB color model

#B6629F color RGB value is (182,98,159).

  • red value is 182;
  • green value is 98;
  • blue value is 159.
RGB:
(182,98,159)
(71%,38%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 98 of 255 = 38%
B 159 of 255 = 62%

182
98
159

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

Portions of RGB colors in percentages

R + G + B =
182 + 98 + 159 = 439 (100%)
R 182 of 439 ~ 41.46%
G 98 of 439 ~ 22.32%
B 159 of 439 ~ 36.22%

%41.46
%22.32
%36.22

CMYK color model

#B6629F color CMYK value is (0,46,13,29).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(0,46,13,29)
C0M46Y13K29 
(0%,46%,13%,29%)
(0.00/0.46/0.13/0.29)	

CMYK percentages

%0
%46.15
%12.64
%28.63

Codes

Color #B6629F in popluar color models

B6629F
RGB18298159
HSL316°36.52%54.90%
HSB/HSV316°46.15%71.37%
CMYK0.00%46.15%12.64%
28.63%

Color #B6629F in popluar number systems.

HEXB6629F
Decimal18298159
Binary10110110110001010011111
Octal266142237

Shades and tints

Shades of #B6629F

#B6629F
(182,98,159)
#A65A91
(166,90,145)
#965283
(150,82,131)
#864A75
(134,74,117)
#764267
(118,66,103)
#663A59
(102,58,89)
#56324B
(86,50,75)
#462A3D
(70,42,61)
#36222F
(54,34,47)
#261A21
(38,26,33)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #B6629F

#B6629F
(182,98,159)
#BC70A7
(188,112,167)
#C27EAF
(194,126,175)
#C88CB7
(200,140,183)
#CE9ABF
(206,154,191)
#D4A8C7
(212,168,199)
#DAB6CF
(218,182,207)
#E0C4D7
(224,196,215)
#E6D2DF
(230,210,223)
#ECE0E7
(236,224,231)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6629F color. Also use rgb(182,98,159) instead hex code.

Text Font Color

.myTextColor { color: #B6629F; }

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

This text font color is #B6629F.


Background Color

.myBgColor { background-color: #B6629F; }

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

This div background color is #B6629F.


Border color

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

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

This div border color is #B6629F.


Opacity

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

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

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

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

This text has shadow with #B6629F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6629F on black background.


Color preview on white background

This text has color #B6629F on white background.



Black color preview on #B6629F background

This text has black color on #B6629F background.


White color preview on #B6629F background

This text has white color on #B6629F background.