COLOR #B293A0

HEX: #B293A0 RGB: (178,147,160)

Color info

#B293A0 contains red, green and blue colors in about the same proportion. Web safe color of #B293A0 is #999999 (or #999).

RGB color model

#B293A0 color RGB value is (178,147,160).

RGB: (178,147,160) (70%, 58%, 63%)

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 160 of 255 = 63%

178
147
160

R + G + B ~ 64%. #B293A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 147 + 160 = 485 (100%)
R 178 of 485 ~ 36.7%
G 147 of 485 ~ 30.31%
B 160 of 485 ~ 32.99'%

%36.7
%30.31
%32.99

CMYK color model

#B293A0 color CMYK value is (0,17,10,30).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 10.11%
  • key color value is 30.20%

CMYK: (0,17,10,30)
C0M17Y10K30 (0%, 17%, 10%, 30%)
(0.00 / 0.17 / 0.10 / 0.30)

CMYK percentages

%0
%17.42
%10.11
%30.2

Codes

Color #B293A0 in popluar color models

B2 93 A0
RGB 178 147 160
HSL 335° 16.76% 63.73%
HSB/HSV 335° 17.42% 69.80%
CMYK 0.00% 17.42% 10.11%
30.20%

Color #B293A0 in popluar number systems.

HEX B2 93 A0
Decimal 178 147 160
Binary 10110010 10010011 10100000
Octal 262 223 240

Shades and tints

Shades of #B293A0

#B293A0
(178,147,160)
#A28692
(162,134,146)
#927984
(146,121,132)
#826C76
(130,108,118)
#725F68
(114,95,104)
#62525A
(98,82,90)
#52454C
(82,69,76)
#42383E
(66,56,62)
#322B30
(50,43,48)
#221E22
(34,30,34)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B293A0

#B293A0
(178,147,160)
#B99CA8
(185,156,168)
#C0A5B0
(192,165,176)
#C7AEB8
(199,174,184)
#CEB7C0
(206,183,192)
#D5C0C8
(213,192,200)
#DCC9D0
(220,201,208)
#E3D2D8
(227,210,216)
#EADBE0
(234,219,224)
#F1E4E8
(241,228,232)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B293A0 color. Also use rgb(178,147,160) instead hex code.

Text Font Color

.myTextColor { color: #B293A0; }

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

This text font color is #B293A0.

Background Color

.myBgColor { background-color: #B293A0; }

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

This div background color is #B293A0.

Border color

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

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

This div border color is #B293A0.

Opacity

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

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

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

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

This text has shadow with #B293A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B293A0.

Preview

Color preview on black background

This text has color #B293A0 on black background.


Color preview on white background

This text has color #B293A0 on white background.


Black color preview on #B293A0 background

This text has black color on #B293A0 background.


White color preview on #B293A0 background

This text has white color on #B293A0 background.


Related colors

Complementary color

Complementary color for #hex is #4D6C5F.


I love getcolorcode.com

Triadic colors

1 #A0B293 and #93A0B2 with #B293A0 are triadic colors.

2 #A093B2 and #93B2A0 with #B293A0 are triadic colors.