COLOR #B493DA

HEX: #B493DA
RGB: (180,147,218)

Color info

#B493DA contains mainly red and blue colors. Web safe color of #B493DA is #CC99CC (or #C9C).

RGB color model

#B493DA color RGB value is (180,147,218).

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

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 218 of 255 = 85%

180
147
218

R + G + B ~ 71%. #B493DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 218 = 545 (100%)
R 180 of 545 ~ 33.03%
G 147 of 545 ~ 26.97%
B 218 of 545 ~ 40%

%33.03
%26.97
%40

CMYK color model

#B493DA color CMYK value is (17,33,0,15).

  • cyan value is 17.43%
  • magenta value is 32.57%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,33,0,15)
C17M33Y0K15 
(17%,33%,0%,15%)
(0.17/0.33/0.00/0.15)	

CMYK percentages

%17.43
%32.57
%0
%14.51

Codes

Color #B493DA in popluar color models

B493DA
RGB180147218
HSL268°48.97%71.57%
HSB/HSV268°32.57%85.49%
CMYK17.43%32.57%0.00%
14.51%

Color #B493DA in popluar number systems.

HEXB493DA
Decimal180147218
Binary101101001001001111011010
Octal264223332

Shades and tints

Shades of #B493DA

#B493DA
(180,147,218)
#A486C7
(164,134,199)
#9479B4
(148,121,180)
#846CA1
(132,108,161)
#745F8E
(116,95,142)
#64527B
(100,82,123)
#544568
(84,69,104)
#443855
(68,56,85)
#342B42
(52,43,66)
#241E2F
(36,30,47)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #B493DA

#B493DA
(180,147,218)
#BA9CDD
(186,156,221)
#C0A5E0
(192,165,224)
#C6AEE3
(198,174,227)
#CCB7E6
(204,183,230)
#D2C0E9
(210,192,233)
#D8C9EC
(216,201,236)
#DED2EF
(222,210,239)
#E4DBF2
(228,219,242)
#EAE4F5
(234,228,245)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B493DA; }

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

This text font color is #B493DA.


Background Color

.myBgColor { background-color: #B493DA; }

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

This div background color is #B493DA.


Border color

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

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

This div border color is #B493DA.


Opacity

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

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

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

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

This text has shadow with #B493DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B493DA on black background.


Color preview on white background

This text has color #B493DA on white background.



Black color preview on #B493DA background

This text has black color on #B493DA background.


White color preview on #B493DA background

This text has white color on #B493DA background.