COLOR #B180E6

HEX: #B180E6
RGB: (177,128,230)

Color info

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

RGB color model

#B180E6 color RGB value is (177,128,230).

  • red value is 177;
  • green value is 128;
  • blue value is 230.
RGB:
(177,128,230)
(69%,50%,90%)

RGB channels and saturation

R 177 of 255 = 69%
G 128 of 255 = 50%
B 230 of 255 = 90%

177
128
230

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

Portions of RGB colors in percentages

R + G + B =
177 + 128 + 230 = 535 (100%)
R 177 of 535 ~ 33.08%
G 128 of 535 ~ 23.93%
B 230 of 535 ~ 42.99%

%33.08
%23.93
%42.99

CMYK color model

#B180E6 color CMYK value is (23,44,0,10).

  • cyan value is 23.04%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(23,44,0,10)
C23M44Y0K10 
(23%,44%,0%,10%)
(0.23/0.44/0.00/0.10)	

CMYK percentages

%23.04
%44.35
%0
%9.8

Codes

Color #B180E6 in popluar color models

B180E6
RGB177128230
HSL269°67.11%70.20%
HSB/HSV269°44.35%90.20%
CMYK23.04%44.35%0.00%
9.80%

Color #B180E6 in popluar number systems.

HEXB180E6
Decimal177128230
Binary101100011000000011100110
Octal261200346

Shades and tints

Shades of #B180E6

#B180E6
(177,128,230)
#A175D2
(161,117,210)
#916ABE
(145,106,190)
#815FAA
(129,95,170)
#715496
(113,84,150)
#614982
(97,73,130)
#513E6E
(81,62,110)
#41335A
(65,51,90)
#312846
(49,40,70)
#211D32
(33,29,50)
#11121E
(17,18,30)
#000000
(0,0,0)

Tints of #B180E6

#B180E6
(177,128,230)
#B88BE8
(184,139,232)
#BF96EA
(191,150,234)
#C6A1EC
(198,161,236)
#CDACEE
(205,172,238)
#D4B7F0
(212,183,240)
#DBC2F2
(219,194,242)
#E2CDF4
(226,205,244)
#E9D8F6
(233,216,246)
#F0E3F8
(240,227,248)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B180E6; }

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

This text font color is #B180E6.


Background Color

.myBgColor { background-color: #B180E6; }

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

This div background color is #B180E6.


Border color

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

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

This div border color is #B180E6.


Opacity

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

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

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

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

This text has shadow with #B180E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B180E6 on black background.


Color preview on white background

This text has color #B180E6 on white background.



Black color preview on #B180E6 background

This text has black color on #B180E6 background.


White color preview on #B180E6 background

This text has white color on #B180E6 background.