COLOR #B54EC2

HEX: #B54EC2
RGB: (181,78,194)

Color info

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

RGB color model

#B54EC2 color RGB value is (181,78,194).

  • red value is 181;
  • green value is 78;
  • blue value is 194.
RGB:
(181,78,194)
(71%,31%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 78 of 255 = 31%
B 194 of 255 = 76%

181
78
194

R + G + B ~ 59%. #B54EC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 78 + 194 = 453 (100%)
R 181 of 453 ~ 39.96%
G 78 of 453 ~ 17.22%
B 194 of 453 ~ 42.83%

%39.96
%17.22
%42.83

CMYK color model

#B54EC2 color CMYK value is (7,60,0,24).

  • cyan value is 6.70%
  • magenta value is 59.79%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(7,60,0,24)
C7M60Y0K24 
(7%,60%,0%,24%)
(0.07/0.60/0.00/0.24)	

CMYK percentages

%6.7
%59.79
%0
%23.92

Codes

Color #B54EC2 in popluar color models

B54EC2
RGB18178194
HSL293°48.74%53.33%
HSB/HSV293°59.79%76.08%
CMYK6.70%59.79%0.00%
23.92%

Color #B54EC2 in popluar number systems.

HEXB54EC2
Decimal18178194
Binary10110101100111011000010
Octal265116302

Shades and tints

Shades of #B54EC2

#B54EC2
(181,78,194)
#A547B1
(165,71,177)
#9540A0
(149,64,160)
#85398F
(133,57,143)
#75327E
(117,50,126)
#652B6D
(101,43,109)
#55245C
(85,36,92)
#451D4B
(69,29,75)
#35163A
(53,22,58)
#250F29
(37,15,41)
#150818
(21,8,24)
#000000
(0,0,0)

Tints of #B54EC2

#B54EC2
(181,78,194)
#BB5EC7
(187,94,199)
#C16ECC
(193,110,204)
#C77ED1
(199,126,209)
#CD8ED6
(205,142,214)
#D39EDB
(211,158,219)
#D9AEE0
(217,174,224)
#DFBEE5
(223,190,229)
#E5CEEA
(229,206,234)
#EBDEEF
(235,222,239)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B54EC2 color. Also use rgb(181,78,194) instead hex code.

Text Font Color

.myTextColor { color: #B54EC2; }

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

This text font color is #B54EC2.


Background Color

.myBgColor { background-color: #B54EC2; }

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

This div background color is #B54EC2.


Border color

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

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

This div border color is #B54EC2.


Opacity

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

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

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

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

This text has shadow with #B54EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B54EC2 on black background.


Color preview on white background

This text has color #B54EC2 on white background.



Black color preview on #B54EC2 background

This text has black color on #B54EC2 background.


White color preview on #B54EC2 background

This text has white color on #B54EC2 background.