COLOR #B459A4

HEX: #B459A4
RGB: (180,89,164)

Color info

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

RGB color model

#B459A4 color RGB value is (180,89,164).

  • red value is 180;
  • green value is 89;
  • blue value is 164.
RGB:
(180,89,164)
(71%,35%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 89 of 255 = 35%
B 164 of 255 = 64%

180
89
164

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

Portions of RGB colors in percentages

R + G + B =
180 + 89 + 164 = 433 (100%)
R 180 of 433 ~ 41.57%
G 89 of 433 ~ 20.55%
B 164 of 433 ~ 37.88%

%41.57
%20.55
%37.88

CMYK color model

#B459A4 color CMYK value is (0,51,9,29).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 8.89%
  • key color value is 29.41%
CMYK:
(0,51,9,29)
C0M51Y9K29 
(0%,51%,9%,29%)
(0.00/0.51/0.09/0.29)	

CMYK percentages

%0
%50.56
%8.89
%29.41

Codes

Color #B459A4 in popluar color models

B459A4
RGB18089164
HSL311°37.76%52.75%
HSB/HSV311°50.56%70.59%
CMYK0.00%50.56%8.89%
29.41%

Color #B459A4 in popluar number systems.

HEXB459A4
Decimal18089164
Binary10110100101100110100100
Octal264131244

Shades and tints

Shades of #B459A4

#B459A4
(180,89,164)
#A45196
(164,81,150)
#944988
(148,73,136)
#84417A
(132,65,122)
#74396C
(116,57,108)
#64315E
(100,49,94)
#542950
(84,41,80)
#442142
(68,33,66)
#341934
(52,25,52)
#241126
(36,17,38)
#140918
(20,9,24)
#000000
(0,0,0)

Tints of #B459A4

#B459A4
(180,89,164)
#BA68AC
(186,104,172)
#C077B4
(192,119,180)
#C686BC
(198,134,188)
#CC95C4
(204,149,196)
#D2A4CC
(210,164,204)
#D8B3D4
(216,179,212)
#DEC2DC
(222,194,220)
#E4D1E4
(228,209,228)
#EAE0EC
(234,224,236)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B459A4 color. Also use rgb(180,89,164) instead hex code.

Text Font Color

.myTextColor { color: #B459A4; }

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

This text font color is #B459A4.


Background Color

.myBgColor { background-color: #B459A4; }

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

This div background color is #B459A4.


Border color

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

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

This div border color is #B459A4.


Opacity

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

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

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

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

This text has shadow with #B459A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B459A4 on black background.


Color preview on white background

This text has color #B459A4 on white background.



Black color preview on #B459A4 background

This text has black color on #B459A4 background.


White color preview on #B459A4 background

This text has white color on #B459A4 background.