#BF00FF

Color #BF00FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BF00FF

Tints of Electric Purple #BF00FF

Color information

#BF00FF (or 0xBF00FF) is unknown color: approx Electric Purple. HEX triplet: BF, 00 and FF. RGB value is (191,0,255). Sum of RGB (Red+Green+Blue) = 191+0+255=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00FF is #40FF00. Grayscale: #555555. Windows color (decimal): -4259585 or 16711871. OLE color: 16711871.

HSL color Cylindrical-coordinate representation of color #BF00FF: hue angle of 284.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00FF is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1910255-
CMYK0.25100
HSL284.94º100%50%-
HSV(B)284.94º100%100%-
XYZ39.5418.396.06-
YUV86.18223.28202.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 57.17%
R=42.83%
G=0%
B=57.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19102550.25100284.9410050
HexBF0FF19640011d6432
Octal2770377311440043514462
Binary10111111011111111110011100100001000111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00FF; }

 p { color: rgb(191,0,255); }

 H1.HeaderClassName
 {
   color: #BF00FF;
 }
 .AnyTagClassName
 {
   color: #BF00FF;
 }
</style>
background-color css

<style>
 a { background-color: #BF00FF; }

 a { background-color: rgb(191,0,255); }

 div.DivClassName
 {
   background-color: #BF00FF;
 }
 .BgClassName
 {
   background-color: #BF00FF;
 }
</style>
border-color css

<style>
 span { border-color: #BF00FF; }

 span { border-color: rgb(191,0,255); }

 td.TdClassName
 {
   border-color: #BF00FF;
 }
 .TagClassName
 {
   border-color: #BF00FF;
 }
</style>