Html Css Color HEX #BC00FE Electric Purple

📋 copy color: '#BC00FE'

red 188 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #BC00FE

Tints of Electric Purple #BC00FE

RGB

 RED value IS 188 (73.83% from 255) = 42.53%

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 42.53%
G = 0%
B = 57.47%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC00FE (or 0xBC00FE) is known color: Electric Purple. HEX triplet: BC, 00 and FE. RGB value is (188,0,254). Sum of RGB (Red+Green+Blue) = 188+0+254=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00FE is #43FF01. Grayscale: #545454. Windows color (decimal): -4456194 or 16646332. OLE color: 16646332.

HSL color Cylindrical-coordinate representation of color #BC00FE: hue angle of 284.41º 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 #BC00FE is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 0 254 -
CMYK 0.26 1 0 0.00
HSL 284.41º 1% 0.5% -
HSV(B) 284.41º 1% 1% -
XYZ 38.63 17.85 95.17 -
YUV 85.17 223.28 201.35 -
System Red Green Blue C M Y K H S L
Decimal 188 0 254 0.26 1 0 0.00 284.41 1 0.5
Hex BC 0 FE 1A 64 0 0 11C 64 32
Octal 274 0 376 32 144 0 0 434 144 62
Binary 10111100 0 11111110 11010 1100100 0 0 100011100 1100100 110010

Color Harmonies of #BC00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00FE

Black with #BC00FE

Text Example


Text Example

White with #BC00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00FE; }

 p { color: rgb(188,0,254); }

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

background-color css

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

 a { background-color: rgb(188,0,254); }

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

border-color css

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

 span { border-color: rgb(188,0,254); }

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