COLOR #B493E4

HEX: #B493E4 RGB: (180,147,228)

Color info

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

RGB color model

#B493E4 color RGB value is (180,147,228).

RGB: (180,147,228) (71%, 58%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 228 of 255 = 89%

180
147
228

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

Portions of RGB colors in percentages

R + G + B = 180 + 147 + 228 = 555 (100%)
R 180 of 555 ~ 32.43%
G 147 of 555 ~ 26.49%
B 228 of 555 ~ 41.08'%

%32.43
%26.49
%41.08

CMYK color model

#B493E4 color CMYK value is (21,36,0,11).

  • cyan value is 21.05%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (21,36,0,11)
C21M36Y0K11 (21%, 36%, 0%, 11%)
(0.21 / 0.36 / 0.00 / 0.11)

CMYK percentages

%21.05
%35.53
%0
%10.59

Codes

Color #B493E4 in popluar color models

B4 93 E4
RGB 180 147 228
HSL 264° 60.00% 73.53%
HSB/HSV 264° 35.53% 89.41%
CMYK 21.05% 35.53% 0.00%
10.59%

Color #B493E4 in popluar number systems.

HEX B4 93 E4
Decimal 180 147 228
Binary 10110100 10010011 11100100
Octal 264 223 344

Shades and tints

Shades of #B493E4

#B493E4
(180,147,228)
#A486D0
(164,134,208)
#9479BC
(148,121,188)
#846CA8
(132,108,168)
#745F94
(116,95,148)
#645280
(100,82,128)
#54456C
(84,69,108)
#443858
(68,56,88)
#342B44
(52,43,68)
#241E30
(36,30,48)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #B493E4

#B493E4
(180,147,228)
#BA9CE6
(186,156,230)
#C0A5E8
(192,165,232)
#C6AEEA
(198,174,234)
#CCB7EC
(204,183,236)
#D2C0EE
(210,192,238)
#D8C9F0
(216,201,240)
#DED2F2
(222,210,242)
#E4DBF4
(228,219,244)
#EAE4F6
(234,228,246)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B493E4; }

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

This text font color is #B493E4.

Background Color

.myBgColor { background-color: #B493E4; }

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

This div background color is #B493E4.

Border color

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

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

This div border color is #B493E4.

Opacity

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

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

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

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

This text has shadow with #B493E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B493E4.

Preview

Color preview on black background

This text has color #B493E4 on black background.


Color preview on white background

This text has color #B493E4 on white background.


Black color preview on #B493E4 background

This text has black color on #B493E4 background.


White color preview on #B493E4 background

This text has white color on #B493E4 background.


Related colors

Complementary color

Complementary color for #hex is #4B6C1B.


I love getcolorcode.com

Triadic colors

1 #E4B493 and #93E4B4 with #B493E4 are triadic colors.

2 #E493B4 and #93B4E4 with #B493E4 are triadic colors.