COLOR #B482C8

HEX: #B482C8
RGB: (180,130,200)

Color info

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

RGB color model

#B482C8 color RGB value is (180,130,200).

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

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 200 of 255 = 78%

180
130
200

R + G + B ~ 67%. #B482C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 130 + 200 = 510 (100%)
R 180 of 510 ~ 35.29%
G 130 of 510 ~ 25.49%
B 200 of 510 ~ 39.22%

%35.29
%25.49
%39.22

CMYK color model

#B482C8 color CMYK value is (10,35,0,22).

  • cyan value is 10.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(10,35,0,22)
C10M35Y0K22 
(10%,35%,0%,22%)
(0.10/0.35/0.00/0.22)	

CMYK percentages

%10
%35
%0
%21.57

Codes

Color #B482C8 in popluar color models

B482C8
RGB180130200
HSL283°38.89%64.71%
HSB/HSV283°35.00%78.43%
CMYK10.00%35.00%0.00%
21.57%

Color #B482C8 in popluar number systems.

HEXB482C8
Decimal180130200
Binary101101001000001011001000
Octal264202310

Shades and tints

Shades of #B482C8

#B482C8
(180,130,200)
#A477B6
(164,119,182)
#946CA4
(148,108,164)
#846192
(132,97,146)
#745680
(116,86,128)
#644B6E
(100,75,110)
#54405C
(84,64,92)
#44354A
(68,53,74)
#342A38
(52,42,56)
#241F26
(36,31,38)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B482C8

#B482C8
(180,130,200)
#BA8DCD
(186,141,205)
#C098D2
(192,152,210)
#C6A3D7
(198,163,215)
#CCAEDC
(204,174,220)
#D2B9E1
(210,185,225)
#D8C4E6
(216,196,230)
#DECFEB
(222,207,235)
#E4DAF0
(228,218,240)
#EAE5F5
(234,229,245)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B482C8; }

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

This text font color is #B482C8.


Background Color

.myBgColor { background-color: #B482C8; }

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

This div background color is #B482C8.


Border color

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

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

This div border color is #B482C8.


Opacity

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

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

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

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

This text has shadow with #B482C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B482C8 on black background.


Color preview on white background

This text has color #B482C8 on white background.



Black color preview on #B482C8 background

This text has black color on #B482C8 background.


White color preview on #B482C8 background

This text has white color on #B482C8 background.