COLOR #B831A2

HEX: #B831A2
RGB: (184,49,162)

Color info

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

RGB color model

#B831A2 color RGB value is (184,49,162).

  • red value is 184;
  • green value is 49;
  • blue value is 162.
RGB:
(184,49,162)
(72%,19%,64%)

RGB channels and saturation

R 184 of 255 = 72%
G 49 of 255 = 19%
B 162 of 255 = 64%

184
49
162

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

Portions of RGB colors in percentages

R + G + B =
184 + 49 + 162 = 395 (100%)
R 184 of 395 ~ 46.58%
G 49 of 395 ~ 12.41%
B 162 of 395 ~ 41.01%

%46.58
%12.41
%41.01

CMYK color model

#B831A2 color CMYK value is (0,73,12,28).

  • cyan value is 0.00%
  • magenta value is 73.37%
  • yellow value is 11.96%
  • key color value is 27.84%
CMYK:
(0,73,12,28)
C0M73Y12K28 
(0%,73%,12%,28%)
(0.00/0.73/0.12/0.28)	

CMYK percentages

%0
%73.37
%11.96
%27.84

Codes

Color #B831A2 in popluar color models

B831A2
RGB18449162
HSL310°57.94%45.69%
HSB/HSV310°73.37%72.16%
CMYK0.00%73.37%11.96%
27.84%

Color #B831A2 in popluar number systems.

HEXB831A2
Decimal18449162
Binary1011100011000110100010
Octal27061242

Shades and tints

Shades of #B831A2

#B831A2
(184,49,162)
#A82D94
(168,45,148)
#982986
(152,41,134)
#882578
(136,37,120)
#78216A
(120,33,106)
#681D5C
(104,29,92)
#58194E
(88,25,78)
#481540
(72,21,64)
#381132
(56,17,50)
#280D24
(40,13,36)
#180916
(24,9,22)
#000000
(0,0,0)

Tints of #B831A2

#B831A2
(184,49,162)
#BE43AA
(190,67,170)
#C455B2
(196,85,178)
#CA67BA
(202,103,186)
#D079C2
(208,121,194)
#D68BCA
(214,139,202)
#DC9DD2
(220,157,210)
#E2AFDA
(226,175,218)
#E8C1E2
(232,193,226)
#EED3EA
(238,211,234)
#F4E5F2
(244,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B831A2 color. Also use rgb(184,49,162) instead hex code.

Text Font Color

.myTextColor { color: #B831A2; }

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

This text font color is #B831A2.


Background Color

.myBgColor { background-color: #B831A2; }

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

This div background color is #B831A2.


Border color

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

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

This div border color is #B831A2.


Opacity

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

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

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

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

This text has shadow with #B831A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B831A2 on black background.


Color preview on white background

This text has color #B831A2 on white background.



Black color preview on #B831A2 background

This text has black color on #B831A2 background.


White color preview on #B831A2 background

This text has white color on #B831A2 background.