COLOR #B480EA

HEX: #B480EA RGB: (180,128,234)

Color info

#B480EA contains mainly red and blue colors. Web safe color of #B480EA is #CC66FF (or #C6F).

RGB color model

#B480EA color RGB value is (180,128,234).

RGB: (180,128,234) (71%, 50%, 92%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 234 of 255 = 92%

180
128
234

R + G + B ~ 71%. #B480EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 128 + 234 = 542 (100%)
R 180 of 542 ~ 33.21%
G 128 of 542 ~ 23.62%
B 234 of 542 ~ 43.17'%

%33.21
%23.62
%43.17

CMYK color model

#B480EA color CMYK value is (23,45,0,8).

  • cyan value is 23.08%
  • magenta value is 45.30%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (23,45,0,8)
C23M45Y0K8 (23%, 45%, 0%, 8%)
(0.23 / 0.45 / 0.00 / 0.08)

CMYK percentages

%23.08
%45.3
%0
%8.24

Codes

Color #B480EA in popluar color models

B4 80 EA
RGB 180 128 234
HSL 269° 71.62% 70.98%
HSB/HSV 269° 45.30% 91.76%
CMYK 23.08% 45.30% 0.00%
8.24%

Color #B480EA in popluar number systems.

HEX B4 80 EA
Decimal 180 128 234
Binary 10110100 10000000 11101010
Octal 264 200 352

Shades and tints

Shades of #B480EA

#B480EA
(180,128,234)
#A475D5
(164,117,213)
#946AC0
(148,106,192)
#845FAB
(132,95,171)
#745496
(116,84,150)
#644981
(100,73,129)
#543E6C
(84,62,108)
#443357
(68,51,87)
#342842
(52,40,66)
#241D2D
(36,29,45)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B480EA

#B480EA
(180,128,234)
#BA8BEB
(186,139,235)
#C096EC
(192,150,236)
#C6A1ED
(198,161,237)
#CCACEE
(204,172,238)
#D2B7EF
(210,183,239)
#D8C2F0
(216,194,240)
#DECDF1
(222,205,241)
#E4D8F2
(228,216,242)
#EAE3F3
(234,227,243)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B480EA color. Also use rgb(180,128,234) instead hex code.

Text Font Color

.myTextColor { color: #B480EA; }

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

This text font color is #B480EA.

Background Color

.myBgColor { background-color: #B480EA; }

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

This div background color is #B480EA.

Border color

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

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

This div border color is #B480EA.

Opacity

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

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

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

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

This text has shadow with #B480EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B480EA.

Preview

Color preview on black background

This text has color #B480EA on black background.


Color preview on white background

This text has color #B480EA on white background.


Black color preview on #B480EA background

This text has black color on #B480EA background.


White color preview on #B480EA background

This text has white color on #B480EA background.


Related colors

Complementary color

Complementary color for #hex is #4B7F15.


I love getcolorcode.com

Triadic colors

1 #EAB480 and #80EAB4 with #B480EA are triadic colors.

2 #EA80B4 and #80B4EA with #B480EA are triadic colors.