COLOR #B493C6

HEX: #B493C6 RGB: (180,147,198)

Color info

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

RGB color model

#B493C6 color RGB value is (180,147,198).

RGB: (180,147,198) (71%, 58%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 198 of 255 = 78%

180
147
198

R + G + B ~ 69%. #B493C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 147 + 198 = 525 (100%)
R 180 of 525 ~ 34.29%
G 147 of 525 ~ 28%
B 198 of 525 ~ 37.71'%

%34.29
%28
%37.71

CMYK color model

#B493C6 color CMYK value is (9,26,0,22).

  • cyan value is 9.09%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (9,26,0,22)
C9M26Y0K22 (9%, 26%, 0%, 22%)
(0.09 / 0.26 / 0.00 / 0.22)

CMYK percentages

%9.09
%25.76
%0
%22.35

Codes

Color #B493C6 in popluar color models

B4 93 C6
RGB 180 147 198
HSL 279° 30.91% 67.65%
HSB/HSV 279° 25.76% 77.65%
CMYK 9.09% 25.76% 0.00%
22.35%

Color #B493C6 in popluar number systems.

HEX B4 93 C6
Decimal 180 147 198
Binary 10110100 10010011 11000110
Octal 264 223 306

Shades and tints

Shades of #B493C6

#B493C6
(180,147,198)
#A486B4
(164,134,180)
#9479A2
(148,121,162)
#846C90
(132,108,144)
#745F7E
(116,95,126)
#64526C
(100,82,108)
#54455A
(84,69,90)
#443848
(68,56,72)
#342B36
(52,43,54)
#241E24
(36,30,36)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #B493C6

#B493C6
(180,147,198)
#BA9CCB
(186,156,203)
#C0A5D0
(192,165,208)
#C6AED5
(198,174,213)
#CCB7DA
(204,183,218)
#D2C0DF
(210,192,223)
#D8C9E4
(216,201,228)
#DED2E9
(222,210,233)
#E4DBEE
(228,219,238)
#EAE4F3
(234,228,243)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B493C6; }

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

This text font color is #B493C6.

Background Color

.myBgColor { background-color: #B493C6; }

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

This div background color is #B493C6.

Border color

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

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

This div border color is #B493C6.

Opacity

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

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

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

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

This text has shadow with #B493C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B493C6.

Preview

Color preview on black background

This text has color #B493C6 on black background.


Color preview on white background

This text has color #B493C6 on white background.


Black color preview on #B493C6 background

This text has black color on #B493C6 background.


White color preview on #B493C6 background

This text has white color on #B493C6 background.


Related colors

Complementary color

Complementary color for #hex is #4B6C39.


I love getcolorcode.com

Triadic colors

1 #C6B493 and #93C6B4 with #B493C6 are triadic colors.

2 #C693B4 and #93B4C6 with #B493C6 are triadic colors.