COLOR #B662A1

HEX: #B662A1
RGB: (182,98,161)

Color info

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

RGB color model

#B662A1 color RGB value is (182,98,161).

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

RGB channels and saturation

R 182 of 255 = 71%
G 98 of 255 = 38%
B 161 of 255 = 63%

182
98
161

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

Portions of RGB colors in percentages

R + G + B =
182 + 98 + 161 = 441 (100%)
R 182 of 441 ~ 41.27%
G 98 of 441 ~ 22.22%
B 161 of 441 ~ 36.51%

%41.27
%22.22
%36.51

CMYK color model

#B662A1 color CMYK value is (0,46,12,29).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 11.54%
  • key color value is 28.63%
CMYK:
(0,46,12,29)
C0M46Y12K29 
(0%,46%,12%,29%)
(0.00/0.46/0.12/0.29)	

CMYK percentages

%0
%46.15
%11.54
%28.63

Codes

Color #B662A1 in popluar color models

B662A1
RGB18298161
HSL315°36.52%54.90%
HSB/HSV315°46.15%71.37%
CMYK0.00%46.15%11.54%
28.63%

Color #B662A1 in popluar number systems.

HEXB662A1
Decimal18298161
Binary10110110110001010100001
Octal266142241

Shades and tints

Shades of #B662A1

#B662A1
(182,98,161)
#A65A93
(166,90,147)
#965285
(150,82,133)
#864A77
(134,74,119)
#764269
(118,66,105)
#663A5B
(102,58,91)
#56324D
(86,50,77)
#462A3F
(70,42,63)
#362231
(54,34,49)
#261A23
(38,26,35)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B662A1

#B662A1
(182,98,161)
#BC70A9
(188,112,169)
#C27EB1
(194,126,177)
#C88CB9
(200,140,185)
#CE9AC1
(206,154,193)
#D4A8C9
(212,168,201)
#DAB6D1
(218,182,209)
#E0C4D9
(224,196,217)
#E6D2E1
(230,210,225)
#ECE0E9
(236,224,233)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B662A1; }

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

This text font color is #B662A1.


Background Color

.myBgColor { background-color: #B662A1; }

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

This div background color is #B662A1.


Border color

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

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

This div border color is #B662A1.


Opacity

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

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

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

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

This text has shadow with #B662A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B662A1 on black background.


Color preview on white background

This text has color #B662A1 on white background.



Black color preview on #B662A1 background

This text has black color on #B662A1 background.


White color preview on #B662A1 background

This text has white color on #B662A1 background.