Html Css Color HEX #BF00FC Electric Purple

📋 copy color: '#BF00FC'

red 191 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #BF00FC

Tints of Electric Purple #BF00FC

RGB

 RED value IS 191 (75% from 255) = 43.12%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 43.12%
G = 0%
B = 56.88%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF00FC (or 0xBF00FC) is known color: Electric Purple. HEX triplet: BF, 00 and FC. RGB value is (191,0,252). Sum of RGB (Red+Green+Blue) = 191+0+252=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00FC is #40FF03. Grayscale: #555555. Windows color (decimal): -4259588 or 16515263. OLE color: 16515263.

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

Color convert

RGB 191 0 252 -
CMYK 0.24 1 0 0.01
HSL 285.48º 1% 0.49% -
HSV(B) 285.48º 1% 0.99% -
XYZ 39.06 18.1 93.53 -
YUV 85.84 221.78 203.01 -
System Red Green Blue C M Y K H S L
Decimal 191 0 252 0.24 1 0 0.01 285.48 1 0.49
Hex BF 0 FC 18 64 0 1 11D 64 31
Octal 277 0 374 30 144 0 1 435 144 61
Binary 10111111 0 11111100 11000 1100100 0 1 100011101 1100100 110001

Color Harmonies of #BF00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00FC

Black with #BF00FC

Text Example


Text Example

White with #BF00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00FC; }

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

 H1.HeaderClassName
 {
   color: #BF00FC;
 }
 .AnyTagClassName
 {
   color: #BF00FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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