COLOR #B25ECA

HEX: #B25ECA RGB: (178,94,202)

Color info

#B25ECA contains mainly red and blue colors. Web safe color of #B25ECA is #9966CC (or #96C).

RGB color model

#B25ECA color RGB value is (178,94,202).

RGB: (178,94,202) (70%, 37%, 79%)

RGB channels and saturation

R 178 of 255 = 70%
G 94 of 255 = 37%
B 202 of 255 = 79%

178
94
202

R + G + B ~ 62%. #B25ECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 94 + 202 = 474 (100%)
R 178 of 474 ~ 37.55%
G 94 of 474 ~ 19.83%
B 202 of 474 ~ 42.62'%

%37.55
%19.83
%42.62

CMYK color model

#B25ECA color CMYK value is (12,53,0,21).

  • cyan value is 11.88%
  • magenta value is 53.47%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (12,53,0,21) C12M53Y0K21 (12%,53%,0%,21%) (0.12/0.53/0.00/0.21) 

CMYK percentages

%11.88
%53.47
%0
%20.78

Codes

Color #B25ECA in popluar color models

B2 5E CA
RGB 178 94 202
HSL 287° 50.47% 58.04%
HSB/HSV 287° 53.47% 79.22%
CMYK 11.88% 53.47% 0.00%
20.78%

Color #B25ECA in popluar number systems.

HEX B2 5E CA
Decimal 178 94 202
Binary 10110010 1011110 11001010
Octal 262 136 312

Shades and tints

Shades of #B25ECA

#B25ECA
(178,94,202)
#A256B8
(162,86,184)
#924EA6
(146,78,166)
#824694
(130,70,148)
#723E82
(114,62,130)
#623670
(98,54,112)
#522E5E
(82,46,94)
#42264C
(66,38,76)
#321E3A
(50,30,58)
#221628
(34,22,40)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #B25ECA

#B25ECA
(178,94,202)
#B96CCE
(185,108,206)
#C07AD2
(192,122,210)
#C788D6
(199,136,214)
#CE96DA
(206,150,218)
#D5A4DE
(213,164,222)
#DCB2E2
(220,178,226)
#E3C0E6
(227,192,230)
#EACEEA
(234,206,234)
#F1DCEE
(241,220,238)
#F8EAF2
(248,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25ECA color. Also use rgb(178,94,202) instead hex code.

Text Font Color

.myTextColor { color: #B25ECA; }

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

This text font color is #B25ECA.

Background Color

.myBgColor { background-color: #B25ECA; }

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

This div background color is #B25ECA.

Border color

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

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

This div border color is #B25ECA.

Opacity

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

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

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

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

This text has shadow with #B25ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25ECA.

Preview

Color preview on black background

This text has color #B25ECA on black background.


Color preview on white background

This text has color #B25ECA on white background.


Black color preview on #B25ECA background

This text has black color on #B25ECA background.


White color preview on #B25ECA background

This text has white color on #B25ECA background.


Related colors

Complementary color

Complementary color for #hex is #4DA135.


I love getcolorcode.com

Triadic colors

1 #CAB25E and #5ECAB2 with #B25ECA are triadic colors.

2 #CA5EB2 and #5EB2CA with #B25ECA are triadic colors.