COLOR #B180DA

HEX: #B180DA RGB: (177,128,218)

Color info

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

RGB color model

#B180DA color RGB value is (177,128,218).

RGB: (177,128,218) (69%, 50%, 85%)

RGB channels and saturation

R 177 of 255 = 69%
G 128 of 255 = 50%
B 218 of 255 = 85%

177
128
218

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

Portions of RGB colors in percentages

R + G + B = 177 + 128 + 218 = 523 (100%)
R 177 of 523 ~ 33.84%
G 128 of 523 ~ 24.47%
B 218 of 523 ~ 41.68'%

%33.84
%24.47
%41.68

CMYK color model

#B180DA color CMYK value is (19,41,0,15).

  • cyan value is 18.81%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (19,41,0,15)
C19M41Y0K15 (19%, 41%, 0%, 15%)
(0.19 / 0.41 / 0.00 / 0.15)

CMYK percentages

%18.81
%41.28
%0
%14.51

Codes

Color #B180DA in popluar color models

B1 80 DA
RGB 177 128 218
HSL 273° 54.88% 67.84%
HSB/HSV 273° 41.28% 85.49%
CMYK 18.81% 41.28% 0.00%
14.51%

Color #B180DA in popluar number systems.

HEX B1 80 DA
Decimal 177 128 218
Binary 10110001 10000000 11011010
Octal 261 200 332

Shades and tints

Shades of #B180DA

#B180DA
(177,128,218)
#A175C7
(161,117,199)
#916AB4
(145,106,180)
#815FA1
(129,95,161)
#71548E
(113,84,142)
#61497B
(97,73,123)
#513E68
(81,62,104)
#413355
(65,51,85)
#312842
(49,40,66)
#211D2F
(33,29,47)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #B180DA

#B180DA
(177,128,218)
#B88BDD
(184,139,221)
#BF96E0
(191,150,224)
#C6A1E3
(198,161,227)
#CDACE6
(205,172,230)
#D4B7E9
(212,183,233)
#DBC2EC
(219,194,236)
#E2CDEF
(226,205,239)
#E9D8F2
(233,216,242)
#F0E3F5
(240,227,245)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B180DA; }

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

This text font color is #B180DA.

Background Color

.myBgColor { background-color: #B180DA; }

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

This div background color is #B180DA.

Border color

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

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

This div border color is #B180DA.

Opacity

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

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

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

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

This text has shadow with #B180DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B180DA.

Preview

Color preview on black background

This text has color #B180DA on black background.


Color preview on white background

This text has color #B180DA on white background.


Black color preview on #B180DA background

This text has black color on #B180DA background.


White color preview on #B180DA background

This text has white color on #B180DA background.


Related colors

Complementary color

Complementary color for #hex is #4E7F25.


I love getcolorcode.com

Triadic colors

1 #DAB180 and #80DAB1 with #B180DA are triadic colors.

2 #DA80B1 and #80B1DA with #B180DA are triadic colors.