COLOR #B95CF1

HEX: #B95CF1
RGB: (185,92,241)

Color info

#B95CF1 contains mainly red and blue colors. Web safe color of #B95CF1 is #CC66FF (or #C6F).

RGB color model

#B95CF1 color RGB value is (185,92,241).

  • red value is 185;
  • green value is 92;
  • blue value is 241.
RGB:
(185,92,241)
(73%,36%,95%)

RGB channels and saturation

R 185 of 255 = 73%
G 92 of 255 = 36%
B 241 of 255 = 95%

185
92
241

R + G + B ~ 68%. #B95CF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 92 + 241 = 518 (100%)
R 185 of 518 ~ 35.71%
G 92 of 518 ~ 17.76%
B 241 of 518 ~ 46.53%

%35.71
%17.76
%46.53

CMYK color model

#B95CF1 color CMYK value is (23,62,0,5).

  • cyan value is 23.24%
  • magenta value is 61.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(23,62,0,5)
C23M62Y0K5 
(23%,62%,0%,5%)
(0.23/0.62/0.00/0.05)	

CMYK percentages

%23.24
%61.83
%0
%5.49

Codes

Color #B95CF1 in popluar color models

B95CF1
RGB18592241
HSL277°84.18%65.29%
HSB/HSV277°61.83%94.51%
CMYK23.24%61.83%0.00%
5.49%

Color #B95CF1 in popluar number systems.

HEXB95CF1
Decimal18592241
Binary10111001101110011110001
Octal271134361

Shades and tints

Shades of #B95CF1

#B95CF1
(185,92,241)
#A954DC
(169,84,220)
#994CC7
(153,76,199)
#8944B2
(137,68,178)
#793C9D
(121,60,157)
#693488
(105,52,136)
#592C73
(89,44,115)
#49245E
(73,36,94)
#391C49
(57,28,73)
#291434
(41,20,52)
#190C1F
(25,12,31)
#000000
(0,0,0)

Tints of #B95CF1

#B95CF1
(185,92,241)
#BF6AF2
(191,106,242)
#C578F3
(197,120,243)
#CB86F4
(203,134,244)
#D194F5
(209,148,245)
#D7A2F6
(215,162,246)
#DDB0F7
(221,176,247)
#E3BEF8
(227,190,248)
#E9CCF9
(233,204,249)
#EFDAFA
(239,218,250)
#F5E8FB
(245,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95CF1 color. Also use rgb(185,92,241) instead hex code.

Text Font Color

.myTextColor { color: #B95CF1; }

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

This text font color is #B95CF1.


Background Color

.myBgColor { background-color: #B95CF1; }

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

This div background color is #B95CF1.


Border color

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

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

This div border color is #B95CF1.


Opacity

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

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

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

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

This text has shadow with #B95CF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95CF1 on black background.


Color preview on white background

This text has color #B95CF1 on white background.



Black color preview on #B95CF1 background

This text has black color on #B95CF1 background.


White color preview on #B95CF1 background

This text has white color on #B95CF1 background.