COLOR #B65EA6

HEX: #B65EA6 RGB: (182,94,166)

Color info

#B65EA6 contains mainly red and blue colors. Web safe color of #B65EA6 is #CC6699 (or #C69).

RGB color model

#B65EA6 color RGB value is (182,94,166).

RGB: (182,94,166) (71%, 37%, 65%)

RGB channels and saturation

R 182 of 255 = 71%
G 94 of 255 = 37%
B 166 of 255 = 65%

182
94
166

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

Portions of RGB colors in percentages

R + G + B = 182 + 94 + 166 = 442 (100%)
R 182 of 442 ~ 41.18%
G 94 of 442 ~ 21.27%
B 166 of 442 ~ 37.56'%

%41.18
%21.27
%37.56

CMYK color model

#B65EA6 color CMYK value is (0,48,9,29).

  • cyan value is 0.00%
  • magenta value is 48.35%
  • yellow value is 8.79%
  • key color value is 28.63%

CMYK: (0,48,9,29)
C0M48Y9K29 (0%, 48%, 9%, 29%)
(0.00 / 0.48 / 0.09 / 0.29)

CMYK percentages

%0
%48.35
%8.79
%28.63

Codes

Color #B65EA6 in popluar color models

B6 5E A6
RGB 182 94 166
HSL 311° 37.61% 54.12%
HSB/HSV 311° 48.35% 71.37%
CMYK 0.00% 48.35% 8.79%
28.63%

Color #B65EA6 in popluar number systems.

HEX B6 5E A6
Decimal 182 94 166
Binary 10110110 1011110 10100110
Octal 266 136 246

Shades and tints

Shades of #B65EA6

#B65EA6
(182,94,166)
#A65697
(166,86,151)
#964E88
(150,78,136)
#864679
(134,70,121)
#763E6A
(118,62,106)
#66365B
(102,54,91)
#562E4C
(86,46,76)
#46263D
(70,38,61)
#361E2E
(54,30,46)
#26161F
(38,22,31)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #B65EA6

#B65EA6
(182,94,166)
#BC6CAE
(188,108,174)
#C27AB6
(194,122,182)
#C888BE
(200,136,190)
#CE96C6
(206,150,198)
#D4A4CE
(212,164,206)
#DAB2D6
(218,178,214)
#E0C0DE
(224,192,222)
#E6CEE6
(230,206,230)
#ECDCEE
(236,220,238)
#F2EAF6
(242,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B65EA6; }

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

This text font color is #B65EA6.

Background Color

.myBgColor { background-color: #B65EA6; }

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

This div background color is #B65EA6.

Border color

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

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

This div border color is #B65EA6.

Opacity

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

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

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

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

This text has shadow with #B65EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B65EA6.

Preview

Color preview on black background

This text has color #B65EA6 on black background.


Color preview on white background

This text has color #B65EA6 on white background.


Black color preview on #B65EA6 background

This text has black color on #B65EA6 background.


White color preview on #B65EA6 background

This text has white color on #B65EA6 background.


Related colors

Complementary color

Complementary color for #hex is #49A159.


I love getcolorcode.com

Triadic colors

1 #A6B65E and #5EA6B6 with #B65EA6 are triadic colors.

2 #A65EB6 and #5EB6A6 with #B65EA6 are triadic colors.