COLOR #B65C9A

HEX: #B65C9A
RGB: (182,92,154)

Color info

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

RGB color model

#B65C9A color RGB value is (182,92,154).

  • red value is 182;
  • green value is 92;
  • blue value is 154.
RGB:
(182,92,154)
(71%,36%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 92 of 255 = 36%
B 154 of 255 = 60%

182
92
154

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

Portions of RGB colors in percentages

R + G + B =
182 + 92 + 154 = 428 (100%)
R 182 of 428 ~ 42.52%
G 92 of 428 ~ 21.5%
B 154 of 428 ~ 35.98%

%42.52
%21.5
%35.98

CMYK color model

#B65C9A color CMYK value is (0,49,15,29).

  • cyan value is 0.00%
  • magenta value is 49.45%
  • yellow value is 15.38%
  • key color value is 28.63%
CMYK:
(0,49,15,29)
C0M49Y15K29 
(0%,49%,15%,29%)
(0.00/0.49/0.15/0.29)	

CMYK percentages

%0
%49.45
%15.38
%28.63

Codes

Color #B65C9A in popluar color models

B65C9A
RGB18292154
HSL319°38.14%53.73%
HSB/HSV319°49.45%71.37%
CMYK0.00%49.45%15.38%
28.63%

Color #B65C9A in popluar number systems.

HEXB65C9A
Decimal18292154
Binary10110110101110010011010
Octal266134232

Shades and tints

Shades of #B65C9A

#B65C9A
(182,92,154)
#A6548C
(166,84,140)
#964C7E
(150,76,126)
#864470
(134,68,112)
#763C62
(118,60,98)
#663454
(102,52,84)
#562C46
(86,44,70)
#462438
(70,36,56)
#361C2A
(54,28,42)
#26141C
(38,20,28)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #B65C9A

#B65C9A
(182,92,154)
#BC6AA3
(188,106,163)
#C278AC
(194,120,172)
#C886B5
(200,134,181)
#CE94BE
(206,148,190)
#D4A2C7
(212,162,199)
#DAB0D0
(218,176,208)
#E0BED9
(224,190,217)
#E6CCE2
(230,204,226)
#ECDAEB
(236,218,235)
#F2E8F4
(242,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65C9A color. Also use rgb(182,92,154) instead hex code.

Text Font Color

.myTextColor { color: #B65C9A; }

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

This text font color is #B65C9A.


Background Color

.myBgColor { background-color: #B65C9A; }

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

This div background color is #B65C9A.


Border color

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

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

This div border color is #B65C9A.


Opacity

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

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

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

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

This text has shadow with #B65C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65C9A on black background.


Color preview on white background

This text has color #B65C9A on white background.



Black color preview on #B65C9A background

This text has black color on #B65C9A background.


White color preview on #B65C9A background

This text has white color on #B65C9A background.