COLOR #B175E6

HEX: #B175E6 RGB: (177,117,230)

Color info

#B175E6 contains mainly red and blue colors. Web safe color of #B175E6 is #9966CC (or #96C).

RGB color model

#B175E6 color RGB value is (177,117,230).

RGB: (177,117,230) (69%, 46%, 90%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 230 of 255 = 90%

177
117
230

R + G + B ~ 68%. #B175E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 117 + 230 = 524 (100%)
R 177 of 524 ~ 33.78%
G 117 of 524 ~ 22.33%
B 230 of 524 ~ 43.89'%

%33.78
%22.33
%43.89

CMYK color model

#B175E6 color CMYK value is (23,49,0,10).

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

CMYK: (23,49,0,10)
C23M49Y0K10 (23%, 49%, 0%, 10%)
(0.23 / 0.49 / 0.00 / 0.10)

CMYK percentages

%23.04
%49.13
%0
%9.8

Codes

Color #B175E6 in popluar color models

B1 75 E6
RGB 177 117 230
HSL 272° 69.33% 68.04%
HSB/HSV 272° 49.13% 90.20%
CMYK 23.04% 49.13% 0.00%
9.80%

Color #B175E6 in popluar number systems.

HEX B1 75 E6
Decimal 177 117 230
Binary 10110001 1110101 11100110
Octal 261 165 346

Shades and tints

Shades of #B175E6

#B175E6
(177,117,230)
#A16BD2
(161,107,210)
#9161BE
(145,97,190)
#8157AA
(129,87,170)
#714D96
(113,77,150)
#614382
(97,67,130)
#51396E
(81,57,110)
#412F5A
(65,47,90)
#312546
(49,37,70)
#211B32
(33,27,50)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #B175E6

#B175E6
(177,117,230)
#B881E8
(184,129,232)
#BF8DEA
(191,141,234)
#C699EC
(198,153,236)
#CDA5EE
(205,165,238)
#D4B1F0
(212,177,240)
#DBBDF2
(219,189,242)
#E2C9F4
(226,201,244)
#E9D5F6
(233,213,246)
#F0E1F8
(240,225,248)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B175E6; }

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

This text font color is #B175E6.

Background Color

.myBgColor { background-color: #B175E6; }

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

This div background color is #B175E6.

Border color

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

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

This div border color is #B175E6.

Opacity

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

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

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

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

This text has shadow with #B175E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B175E6.

Preview

Color preview on black background

This text has color #B175E6 on black background.


Color preview on white background

This text has color #B175E6 on white background.


Black color preview on #B175E6 background

This text has black color on #B175E6 background.


White color preview on #B175E6 background

This text has white color on #B175E6 background.


Related colors

Complementary color

Complementary color for #hex is #4E8A19.


I love getcolorcode.com

Triadic colors

1 #E6B175 and #75E6B1 with #B175E6 are triadic colors.

2 #E675B1 and #75B1E6 with #B175E6 are triadic colors.