COLOR #B95ACD

HEX: #B95ACD
RGB: (185,90,205)

Color info

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

RGB color model

#B95ACD color RGB value is (185,90,205).

  • red value is 185;
  • green value is 90;
  • blue value is 205.
RGB:
(185,90,205)
(73%,35%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 90 of 255 = 35%
B 205 of 255 = 80%

185
90
205

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

Portions of RGB colors in percentages

R + G + B =
185 + 90 + 205 = 480 (100%)
R 185 of 480 ~ 38.54%
G 90 of 480 ~ 18.75%
B 205 of 480 ~ 42.71%

%38.54
%18.75
%42.71

CMYK color model

#B95ACD color CMYK value is (10,56,0,20).

  • cyan value is 9.76%
  • magenta value is 56.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,56,0,20)
C10M56Y0K20 
(10%,56%,0%,20%)
(0.10/0.56/0.00/0.20)	

CMYK percentages

%9.76
%56.1
%0
%19.61

Codes

Color #B95ACD in popluar color models

B95ACD
RGB18590205
HSL290°53.49%57.84%
HSB/HSV290°56.10%80.39%
CMYK9.76%56.10%0.00%
19.61%

Color #B95ACD in popluar number systems.

HEXB95ACD
Decimal18590205
Binary10111001101101011001101
Octal271132315

Shades and tints

Shades of #B95ACD

#B95ACD
(185,90,205)
#A952BB
(169,82,187)
#994AA9
(153,74,169)
#894297
(137,66,151)
#793A85
(121,58,133)
#693273
(105,50,115)
#592A61
(89,42,97)
#49224F
(73,34,79)
#391A3D
(57,26,61)
#29122B
(41,18,43)
#190A19
(25,10,25)
#000000
(0,0,0)

Tints of #B95ACD

#B95ACD
(185,90,205)
#BF69D1
(191,105,209)
#C578D5
(197,120,213)
#CB87D9
(203,135,217)
#D196DD
(209,150,221)
#D7A5E1
(215,165,225)
#DDB4E5
(221,180,229)
#E3C3E9
(227,195,233)
#E9D2ED
(233,210,237)
#EFE1F1
(239,225,241)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95ACD color. Also use rgb(185,90,205) instead hex code.

Text Font Color

.myTextColor { color: #B95ACD; }

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

This text font color is #B95ACD.


Background Color

.myBgColor { background-color: #B95ACD; }

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

This div background color is #B95ACD.


Border color

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

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

This div border color is #B95ACD.


Opacity

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

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

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

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

This text has shadow with #B95ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95ACD on black background.


Color preview on white background

This text has color #B95ACD on white background.



Black color preview on #B95ACD background

This text has black color on #B95ACD background.


White color preview on #B95ACD background

This text has white color on #B95ACD background.