COLOR #BF9FF9

HEX: #BF9FF9
RGB: (191,159,249)

Color info

#BF9FF9 contains mainly red and blue colors. Web safe color of #BF9FF9 is #CC99FF (or #C9F).

RGB color model

#BF9FF9 color RGB value is (191,159,249).

  • red value is 191;
  • green value is 159;
  • blue value is 249.
RGB:
(191,159,249)
(75%,62%,98%)

RGB channels and saturation

R 191 of 255 = 75%
G 159 of 255 = 62%
B 249 of 255 = 98%

191
159
249

R + G + B ~ 78%. #BF9FF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 159 + 249 = 599 (100%)
R 191 of 599 ~ 31.89%
G 159 of 599 ~ 26.54%
B 249 of 599 ~ 41.57%

%31.89
%26.54
%41.57

CMYK color model

#BF9FF9 color CMYK value is (23,36,0,2).

  • cyan value is 23.29%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(23,36,0,2)
C23M36Y0K2 
(23%,36%,0%,2%)
(0.23/0.36/0.00/0.02)	

CMYK percentages

%23.29
%36.14
%0
%2.35

Codes

Color #BF9FF9 in popluar color models

BF9FF9
RGB191159249
HSL261°88.24%80.00%
HSB/HSV261°36.14%97.65%
CMYK23.29%36.14%0.00%
2.35%

Color #BF9FF9 in popluar number systems.

HEXBF9FF9
Decimal191159249
Binary101111111001111111111001
Octal277237371

Shades and tints

Shades of #BF9FF9

#BF9FF9
(191,159,249)
#AE91E3
(174,145,227)
#9D83CD
(157,131,205)
#8C75B7
(140,117,183)
#7B67A1
(123,103,161)
#6A598B
(106,89,139)
#594B75
(89,75,117)
#483D5F
(72,61,95)
#372F49
(55,47,73)
#262133
(38,33,51)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #BF9FF9

#BF9FF9
(191,159,249)
#C4A7F9
(196,167,249)
#C9AFF9
(201,175,249)
#CEB7F9
(206,183,249)
#D3BFF9
(211,191,249)
#D8C7F9
(216,199,249)
#DDCFF9
(221,207,249)
#E2D7F9
(226,215,249)
#E7DFF9
(231,223,249)
#ECE7F9
(236,231,249)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9FF9 color. Also use rgb(191,159,249) instead hex code.

Text Font Color

.myTextColor { color: #BF9FF9; }

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

This text font color is #BF9FF9.


Background Color

.myBgColor { background-color: #BF9FF9; }

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

This div background color is #BF9FF9.


Border color

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

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

This div border color is #BF9FF9.


Opacity

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

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

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

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

This text has shadow with #BF9FF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9FF9 on black background.


Color preview on white background

This text has color #BF9FF9 on white background.



Black color preview on #BF9FF9 background

This text has black color on #BF9FF9 background.


White color preview on #BF9FF9 background

This text has white color on #BF9FF9 background.