COLOR #B45EE2

HEX: #B45EE2 RGB: (180,94,226)

Color info

#B45EE2 contains mainly red and blue colors. Web safe color of #B45EE2 is #CC66CC (or #C6C).

RGB color model

#B45EE2 color RGB value is (180,94,226).

RGB: (180,94,226) (71%, 37%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 94 of 255 = 37%
B 226 of 255 = 89%

180
94
226

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

Portions of RGB colors in percentages

R + G + B = 180 + 94 + 226 = 500 (100%)
R 180 of 500 ~ 36%
G 94 of 500 ~ 18.8%
B 226 of 500 ~ 45.2'%

%36
%18.8
%45.2

CMYK color model

#B45EE2 color CMYK value is (20,58,0,11).

  • cyan value is 20.35%
  • magenta value is 58.41%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (20,58,0,11)
C20M58Y0K11 (20%, 58%, 0%, 11%)
(0.20 / 0.58 / 0.00 / 0.11)

CMYK percentages

%20.35
%58.41
%0
%11.37

Codes

Color #B45EE2 in popluar color models

B4 5E E2
RGB 180 94 226
HSL 279° 69.47% 62.75%
HSB/HSV 279° 58.41% 88.63%
CMYK 20.35% 58.41% 0.00%
11.37%

Color #B45EE2 in popluar number systems.

HEX B4 5E E2
Decimal 180 94 226
Binary 10110100 1011110 11100010
Octal 264 136 342

Shades and tints

Shades of #B45EE2

#B45EE2
(180,94,226)
#A456CE
(164,86,206)
#944EBA
(148,78,186)
#8446A6
(132,70,166)
#743E92
(116,62,146)
#64367E
(100,54,126)
#542E6A
(84,46,106)
#442656
(68,38,86)
#341E42
(52,30,66)
#24162E
(36,22,46)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #B45EE2

#B45EE2
(180,94,226)
#BA6CE4
(186,108,228)
#C07AE6
(192,122,230)
#C688E8
(198,136,232)
#CC96EA
(204,150,234)
#D2A4EC
(210,164,236)
#D8B2EE
(216,178,238)
#DEC0F0
(222,192,240)
#E4CEF2
(228,206,242)
#EADCF4
(234,220,244)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45EE2 color. Also use rgb(180,94,226) instead hex code.

Text Font Color

.myTextColor { color: #B45EE2; }

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

This text font color is #B45EE2.

Background Color

.myBgColor { background-color: #B45EE2; }

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

This div background color is #B45EE2.

Border color

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

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

This div border color is #B45EE2.

Opacity

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

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

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

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

This text has shadow with #B45EE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45EE2.

Preview

Color preview on black background

This text has color #B45EE2 on black background.


Color preview on white background

This text has color #B45EE2 on white background.


Black color preview on #B45EE2 background

This text has black color on #B45EE2 background.


White color preview on #B45EE2 background

This text has white color on #B45EE2 background.


Related colors

Complementary color

Complementary color for #hex is #4BA11D.


I love getcolorcode.com

Triadic colors

1 #E2B45E and #5EE2B4 with #B45EE2 are triadic colors.

2 #E25EB4 and #5EB4E2 with #B45EE2 are triadic colors.