Html Css Color HEX #BC01FA Electric Purple

📋 copy color: '#BC01FA'

red 188 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #BC01FA

Tints of Electric Purple #BC01FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 250 (98.05% from 255) = 56.95%

R = 42.82%
G = 0.23%
B = 56.95%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC01FA (or 0xBC01FA) is known color: Electric Purple. HEX triplet: BC, 01 and FA. RGB value is (188,1,250). Sum of RGB (Red+Green+Blue) = 188+1+250=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01FA is #43FE05. Grayscale: #545454. Windows color (decimal): -4455942 or 16384444. OLE color: 16384444.

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

Color convert

RGB 188 1 250 -
CMYK 0.25 1.00 0 0.02
HSL 285.06º 0.99% 0.49% -
HSV(B) 285.06º 1% 0.98% -
XYZ 38.01 17.62 91.84 -
YUV 85.3 220.95 201.25 -
System Red Green Blue C M Y K H S L
Decimal 188 1 250 0.25 1.00 0 0.02 285.06 0.99 0.49
Hex BC 1 FA 19 64 0 2 11D 63 31
Octal 274 1 372 31 144 0 2 435 143 61
Binary 10111100 1 11111010 11001 1100100 0 10 100011101 1100011 110001

Color Harmonies of #BC01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01FA

Black with #BC01FA

Text Example


Text Example

White with #BC01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01FA; }

 p { color: rgb(188,1,250); }

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

background-color css

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

 a { background-color: rgb(188,1,250); }

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

border-color css

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

 span { border-color: rgb(188,1,250); }

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