COLOR #B65EB9

HEX: #B65EB9
RGB: (182,94,185)

Color info

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

RGB color model

#B65EB9 color RGB value is (182,94,185).

  • red value is 182;
  • green value is 94;
  • blue value is 185.
RGB:
(182,94,185)
(71%,37%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 94 of 255 = 37%
B 185 of 255 = 73%

182
94
185

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

Portions of RGB colors in percentages

R + G + B =
182 + 94 + 185 = 461 (100%)
R 182 of 461 ~ 39.48%
G 94 of 461 ~ 20.39%
B 185 of 461 ~ 40.13%

%39.48
%20.39
%40.13

CMYK color model

#B65EB9 color CMYK value is (2,49,0,27).

  • cyan value is 1.62%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,49,0,27)
C2M49Y0K27 
(2%,49%,0%,27%)
(0.02/0.49/0.00/0.27)	

CMYK percentages

%1.62
%49.19
%0
%27.45

Codes

Color #B65EB9 in popluar color models

B65EB9
RGB18294185
HSL298°39.39%54.71%
HSB/HSV298°49.19%72.55%
CMYK1.62%49.19%0.00%
27.45%

Color #B65EB9 in popluar number systems.

HEXB65EB9
Decimal18294185
Binary10110110101111010111001
Octal266136271

Shades and tints

Shades of #B65EB9

#B65EB9
(182,94,185)
#A656A9
(166,86,169)
#964E99
(150,78,153)
#864689
(134,70,137)
#763E79
(118,62,121)
#663669
(102,54,105)
#562E59
(86,46,89)
#462649
(70,38,73)
#361E39
(54,30,57)
#261629
(38,22,41)
#160E19
(22,14,25)
#000000
(0,0,0)

Tints of #B65EB9

#B65EB9
(182,94,185)
#BC6CBF
(188,108,191)
#C27AC5
(194,122,197)
#C888CB
(200,136,203)
#CE96D1
(206,150,209)
#D4A4D7
(212,164,215)
#DAB2DD
(218,178,221)
#E0C0E3
(224,192,227)
#E6CEE9
(230,206,233)
#ECDCEF
(236,220,239)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65EB9 color. Also use rgb(182,94,185) instead hex code.

Text Font Color

.myTextColor { color: #B65EB9; }

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

This text font color is #B65EB9.


Background Color

.myBgColor { background-color: #B65EB9; }

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

This div background color is #B65EB9.


Border color

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

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

This div border color is #B65EB9.


Opacity

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

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

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

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

This text has shadow with #B65EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65EB9 on black background.


Color preview on white background

This text has color #B65EB9 on white background.



Black color preview on #B65EB9 background

This text has black color on #B65EB9 background.


White color preview on #B65EB9 background

This text has white color on #B65EB9 background.