Html Css Color HEX #BC18FA Electric Purple

📋 copy color: '#BC18FA'

red 188 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #BC18FA

Tints of Electric Purple #BC18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.19%

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

R = 40.69%
G = 5.19%
B = 54.11%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC18FA (or 0xBC18FA) is known color: Electric Purple. HEX triplet: BC, 18 and FA. RGB value is (188,24,250). Sum of RGB (Red+Green+Blue) = 188+24+250=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC18FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18FA is #43E705. Grayscale: #626262. Windows color (decimal): -4450054 or 16390332. OLE color: 16390332.

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

Color convert

RGB 188 24 250 -
CMYK 0.25 0.90 0 0.02
HSL 283.54º 0.96% 0.54% -
HSV(B) 283.54º 0.9% 0.98% -
XYZ 38.32 18.25 91.94 -
YUV 98.8 213.33 191.62 -
System Red Green Blue C M Y K H S L
Decimal 188 24 250 0.25 0.90 0 0.02 283.54 0.96 0.54
Hex BC 18 FA 19 5A 0 2 11C 60 36
Octal 274 30 372 31 132 0 2 434 140 66
Binary 10111100 11000 11111010 11001 1011010 0 10 100011100 1100000 110110

Color Harmonies of #BC18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18FA

Black with #BC18FA

Text Example


Text Example

White with #BC18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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