COLOR #B4A3D6

HEX: #B4A3D6 RGB: (180,163,214)

Color info

#B4A3D6 contains red, green and blue colors in about the same proportion. Web safe color of #B4A3D6 is #CC99CC (or #C9C).

RGB color model

#B4A3D6 color RGB value is (180,163,214).

RGB: (180,163,214) (71%, 64%, 84%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 214 of 255 = 84%

180
163
214

R + G + B ~ 73%. #B4A3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 163 + 214 = 557 (100%)
R 180 of 557 ~ 32.32%
G 163 of 557 ~ 29.26%
B 214 of 557 ~ 38.42'%

%32.32
%29.26
%38.42

CMYK color model

#B4A3D6 color CMYK value is (16,24,0,16).

  • cyan value is 15.89%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (16,24,0,16)
C16M24Y0K16 (16%, 24%, 0%, 16%)
(0.16 / 0.24 / 0.00 / 0.16)

CMYK percentages

%15.89
%23.83
%0
%16.08

Codes

Color #B4A3D6 in popluar color models

B4 A3 D6
RGB 180 163 214
HSL 260° 38.35% 73.92%
HSB/HSV 260° 23.83% 83.92%
CMYK 15.89% 23.83% 0.00%
16.08%

Color #B4A3D6 in popluar number systems.

HEX B4 A3 D6
Decimal 180 163 214
Binary 10110100 10100011 11010110
Octal 264 243 326

Shades and tints

Shades of #B4A3D6

#B4A3D6
(180,163,214)
#A495C3
(164,149,195)
#9487B0
(148,135,176)
#84799D
(132,121,157)
#746B8A
(116,107,138)
#645D77
(100,93,119)
#544F64
(84,79,100)
#444151
(68,65,81)
#34333E
(52,51,62)
#24252B
(36,37,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #B4A3D6

#B4A3D6
(180,163,214)
#BAABD9
(186,171,217)
#C0B3DC
(192,179,220)
#C6BBDF
(198,187,223)
#CCC3E2
(204,195,226)
#D2CBE5
(210,203,229)
#D8D3E8
(216,211,232)
#DEDBEB
(222,219,235)
#E4E3EE
(228,227,238)
#EAEBF1
(234,235,241)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A3D6 color. Also use rgb(180,163,214) instead hex code.

Text Font Color

.myTextColor { color: #B4A3D6; }

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

This text font color is #B4A3D6.

Background Color

.myBgColor { background-color: #B4A3D6; }

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

This div background color is #B4A3D6.

Border color

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

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

This div border color is #B4A3D6.

Opacity

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

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

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

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

This text has shadow with #B4A3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A3D6.

Preview

Color preview on black background

This text has color #B4A3D6 on black background.


Color preview on white background

This text has color #B4A3D6 on white background.


Black color preview on #B4A3D6 background

This text has black color on #B4A3D6 background.


White color preview on #B4A3D6 background

This text has white color on #B4A3D6 background.


Related colors

Complementary color

Complementary color for #hex is #4B5C29.


I love getcolorcode.com

Triadic colors

1 #D6B4A3 and #A3D6B4 with #B4A3D6 are triadic colors.

2 #D6A3B4 and #A3B4D6 with #B4A3D6 are triadic colors.