COLOR #B864A9

HEX: #B864A9
RGB: (184,100,169)

Color info

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

RGB color model

#B864A9 color RGB value is (184,100,169).

  • red value is 184;
  • green value is 100;
  • blue value is 169.
RGB:
(184,100,169)
(72%,39%,66%)

RGB channels and saturation

R 184 of 255 = 72%
G 100 of 255 = 39%
B 169 of 255 = 66%

184
100
169

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

Portions of RGB colors in percentages

R + G + B =
184 + 100 + 169 = 453 (100%)
R 184 of 453 ~ 40.62%
G 100 of 453 ~ 22.08%
B 169 of 453 ~ 37.31%

%40.62
%22.08
%37.31

CMYK color model

#B864A9 color CMYK value is (0,46,8,28).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 8.15%
  • key color value is 27.84%
CMYK:
(0,46,8,28)
C0M46Y8K28 
(0%,46%,8%,28%)
(0.00/0.46/0.08/0.28)	

CMYK percentages

%0
%45.65
%8.15
%27.84

Codes

Color #B864A9 in popluar color models

B864A9
RGB184100169
HSL311°37.17%55.69%
HSB/HSV311°45.65%72.16%
CMYK0.00%45.65%8.15%
27.84%

Color #B864A9 in popluar number systems.

HEXB864A9
Decimal184100169
Binary10111000110010010101001
Octal270144251

Shades and tints

Shades of #B864A9

#B864A9
(184,100,169)
#A85B9A
(168,91,154)
#98528B
(152,82,139)
#88497C
(136,73,124)
#78406D
(120,64,109)
#68375E
(104,55,94)
#582E4F
(88,46,79)
#482540
(72,37,64)
#381C31
(56,28,49)
#281322
(40,19,34)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #B864A9

#B864A9
(184,100,169)
#BE72B0
(190,114,176)
#C480B7
(196,128,183)
#CA8EBE
(202,142,190)
#D09CC5
(208,156,197)
#D6AACC
(214,170,204)
#DCB8D3
(220,184,211)
#E2C6DA
(226,198,218)
#E8D4E1
(232,212,225)
#EEE2E8
(238,226,232)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B864A9 color. Also use rgb(184,100,169) instead hex code.

Text Font Color

.myTextColor { color: #B864A9; }

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

This text font color is #B864A9.


Background Color

.myBgColor { background-color: #B864A9; }

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

This div background color is #B864A9.


Border color

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

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

This div border color is #B864A9.


Opacity

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

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

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

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

This text has shadow with #B864A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B864A9 on black background.


Color preview on white background

This text has color #B864A9 on white background.



Black color preview on #B864A9 background

This text has black color on #B864A9 background.


White color preview on #B864A9 background

This text has white color on #B864A9 background.