Html Css Color HEX #BF00FF Electric Purple

📋 copy color: '#BF00FF'

red 191 ◦ green 0 ◦ blue 255

#BF00FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BF00FF

Tints of Electric Purple #BF00FF

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 value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF00FF (or 0xBF00FF) is known color: 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

RGB 191 0 255 -
CMYK 0.25 1 0 0
HSL 284.94º 1% 0.5% -
HSV(B) 284.94º 1% 1% -
XYZ 39.54 18.3 96.06 -
YUV 86.18 223.28 202.77 -
System Red Green Blue C M Y K H S L
Decimal 191 0 255 0.25 1 0 0 284.94 1 0.5
Hex BF 0 FF 19 64 0 0 11D 64 32
Octal 277 0 377 31 144 0 0 435 144 62
Binary 10111111 0 11111111 11001 1100100 0 0 100011101 1100100 110010

Color Harmonies of #BF00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00FF

Black with #BF00FF

Text Example


Text Example

White with #BF00FF

Text Example


Text Example

HTML Codes & Css Web 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>