COLOR #B855A4

HEX: #B855A4
RGB: (184,85,164)

Color info

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

RGB color model

#B855A4 color RGB value is (184,85,164).

  • red value is 184;
  • green value is 85;
  • blue value is 164.
RGB:
(184,85,164)
(72%,33%,64%)

RGB channels and saturation

R 184 of 255 = 72%
G 85 of 255 = 33%
B 164 of 255 = 64%

184
85
164

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

Portions of RGB colors in percentages

R + G + B =
184 + 85 + 164 = 433 (100%)
R 184 of 433 ~ 42.49%
G 85 of 433 ~ 19.63%
B 164 of 433 ~ 37.88%

%42.49
%19.63
%37.88

CMYK color model

#B855A4 color CMYK value is (0,54,11,28).

  • cyan value is 0.00%
  • magenta value is 53.80%
  • yellow value is 10.87%
  • key color value is 27.84%
CMYK:
(0,54,11,28)
C0M54Y11K28 
(0%,54%,11%,28%)
(0.00/0.54/0.11/0.28)	

CMYK percentages

%0
%53.8
%10.87
%27.84

Codes

Color #B855A4 in popluar color models

B855A4
RGB18485164
HSL312°41.08%52.75%
HSB/HSV312°53.80%72.16%
CMYK0.00%53.80%10.87%
27.84%

Color #B855A4 in popluar number systems.

HEXB855A4
Decimal18485164
Binary10111000101010110100100
Octal270125244

Shades and tints

Shades of #B855A4

#B855A4
(184,85,164)
#A84E96
(168,78,150)
#984788
(152,71,136)
#88407A
(136,64,122)
#78396C
(120,57,108)
#68325E
(104,50,94)
#582B50
(88,43,80)
#482442
(72,36,66)
#381D34
(56,29,52)
#281626
(40,22,38)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #B855A4

#B855A4
(184,85,164)
#BE64AC
(190,100,172)
#C473B4
(196,115,180)
#CA82BC
(202,130,188)
#D091C4
(208,145,196)
#D6A0CC
(214,160,204)
#DCAFD4
(220,175,212)
#E2BEDC
(226,190,220)
#E8CDE4
(232,205,228)
#EEDCEC
(238,220,236)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B855A4 color. Also use rgb(184,85,164) instead hex code.

Text Font Color

.myTextColor { color: #B855A4; }

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

This text font color is #B855A4.


Background Color

.myBgColor { background-color: #B855A4; }

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

This div background color is #B855A4.


Border color

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

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

This div border color is #B855A4.


Opacity

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

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

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

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

This text has shadow with #B855A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B855A4 on black background.


Color preview on white background

This text has color #B855A4 on white background.



Black color preview on #B855A4 background

This text has black color on #B855A4 background.


White color preview on #B855A4 background

This text has white color on #B855A4 background.