COLOR #B95FC6

HEX: #B95FC6
RGB: (185,95,198)

Color info

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

RGB color model

#B95FC6 color RGB value is (185,95,198).

  • red value is 185;
  • green value is 95;
  • blue value is 198.
RGB:
(185,95,198)
(73%,37%,78%)

RGB channels and saturation

R 185 of 255 = 73%
G 95 of 255 = 37%
B 198 of 255 = 78%

185
95
198

R + G + B ~ 63%. #B95FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 95 + 198 = 478 (100%)
R 185 of 478 ~ 38.7%
G 95 of 478 ~ 19.87%
B 198 of 478 ~ 41.42%

%38.7
%19.87
%41.42

CMYK color model

#B95FC6 color CMYK value is (7,52,0,22).

  • cyan value is 6.57%
  • magenta value is 52.02%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(7,52,0,22)
C7M52Y0K22 
(7%,52%,0%,22%)
(0.07/0.52/0.00/0.22)	

CMYK percentages

%6.57
%52.02
%0
%22.35

Codes

Color #B95FC6 in popluar color models

B95FC6
RGB18595198
HSL292°47.47%57.45%
HSB/HSV292°52.02%77.65%
CMYK6.57%52.02%0.00%
22.35%

Color #B95FC6 in popluar number systems.

HEXB95FC6
Decimal18595198
Binary10111001101111111000110
Octal271137306

Shades and tints

Shades of #B95FC6

#B95FC6
(185,95,198)
#A957B4
(169,87,180)
#994FA2
(153,79,162)
#894790
(137,71,144)
#793F7E
(121,63,126)
#69376C
(105,55,108)
#592F5A
(89,47,90)
#492748
(73,39,72)
#391F36
(57,31,54)
#291724
(41,23,36)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #B95FC6

#B95FC6
(185,95,198)
#BF6DCB
(191,109,203)
#C57BD0
(197,123,208)
#CB89D5
(203,137,213)
#D197DA
(209,151,218)
#D7A5DF
(215,165,223)
#DDB3E4
(221,179,228)
#E3C1E9
(227,193,233)
#E9CFEE
(233,207,238)
#EFDDF3
(239,221,243)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95FC6 color. Also use rgb(185,95,198) instead hex code.

Text Font Color

.myTextColor { color: #B95FC6; }

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

This text font color is #B95FC6.


Background Color

.myBgColor { background-color: #B95FC6; }

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

This div background color is #B95FC6.


Border color

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

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

This div border color is #B95FC6.


Opacity

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

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

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

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

This text has shadow with #B95FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95FC6 on black background.


Color preview on white background

This text has color #B95FC6 on white background.



Black color preview on #B95FC6 background

This text has black color on #B95FC6 background.


White color preview on #B95FC6 background

This text has white color on #B95FC6 background.