COLOR #B382C8

HEX: #B382C8
RGB: (179,130,200)

Color info

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

RGB color model

#B382C8 color RGB value is (179,130,200).

  • red value is 179;
  • green value is 130;
  • blue value is 200.
RGB:
(179,130,200)
(70%,51%,78%)

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 200 of 255 = 78%

179
130
200

R + G + B ~ 66%. #B382C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 130 + 200 = 509 (100%)
R 179 of 509 ~ 35.17%
G 130 of 509 ~ 25.54%
B 200 of 509 ~ 39.29%

%35.17
%25.54
%39.29

CMYK color model

#B382C8 color CMYK value is (11,35,0,22).

  • cyan value is 10.50%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(11,35,0,22)
C11M35Y0K22 
(11%,35%,0%,22%)
(0.11/0.35/0.00/0.22)	

CMYK percentages

%10.5
%35
%0
%21.57

Codes

Color #B382C8 in popluar color models

B382C8
RGB179130200
HSL282°38.89%64.71%
HSB/HSV282°35.00%78.43%
CMYK10.50%35.00%0.00%
21.57%

Color #B382C8 in popluar number systems.

HEXB382C8
Decimal179130200
Binary101100111000001011001000
Octal263202310

Shades and tints

Shades of #B382C8

#B382C8
(179,130,200)
#A377B6
(163,119,182)
#936CA4
(147,108,164)
#836192
(131,97,146)
#735680
(115,86,128)
#634B6E
(99,75,110)
#53405C
(83,64,92)
#43354A
(67,53,74)
#332A38
(51,42,56)
#231F26
(35,31,38)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B382C8

#B382C8
(179,130,200)
#B98DCD
(185,141,205)
#BF98D2
(191,152,210)
#C5A3D7
(197,163,215)
#CBAEDC
(203,174,220)
#D1B9E1
(209,185,225)
#D7C4E6
(215,196,230)
#DDCFEB
(221,207,235)
#E3DAF0
(227,218,240)
#E9E5F5
(233,229,245)
#EFF0FA
(239,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B382C8; }

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

This text font color is #B382C8.


Background Color

.myBgColor { background-color: #B382C8; }

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

This div background color is #B382C8.


Border color

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

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

This div border color is #B382C8.


Opacity

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

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

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

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

This text has shadow with #B382C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B382C8 on black background.


Color preview on white background

This text has color #B382C8 on white background.



Black color preview on #B382C8 background

This text has black color on #B382C8 background.


White color preview on #B382C8 background

This text has white color on #B382C8 background.