COLOR #B65FA5

HEX: #B65FA5 RGB: (182,95,165)

Color info

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

RGB color model

#B65FA5 color RGB value is (182,95,165).

RGB: (182,95,165) (71%, 37%, 65%)

RGB channels and saturation

R 182 of 255 = 71%
G 95 of 255 = 37%
B 165 of 255 = 65%

182
95
165

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

Portions of RGB colors in percentages

R + G + B = 182 + 95 + 165 = 442 (100%)
R 182 of 442 ~ 41.18%
G 95 of 442 ~ 21.49%
B 165 of 442 ~ 37.33'%

%41.18
%21.49
%37.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.80%
  • yellow value is 9.34%
  • 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
%47.8
%9.34
%28.63

Codes

Color #B65FA5 in popluar color models

B6 5F A5
RGB 182 95 165
HSL 312° 37.34% 54.31%
HSB/HSV 312° 47.80% 71.37%
CMYK 0.00% 47.80% 9.34%
28.63%

Color #B65FA5 in popluar number systems.

HEX B6 5F A5
Decimal 182 95 165
Binary 10110110 1011111 10100101
Octal 266 137 245

Shades and tints

Shades of #B65FA5

#B65FA5
(182,95,165)
#A65796
(166,87,150)
#964F87
(150,79,135)
#864778
(134,71,120)
#763F69
(118,63,105)
#66375A
(102,55,90)
#562F4B
(86,47,75)
#46273C
(70,39,60)
#361F2D
(54,31,45)
#26171E
(38,23,30)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #B65FA5

#B65FA5
(182,95,165)
#BC6DAD
(188,109,173)
#C27BB5
(194,123,181)
#C889BD
(200,137,189)
#CE97C5
(206,151,197)
#D4A5CD
(212,165,205)
#DAB3D5
(218,179,213)
#E0C1DD
(224,193,221)
#E6CFE5
(230,207,229)
#ECDDED
(236,221,237)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65FA5 color. Also use rgb(182,95,165) instead hex code.

Text Font Color

.myTextColor { color: #B65FA5; }

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

This text font color is #B65FA5.

Background Color

.myBgColor { background-color: #B65FA5; }

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

This div background color is #B65FA5.

Border color

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

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

This div border color is #B65FA5.

Opacity

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

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

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

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

This text has shadow with #B65FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B65FA5.

Preview

Color preview on black background

This text has color #B65FA5 on black background.


Color preview on white background

This text has color #B65FA5 on white background.


Black color preview on #B65FA5 background

This text has black color on #B65FA5 background.


White color preview on #B65FA5 background

This text has white color on #B65FA5 background.


Related colors

Complementary color

Complementary color for #hex is #49A05A.


I love getcolorcode.com

Triadic colors

1 #A5B65F and #5FA5B6 with #B65FA5 are triadic colors.

2 #A55FB6 and #5FB6A5 with #B65FA5 are triadic colors.