Html Css Color HEX #BC14FA Electric Purple

📋 copy color: '#BC14FA'

red 188 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #BC14FA

Tints of Electric Purple #BC14FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.37%

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

R = 41.05%
G = 4.37%
B = 54.59%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC14FA (or 0xBC14FA) is known color: Electric Purple. HEX triplet: BC, 14 and FA. RGB value is (188,20,250). Sum of RGB (Red+Green+Blue) = 188+20+250=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC14FA is #43EB05. Grayscale: #5F5F5F. Windows color (decimal): -4451078 or 16389308. OLE color: 16389308.

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

Color convert

RGB 188 20 250 -
CMYK 0.25 0.92 0 0.02
HSL 283.83º 0.96% 0.53% -
HSV(B) 283.83º 0.92% 0.98% -
XYZ 38.24 18.09 91.92 -
YUV 96.45 214.66 193.3 -
System Red Green Blue C M Y K H S L
Decimal 188 20 250 0.25 0.92 0 0.02 283.83 0.96 0.53
Hex BC 14 FA 19 5C 0 2 11C 60 35
Octal 274 24 372 31 134 0 2 434 140 65
Binary 10111100 10100 11111010 11001 1011100 0 10 100011100 1100000 110101

Color Harmonies of #BC14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14FA

Black with #BC14FA

Text Example


Text Example

White with #BC14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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