Html Css Color HEX #BC00FA Electric Purple

📋 copy color: '#BC00FA'

red 188 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #BC00FA

Tints of Electric Purple #BC00FA

RGB

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

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

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

R = 42.92%
G = 0%
B = 57.08%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC00FA (or 0xBC00FA) is known color: Electric Purple. HEX triplet: BC, 00 and FA. RGB value is (188,0,250). Sum of RGB (Red+Green+Blue) = 188+0+250=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00FA is #43FF05. Grayscale: #535353. Windows color (decimal): -4456198 or 16384188. OLE color: 16384188.

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

Color convert

RGB 188 0 250 -
CMYK 0.25 1 0 0.02
HSL 285.12º 1% 0.49% -
HSV(B) 285.12º 1% 0.98% -
XYZ 37.99 17.59 91.84 -
YUV 84.71 221.28 201.67 -
System Red Green Blue C M Y K H S L
Decimal 188 0 250 0.25 1 0 0.02 285.12 1 0.49
Hex BC 0 FA 19 64 0 2 11D 64 31
Octal 274 0 372 31 144 0 2 435 144 61
Binary 10111100 0 11111010 11001 1100100 0 10 100011101 1100100 110001

Color Harmonies of #BC00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00FA

Black with #BC00FA

Text Example


Text Example

White with #BC00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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