COLOR #B193D4

HEX: #B193D4 RGB: (177,147,212)

Color info

#B193D4 contains mainly red and blue colors. Web safe color of #B193D4 is #9999CC (or #99C).

RGB color model

#B193D4 color RGB value is (177,147,212).

RGB: (177,147,212) (69%, 58%, 83%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 212 of 255 = 83%

177
147
212

R + G + B ~ 70%. #B193D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 147 + 212 = 536 (100%)
R 177 of 536 ~ 33.02%
G 147 of 536 ~ 27.43%
B 212 of 536 ~ 39.55'%

%33.02
%27.43
%39.55

CMYK color model

#B193D4 color CMYK value is (17,31,0,17).

  • cyan value is 16.51%
  • magenta value is 30.66%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (17,31,0,17)
C17M31Y0K17 (17%, 31%, 0%, 17%)
(0.17 / 0.31 / 0.00 / 0.17)

CMYK percentages

%16.51
%30.66
%0
%16.86

Codes

Color #B193D4 in popluar color models

B1 93 D4
RGB 177 147 212
HSL 268° 43.05% 70.39%
HSB/HSV 268° 30.66% 83.14%
CMYK 16.51% 30.66% 0.00%
16.86%

Color #B193D4 in popluar number systems.

HEX B1 93 D4
Decimal 177 147 212
Binary 10110001 10010011 11010100
Octal 261 223 324

Shades and tints

Shades of #B193D4

#B193D4
(177,147,212)
#A186C1
(161,134,193)
#9179AE
(145,121,174)
#816C9B
(129,108,155)
#715F88
(113,95,136)
#615275
(97,82,117)
#514562
(81,69,98)
#41384F
(65,56,79)
#312B3C
(49,43,60)
#211E29
(33,30,41)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B193D4

#B193D4
(177,147,212)
#B89CD7
(184,156,215)
#BFA5DA
(191,165,218)
#C6AEDD
(198,174,221)
#CDB7E0
(205,183,224)
#D4C0E3
(212,192,227)
#DBC9E6
(219,201,230)
#E2D2E9
(226,210,233)
#E9DBEC
(233,219,236)
#F0E4EF
(240,228,239)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B193D4 color. Also use rgb(177,147,212) instead hex code.

Text Font Color

.myTextColor { color: #B193D4; }

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

This text font color is #B193D4.

Background Color

.myBgColor { background-color: #B193D4; }

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

This div background color is #B193D4.

Border color

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

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

This div border color is #B193D4.

Opacity

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

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

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

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

This text has shadow with #B193D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B193D4.

Preview

Color preview on black background

This text has color #B193D4 on black background.


Color preview on white background

This text has color #B193D4 on white background.


Black color preview on #B193D4 background

This text has black color on #B193D4 background.


White color preview on #B193D4 background

This text has white color on #B193D4 background.


Related colors

Complementary color

Complementary color for #hex is #4E6C2B.


I love getcolorcode.com

Triadic colors

1 #D4B193 and #93D4B1 with #B193D4 are triadic colors.

2 #D493B1 and #93B1D4 with #B193D4 are triadic colors.