COLOR #B65DF2

HEX: #B65DF2
RGB: (182,93,242)

Color info

#B65DF2 contains mainly blue color. Web safe color of #B65DF2 is #CC66FF (or #C6F).

RGB color model

#B65DF2 color RGB value is (182,93,242).

  • red value is 182;
  • green value is 93;
  • blue value is 242.
RGB:
(182,93,242)
(71%,36%,95%)

RGB channels and saturation

R 182 of 255 = 71%
G 93 of 255 = 36%
B 242 of 255 = 95%

182
93
242

R + G + B ~ 67%. #B65DF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 93 + 242 = 517 (100%)
R 182 of 517 ~ 35.2%
G 93 of 517 ~ 17.99%
B 242 of 517 ~ 46.81%

%35.2
%17.99
%46.81

CMYK color model

#B65DF2 color CMYK value is (25,62,0,5).

  • cyan value is 24.79%
  • magenta value is 61.57%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(25,62,0,5)
C25M62Y0K5 
(25%,62%,0%,5%)
(0.25/0.62/0.00/0.05)	

CMYK percentages

%24.79
%61.57
%0
%5.1

Codes

Color #B65DF2 in popluar color models

B65DF2
RGB18293242
HSL276°85.14%65.69%
HSB/HSV276°61.57%94.90%
CMYK24.79%61.57%0.00%
5.10%

Color #B65DF2 in popluar number systems.

HEXB65DF2
Decimal18293242
Binary10110110101110111110010
Octal266135362

Shades and tints

Shades of #B65DF2

#B65DF2
(182,93,242)
#A655DC
(166,85,220)
#964DC6
(150,77,198)
#8645B0
(134,69,176)
#763D9A
(118,61,154)
#663584
(102,53,132)
#562D6E
(86,45,110)
#462558
(70,37,88)
#361D42
(54,29,66)
#26152C
(38,21,44)
#160D16
(22,13,22)
#000000
(0,0,0)

Tints of #B65DF2

#B65DF2
(182,93,242)
#BC6BF3
(188,107,243)
#C279F4
(194,121,244)
#C887F5
(200,135,245)
#CE95F6
(206,149,246)
#D4A3F7
(212,163,247)
#DAB1F8
(218,177,248)
#E0BFF9
(224,191,249)
#E6CDFA
(230,205,250)
#ECDBFB
(236,219,251)
#F2E9FC
(242,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65DF2 color. Also use rgb(182,93,242) instead hex code.

Text Font Color

.myTextColor { color: #B65DF2; }

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

This text font color is #B65DF2.


Background Color

.myBgColor { background-color: #B65DF2; }

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

This div background color is #B65DF2.


Border color

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

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

This div border color is #B65DF2.


Opacity

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

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

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

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

This text has shadow with #B65DF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65DF2 on black background.


Color preview on white background

This text has color #B65DF2 on white background.



Black color preview on #B65DF2 background

This text has black color on #B65DF2 background.


White color preview on #B65DF2 background

This text has white color on #B65DF2 background.