COLOR #B193E6

HEX: #B193E6 RGB: (177,147,230)

Color info

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

RGB color model

#B193E6 color RGB value is (177,147,230).

RGB: (177,147,230) (69%, 58%, 90%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 230 of 255 = 90%

177
147
230

R + G + B ~ 72%. #B193E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 147 + 230 = 554 (100%)
R 177 of 554 ~ 31.95%
G 147 of 554 ~ 26.53%
B 230 of 554 ~ 41.52'%

%31.95
%26.53
%41.52

CMYK color model

#B193E6 color CMYK value is (23,36,0,10).

  • cyan value is 23.04%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (23,36,0,10)
C23M36Y0K10 (23%, 36%, 0%, 10%)
(0.23 / 0.36 / 0.00 / 0.10)

CMYK percentages

%23.04
%36.09
%0
%9.8

Codes

Color #B193E6 in popluar color models

B1 93 E6
RGB 177 147 230
HSL 262° 62.41% 73.92%
HSB/HSV 262° 36.09% 90.20%
CMYK 23.04% 36.09% 0.00%
9.80%

Color #B193E6 in popluar number systems.

HEX B1 93 E6
Decimal 177 147 230
Binary 10110001 10010011 11100110
Octal 261 223 346

Shades and tints

Shades of #B193E6

#B193E6
(177,147,230)
#A186D2
(161,134,210)
#9179BE
(145,121,190)
#816CAA
(129,108,170)
#715F96
(113,95,150)
#615282
(97,82,130)
#51456E
(81,69,110)
#41385A
(65,56,90)
#312B46
(49,43,70)
#211E32
(33,30,50)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #B193E6

#B193E6
(177,147,230)
#B89CE8
(184,156,232)
#BFA5EA
(191,165,234)
#C6AEEC
(198,174,236)
#CDB7EE
(205,183,238)
#D4C0F0
(212,192,240)
#DBC9F2
(219,201,242)
#E2D2F4
(226,210,244)
#E9DBF6
(233,219,246)
#F0E4F8
(240,228,248)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B193E6; }

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

This text font color is #B193E6.

Background Color

.myBgColor { background-color: #B193E6; }

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

This div background color is #B193E6.

Border color

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

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

This div border color is #B193E6.

Opacity

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

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

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

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

This text has shadow with #B193E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B193E6.

Preview

Color preview on black background

This text has color #B193E6 on black background.


Color preview on white background

This text has color #B193E6 on white background.


Black color preview on #B193E6 background

This text has black color on #B193E6 background.


White color preview on #B193E6 background

This text has white color on #B193E6 background.


Related colors

Complementary color

Complementary color for #hex is #4E6C19.


I love getcolorcode.com

Triadic colors

1 #E6B193 and #93E6B1 with #B193E6 are triadic colors.

2 #E693B1 and #93B1E6 with #B193E6 are triadic colors.