COLOR #B65FC4

HEX: #B65FC4
RGB: (182,95,196)

Color info

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

RGB color model

#B65FC4 color RGB value is (182,95,196).

  • red value is 182;
  • green value is 95;
  • blue value is 196.
RGB:
(182,95,196)
(71%,37%,77%)

RGB channels and saturation

R 182 of 255 = 71%
G 95 of 255 = 37%
B 196 of 255 = 77%

182
95
196

R + G + B ~ 62%. #B65FC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 95 + 196 = 473 (100%)
R 182 of 473 ~ 38.48%
G 95 of 473 ~ 20.08%
B 196 of 473 ~ 41.44%

%38.48
%20.08
%41.44

CMYK color model

#B65FC4 color CMYK value is (7,52,0,23).

  • cyan value is 7.14%
  • magenta value is 51.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(7,52,0,23)
C7M52Y0K23 
(7%,52%,0%,23%)
(0.07/0.52/0.00/0.23)	

CMYK percentages

%7.14
%51.53
%0
%23.14

Codes

Color #B65FC4 in popluar color models

B65FC4
RGB18295196
HSL292°46.12%57.06%
HSB/HSV292°51.53%76.86%
CMYK7.14%51.53%0.00%
23.14%

Color #B65FC4 in popluar number systems.

HEXB65FC4
Decimal18295196
Binary10110110101111111000100
Octal266137304

Shades and tints

Shades of #B65FC4

#B65FC4
(182,95,196)
#A657B3
(166,87,179)
#964FA2
(150,79,162)
#864791
(134,71,145)
#763F80
(118,63,128)
#66376F
(102,55,111)
#562F5E
(86,47,94)
#46274D
(70,39,77)
#361F3C
(54,31,60)
#26172B
(38,23,43)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #B65FC4

#B65FC4
(182,95,196)
#BC6DC9
(188,109,201)
#C27BCE
(194,123,206)
#C889D3
(200,137,211)
#CE97D8
(206,151,216)
#D4A5DD
(212,165,221)
#DAB3E2
(218,179,226)
#E0C1E7
(224,193,231)
#E6CFEC
(230,207,236)
#ECDDF1
(236,221,241)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B65FC4; }

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

This text font color is #B65FC4.


Background Color

.myBgColor { background-color: #B65FC4; }

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

This div background color is #B65FC4.


Border color

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

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

This div border color is #B65FC4.


Opacity

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

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

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

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

This text has shadow with #B65FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65FC4 on black background.


Color preview on white background

This text has color #B65FC4 on white background.



Black color preview on #B65FC4 background

This text has black color on #B65FC4 background.


White color preview on #B65FC4 background

This text has white color on #B65FC4 background.