COLOR #B493B5

HEX: #B493B5
RGB: (180,147,181)

Color info

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

RGB color model

#B493B5 color RGB value is (180,147,181).

  • red value is 180;
  • green value is 147;
  • blue value is 181.
RGB:
(180,147,181)
(71%,58%,71%)

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 181 of 255 = 71%

180
147
181

R + G + B ~ 67%. #B493B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 181 = 508 (100%)
R 180 of 508 ~ 35.43%
G 147 of 508 ~ 28.94%
B 181 of 508 ~ 35.63%

%35.43
%28.94
%35.63

CMYK color model

#B493B5 color CMYK value is (1,19,0,29).

  • cyan value is 0.55%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,19,0,29)
C1M19Y0K29 
(1%,19%,0%,29%)
(0.01/0.19/0.00/0.29)	

CMYK percentages

%0.55
%18.78
%0
%29.02

Codes

Color #B493B5 in popluar color models

B493B5
RGB180147181
HSL298°18.68%64.31%
HSB/HSV298°18.78%70.98%
CMYK0.55%18.78%0.00%
29.02%

Color #B493B5 in popluar number systems.

HEXB493B5
Decimal180147181
Binary101101001001001110110101
Octal264223265

Shades and tints

Shades of #B493B5

#B493B5
(180,147,181)
#A486A5
(164,134,165)
#947995
(148,121,149)
#846C85
(132,108,133)
#745F75
(116,95,117)
#645265
(100,82,101)
#544555
(84,69,85)
#443845
(68,56,69)
#342B35
(52,43,53)
#241E25
(36,30,37)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #B493B5

#B493B5
(180,147,181)
#BA9CBB
(186,156,187)
#C0A5C1
(192,165,193)
#C6AEC7
(198,174,199)
#CCB7CD
(204,183,205)
#D2C0D3
(210,192,211)
#D8C9D9
(216,201,217)
#DED2DF
(222,210,223)
#E4DBE5
(228,219,229)
#EAE4EB
(234,228,235)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B493B5 color. Also use rgb(180,147,181) instead hex code.

Text Font Color

.myTextColor { color: #B493B5; }

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

This text font color is #B493B5.


Background Color

.myBgColor { background-color: #B493B5; }

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

This div background color is #B493B5.


Border color

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

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

This div border color is #B493B5.


Opacity

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

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

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

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

This text has shadow with #B493B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B493B5 on black background.


Color preview on white background

This text has color #B493B5 on white background.



Black color preview on #B493B5 background

This text has black color on #B493B5 background.


White color preview on #B493B5 background

This text has white color on #B493B5 background.