COLOR #BF00FF

HEX: #BF00FF
RGB: (191,0,255)

Color info

#BF00FF contains mainly blue color. Web safe color of #BF00FF is #CC00FF (or #C0F).

RGB color model

#BF00FF color RGB value is (191,0,255).

  • red value is 191;
  • green value is 0;
  • blue value is 255.
RGB:
(191,0,255)
(75%,0%,100%)

RGB channels and saturation

R 191 of 255 = 75%
G 0 of 255 = 0%
B 255 of 255 = 100%

191
0
255

R + G + B ~ 58%. #BF00FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 0 + 255 = 446 (100%)
R 191 of 446 ~ 42.83%
G 0 of 446 ~ 0%
B 255 of 446 ~ 57.17%

%42.83
%57.17

CMYK color model

#BF00FF color CMYK value is (25,100,0,0).

  • cyan value is 25.10%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(25,100,0,0)
C25M100Y0K0 
(25%,100%,0%,0%)
(0.25/1.00/0.00/0.00)	

CMYK percentages

%25.1
%100
%0
%0

Codes

Color #BF00FF in popluar color models

BF00FF
RGB1910255
HSL285°100.00%50.00%
HSB/HSV285°100.00%100.00%
CMYK25.10%100.00%0.00%
0.00%

Color #BF00FF in popluar number systems.

HEXBF00FF
Decimal1910255
Binary10111111011111111
Octal2770377

Shades and tints

Shades of #BF00FF

#BF00FF
(191,0,255)
#AE00E8
(174,0,232)
#9D00D1
(157,0,209)
#8C00BA
(140,0,186)
#7B00A3
(123,0,163)
#6A008C
(106,0,140)
#590075
(89,0,117)
#48005E
(72,0,94)
#370047
(55,0,71)
#260030
(38,0,48)
#150019
(21,0,25)
#000000
(0,0,0)

Tints of #BF00FF

#BF00FF
(191,0,255)
#C417FF
(196,23,255)
#C92EFF
(201,46,255)
#CE45FF
(206,69,255)
#D35CFF
(211,92,255)
#D873FF
(216,115,255)
#DD8AFF
(221,138,255)
#E2A1FF
(226,161,255)
#E7B8FF
(231,184,255)
#ECCFFF
(236,207,255)
#F1E6FF
(241,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF00FF color. Also use rgb(191,0,255) instead hex code.

Text Font Color

.myTextColor { color: #BF00FF; }

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

This text font color is #BF00FF.


Background Color

.myBgColor { background-color: #BF00FF; }

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

This div background color is #BF00FF.


Border color

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

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

This div border color is #BF00FF.


Opacity

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

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

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

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

This text has shadow with #BF00FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF00FF on black background.


Color preview on white background

This text has color #BF00FF on white background.



Black color preview on #BF00FF background

This text has black color on #BF00FF background.


White color preview on #BF00FF background

This text has white color on #BF00FF background.