COLOR #B382BA

HEX: #B382BA RGB: (179,130,186)

Color info

#B382BA contains red, green and blue colors in about the same proportion. Web safe color of #B382BA is #9999CC (or #99C).

RGB color model

#B382BA color RGB value is (179,130,186).

RGB: (179,130,186) (70%, 51%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 186 of 255 = 73%

179
130
186

R + G + B ~ 65%. #B382BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 130 + 186 = 495 (100%)
R 179 of 495 ~ 36.16%
G 130 of 495 ~ 26.26%
B 186 of 495 ~ 37.58'%

%36.16
%26.26
%37.58

CMYK color model

#B382BA color CMYK value is (4,30,0,27).

  • cyan value is 3.76%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (4,30,0,27)
C4M30Y0K27 (4%, 30%, 0%, 27%)
(0.04 / 0.30 / 0.00 / 0.27)

CMYK percentages

%3.76
%30.11
%0
%27.06

Codes

Color #B382BA in popluar color models

B3 82 BA
RGB 179 130 186
HSL 293° 28.87% 61.96%
HSB/HSV 293° 30.11% 72.94%
CMYK 3.76% 30.11% 0.00%
27.06%

Color #B382BA in popluar number systems.

HEX B3 82 BA
Decimal 179 130 186
Binary 10110011 10000010 10111010
Octal 263 202 272

Shades and tints

Shades of #B382BA

#B382BA
(179,130,186)
#A377AA
(163,119,170)
#936C9A
(147,108,154)
#83618A
(131,97,138)
#73567A
(115,86,122)
#634B6A
(99,75,106)
#53405A
(83,64,90)
#43354A
(67,53,74)
#332A3A
(51,42,58)
#231F2A
(35,31,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #B382BA

#B382BA
(179,130,186)
#B98DC0
(185,141,192)
#BF98C6
(191,152,198)
#C5A3CC
(197,163,204)
#CBAED2
(203,174,210)
#D1B9D8
(209,185,216)
#D7C4DE
(215,196,222)
#DDCFE4
(221,207,228)
#E3DAEA
(227,218,234)
#E9E5F0
(233,229,240)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B382BA color. Also use rgb(179,130,186) instead hex code.

Text Font Color

.myTextColor { color: #B382BA; }

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

This text font color is #B382BA.

Background Color

.myBgColor { background-color: #B382BA; }

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

This div background color is #B382BA.

Border color

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

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

This div border color is #B382BA.

Opacity

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

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

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

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

This text has shadow with #B382BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B382BA.

Preview

Color preview on black background

This text has color #B382BA on black background.


Color preview on white background

This text has color #B382BA on white background.


Black color preview on #B382BA background

This text has black color on #B382BA background.


White color preview on #B382BA background

This text has white color on #B382BA background.


Related colors

Complementary color

Complementary color for #hex is #4C7D45.


I love getcolorcode.com

Triadic colors

1 #BAB382 and #82BAB3 with #B382BA are triadic colors.

2 #BA82B3 and #82B3BA with #B382BA are triadic colors.