COLOR #B193D2

HEX: #B193D2 RGB: (177,147,210)

Color info

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

RGB color model

#B193D2 color RGB value is (177,147,210).

RGB: (177,147,210) (69%, 58%, 82%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 210 of 255 = 82%

177
147
210

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

Portions of RGB colors in percentages

R + G + B = 177 + 147 + 210 = 534 (100%)
R 177 of 534 ~ 33.15%
G 147 of 534 ~ 27.53%
B 210 of 534 ~ 39.33'%

%33.15
%27.53
%39.33

CMYK color model

#B193D2 color CMYK value is (16,30,0,18).

  • cyan value is 15.71%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (16,30,0,18)
C16M30Y0K18 (16%, 30%, 0%, 18%)
(0.16 / 0.30 / 0.00 / 0.18)

CMYK percentages

%15.71
%30
%0
%17.65

Codes

Color #B193D2 in popluar color models

B1 93 D2
RGB 177 147 210
HSL 269° 41.18% 70.00%
HSB/HSV 269° 30.00% 82.35%
CMYK 15.71% 30.00% 0.00%
17.65%

Color #B193D2 in popluar number systems.

HEX B1 93 D2
Decimal 177 147 210
Binary 10110001 10010011 11010010
Octal 261 223 322

Shades and tints

Shades of #B193D2

#B193D2
(177,147,210)
#A186BF
(161,134,191)
#9179AC
(145,121,172)
#816C99
(129,108,153)
#715F86
(113,95,134)
#615273
(97,82,115)
#514560
(81,69,96)
#41384D
(65,56,77)
#312B3A
(49,43,58)
#211E27
(33,30,39)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #B193D2

#B193D2
(177,147,210)
#B89CD6
(184,156,214)
#BFA5DA
(191,165,218)
#C6AEDE
(198,174,222)
#CDB7E2
(205,183,226)
#D4C0E6
(212,192,230)
#DBC9EA
(219,201,234)
#E2D2EE
(226,210,238)
#E9DBF2
(233,219,242)
#F0E4F6
(240,228,246)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B193D2; }

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

This text font color is #B193D2.

Background Color

.myBgColor { background-color: #B193D2; }

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

This div background color is #B193D2.

Border color

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

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

This div border color is #B193D2.

Opacity

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

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

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

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

This text has shadow with #B193D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B193D2.

Preview

Color preview on black background

This text has color #B193D2 on black background.


Color preview on white background

This text has color #B193D2 on white background.


Black color preview on #B193D2 background

This text has black color on #B193D2 background.


White color preview on #B193D2 background

This text has white color on #B193D2 background.


Related colors

Complementary color

Complementary color for #hex is #4E6C2D.


I love getcolorcode.com

Triadic colors

1 #D2B193 and #93D2B1 with #B193D2 are triadic colors.

2 #D293B1 and #93B1D2 with #B193D2 are triadic colors.