COLOR #B482CE

HEX: #B482CE
RGB: (180,130,206)

Color info

#B482CE contains mainly red and blue colors. Web safe color of #B482CE is #CC99CC (or #C9C).

RGB color model

#B482CE color RGB value is (180,130,206).

  • red value is 180;
  • green value is 130;
  • blue value is 206.
RGB:
(180,130,206)
(71%,51%,81%)

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 206 of 255 = 81%

180
130
206

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

Portions of RGB colors in percentages

R + G + B =
180 + 130 + 206 = 516 (100%)
R 180 of 516 ~ 34.88%
G 130 of 516 ~ 25.19%
B 206 of 516 ~ 39.92%

%34.88
%25.19
%39.92

CMYK color model

#B482CE color CMYK value is (13,37,0,19).

  • cyan value is 12.62%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,37,0,19)
C13M37Y0K19 
(13%,37%,0%,19%)
(0.13/0.37/0.00/0.19)	

CMYK percentages

%12.62
%36.89
%0
%19.22

Codes

Color #B482CE in popluar color models

B482CE
RGB180130206
HSL279°43.68%65.88%
HSB/HSV279°36.89%80.78%
CMYK12.62%36.89%0.00%
19.22%

Color #B482CE in popluar number systems.

HEXB482CE
Decimal180130206
Binary101101001000001011001110
Octal264202316

Shades and tints

Shades of #B482CE

#B482CE
(180,130,206)
#A477BC
(164,119,188)
#946CAA
(148,108,170)
#846198
(132,97,152)
#745686
(116,86,134)
#644B74
(100,75,116)
#544062
(84,64,98)
#443550
(68,53,80)
#342A3E
(52,42,62)
#241F2C
(36,31,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #B482CE

#B482CE
(180,130,206)
#BA8DD2
(186,141,210)
#C098D6
(192,152,214)
#C6A3DA
(198,163,218)
#CCAEDE
(204,174,222)
#D2B9E2
(210,185,226)
#D8C4E6
(216,196,230)
#DECFEA
(222,207,234)
#E4DAEE
(228,218,238)
#EAE5F2
(234,229,242)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B482CE color. Also use rgb(180,130,206) instead hex code.

Text Font Color

.myTextColor { color: #B482CE; }

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

This text font color is #B482CE.


Background Color

.myBgColor { background-color: #B482CE; }

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

This div background color is #B482CE.


Border color

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

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

This div border color is #B482CE.


Opacity

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

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

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

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

This text has shadow with #B482CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B482CE on black background.


Color preview on white background

This text has color #B482CE on white background.



Black color preview on #B482CE background

This text has black color on #B482CE background.


White color preview on #B482CE background

This text has white color on #B482CE background.