COLOR #B641A5

HEX: #B641A5
RGB: (182,65,165)

Color info

#B641A5 contains mainly red and blue colors. Web safe color of #B641A5 is #CC3399 (or #C39).

RGB color model

#B641A5 color RGB value is (182,65,165).

  • red value is 182;
  • green value is 65;
  • blue value is 165.
RGB:
(182,65,165)
(71%,25%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 65 of 255 = 25%
B 165 of 255 = 65%

182
65
165

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

Portions of RGB colors in percentages

R + G + B =
182 + 65 + 165 = 412 (100%)
R 182 of 412 ~ 44.17%
G 65 of 412 ~ 15.78%
B 165 of 412 ~ 40.05%

%44.17
%15.78
%40.05

CMYK color model

#B641A5 color CMYK value is (0,64,9,29).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(0,64,9,29)
C0M64Y9K29 
(0%,64%,9%,29%)
(0.00/0.64/0.09/0.29)	

CMYK percentages

%0
%64.29
%9.34
%28.63

Codes

Color #B641A5 in popluar color models

B641A5
RGB18265165
HSL309°47.37%48.43%
HSB/HSV309°64.29%71.37%
CMYK0.00%64.29%9.34%
28.63%

Color #B641A5 in popluar number systems.

HEXB641A5
Decimal18265165
Binary10110110100000110100101
Octal266101245

Shades and tints

Shades of #B641A5

#B641A5
(182,65,165)
#A63C96
(166,60,150)
#963787
(150,55,135)
#863278
(134,50,120)
#762D69
(118,45,105)
#66285A
(102,40,90)
#56234B
(86,35,75)
#461E3C
(70,30,60)
#36192D
(54,25,45)
#26141E
(38,20,30)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #B641A5

#B641A5
(182,65,165)
#BC52AD
(188,82,173)
#C263B5
(194,99,181)
#C874BD
(200,116,189)
#CE85C5
(206,133,197)
#D496CD
(212,150,205)
#DAA7D5
(218,167,213)
#E0B8DD
(224,184,221)
#E6C9E5
(230,201,229)
#ECDAED
(236,218,237)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B641A5 color. Also use rgb(182,65,165) instead hex code.

Text Font Color

.myTextColor { color: #B641A5; }

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

This text font color is #B641A5.


Background Color

.myBgColor { background-color: #B641A5; }

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

This div background color is #B641A5.


Border color

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

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

This div border color is #B641A5.


Opacity

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

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

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

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

This text has shadow with #B641A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B641A5 on black background.


Color preview on white background

This text has color #B641A5 on white background.



Black color preview on #B641A5 background

This text has black color on #B641A5 background.


White color preview on #B641A5 background

This text has white color on #B641A5 background.