COLOR #B64EBA

HEX: #B64EBA
RGB: (182,78,186)

Color info

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

RGB color model

#B64EBA color RGB value is (182,78,186).

  • red value is 182;
  • green value is 78;
  • blue value is 186.
RGB:
(182,78,186)
(71%,31%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 78 of 255 = 31%
B 186 of 255 = 73%

182
78
186

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

Portions of RGB colors in percentages

R + G + B =
182 + 78 + 186 = 446 (100%)
R 182 of 446 ~ 40.81%
G 78 of 446 ~ 17.49%
B 186 of 446 ~ 41.7%

%40.81
%17.49
%41.7

CMYK color model

#B64EBA color CMYK value is (2,58,0,27).

  • cyan value is 2.15%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(2,58,0,27)
C2M58Y0K27 
(2%,58%,0%,27%)
(0.02/0.58/0.00/0.27)	

CMYK percentages

%2.15
%58.06
%0
%27.06

Codes

Color #B64EBA in popluar color models

B64EBA
RGB18278186
HSL298°43.90%51.76%
HSB/HSV298°58.06%72.94%
CMYK2.15%58.06%0.00%
27.06%

Color #B64EBA in popluar number systems.

HEXB64EBA
Decimal18278186
Binary10110110100111010111010
Octal266116272

Shades and tints

Shades of #B64EBA

#B64EBA
(182,78,186)
#A647AA
(166,71,170)
#96409A
(150,64,154)
#86398A
(134,57,138)
#76327A
(118,50,122)
#662B6A
(102,43,106)
#56245A
(86,36,90)
#461D4A
(70,29,74)
#36163A
(54,22,58)
#260F2A
(38,15,42)
#16081A
(22,8,26)
#000000
(0,0,0)

Tints of #B64EBA

#B64EBA
(182,78,186)
#BC5EC0
(188,94,192)
#C26EC6
(194,110,198)
#C87ECC
(200,126,204)
#CE8ED2
(206,142,210)
#D49ED8
(212,158,216)
#DAAEDE
(218,174,222)
#E0BEE4
(224,190,228)
#E6CEEA
(230,206,234)
#ECDEF0
(236,222,240)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B64EBA color. Also use rgb(182,78,186) instead hex code.

Text Font Color

.myTextColor { color: #B64EBA; }

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

This text font color is #B64EBA.


Background Color

.myBgColor { background-color: #B64EBA; }

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

This div background color is #B64EBA.


Border color

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

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

This div border color is #B64EBA.


Opacity

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

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

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

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

This text has shadow with #B64EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B64EBA on black background.


Color preview on white background

This text has color #B64EBA on white background.



Black color preview on #B64EBA background

This text has black color on #B64EBA background.


White color preview on #B64EBA background

This text has white color on #B64EBA background.