COLOR #B182D8

HEX: #B182D8
RGB: (177,130,216)

Color info

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

RGB color model

#B182D8 color RGB value is (177,130,216).

  • red value is 177;
  • green value is 130;
  • blue value is 216.
RGB:
(177,130,216)
(69%,51%,85%)

RGB channels and saturation

R 177 of 255 = 69%
G 130 of 255 = 51%
B 216 of 255 = 85%

177
130
216

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

Portions of RGB colors in percentages

R + G + B =
177 + 130 + 216 = 523 (100%)
R 177 of 523 ~ 33.84%
G 130 of 523 ~ 24.86%
B 216 of 523 ~ 41.3%

%33.84
%24.86
%41.3

CMYK color model

#B182D8 color CMYK value is (18,40,0,15).

  • cyan value is 18.06%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(18,40,0,15)
C18M40Y0K15 
(18%,40%,0%,15%)
(0.18/0.40/0.00/0.15)	

CMYK percentages

%18.06
%39.81
%0
%15.29

Codes

Color #B182D8 in popluar color models

B182D8
RGB177130216
HSL273°52.44%67.84%
HSB/HSV273°39.81%84.71%
CMYK18.06%39.81%0.00%
15.29%

Color #B182D8 in popluar number systems.

HEXB182D8
Decimal177130216
Binary101100011000001011011000
Octal261202330

Shades and tints

Shades of #B182D8

#B182D8
(177,130,216)
#A177C5
(161,119,197)
#916CB2
(145,108,178)
#81619F
(129,97,159)
#71568C
(113,86,140)
#614B79
(97,75,121)
#514066
(81,64,102)
#413553
(65,53,83)
#312A40
(49,42,64)
#211F2D
(33,31,45)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #B182D8

#B182D8
(177,130,216)
#B88DDB
(184,141,219)
#BF98DE
(191,152,222)
#C6A3E1
(198,163,225)
#CDAEE4
(205,174,228)
#D4B9E7
(212,185,231)
#DBC4EA
(219,196,234)
#E2CFED
(226,207,237)
#E9DAF0
(233,218,240)
#F0E5F3
(240,229,243)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B182D8 color. Also use rgb(177,130,216) instead hex code.

Text Font Color

.myTextColor { color: #B182D8; }

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

This text font color is #B182D8.


Background Color

.myBgColor { background-color: #B182D8; }

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

This div background color is #B182D8.


Border color

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

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

This div border color is #B182D8.


Opacity

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

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

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

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

This text has shadow with #B182D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B182D8 on black background.


Color preview on white background

This text has color #B182D8 on white background.



Black color preview on #B182D8 background

This text has black color on #B182D8 background.


White color preview on #B182D8 background

This text has white color on #B182D8 background.