COLOR #BF95D3

HEX: #BF95D3
RGB: (191,149,211)

Color info

#BF95D3 contains mainly red and blue colors. Web safe color of #BF95D3 is #CC99CC (or #C9C).

RGB color model

#BF95D3 color RGB value is (191,149,211).

  • red value is 191;
  • green value is 149;
  • blue value is 211.
RGB:
(191,149,211)
(75%,58%,83%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 211 of 255 = 83%

191
149
211

R + G + B ~ 72%. #BF95D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 149 + 211 = 551 (100%)
R 191 of 551 ~ 34.66%
G 149 of 551 ~ 27.04%
B 211 of 551 ~ 38.29%

%34.66
%27.04
%38.29

CMYK color model

#BF95D3 color CMYK value is (9,29,0,17).

  • cyan value is 9.48%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(9,29,0,17)
C9M29Y0K17 
(9%,29%,0%,17%)
(0.09/0.29/0.00/0.17)	

CMYK percentages

%9.48
%29.38
%0
%17.25

Codes

Color #BF95D3 in popluar color models

BF95D3
RGB191149211
HSL281°41.33%70.59%
HSB/HSV281°29.38%82.75%
CMYK9.48%29.38%0.00%
17.25%

Color #BF95D3 in popluar number systems.

HEXBF95D3
Decimal191149211
Binary101111111001010111010011
Octal277225323

Shades and tints

Shades of #BF95D3

#BF95D3
(191,149,211)
#AE88C0
(174,136,192)
#9D7BAD
(157,123,173)
#8C6E9A
(140,110,154)
#7B6187
(123,97,135)
#6A5474
(106,84,116)
#594761
(89,71,97)
#483A4E
(72,58,78)
#372D3B
(55,45,59)
#262028
(38,32,40)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #BF95D3

#BF95D3
(191,149,211)
#C49ED7
(196,158,215)
#C9A7DB
(201,167,219)
#CEB0DF
(206,176,223)
#D3B9E3
(211,185,227)
#D8C2E7
(216,194,231)
#DDCBEB
(221,203,235)
#E2D4EF
(226,212,239)
#E7DDF3
(231,221,243)
#ECE6F7
(236,230,247)
#F1EFFB
(241,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF95D3 color. Also use rgb(191,149,211) instead hex code.

Text Font Color

.myTextColor { color: #BF95D3; }

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

This text font color is #BF95D3.


Background Color

.myBgColor { background-color: #BF95D3; }

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

This div background color is #BF95D3.


Border color

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

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

This div border color is #BF95D3.


Opacity

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

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

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

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

This text has shadow with #BF95D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF95D3 on black background.


Color preview on white background

This text has color #BF95D3 on white background.



Black color preview on #BF95D3 background

This text has black color on #BF95D3 background.


White color preview on #BF95D3 background

This text has white color on #BF95D3 background.