Html Css Color HEX #BC12FA Electric Purple

📋 copy color: '#BC12FA'

red 188 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #BC12FA

Tints of Electric Purple #BC12FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.95%

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

R = 41.23%
G = 3.95%
B = 54.82%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC12FA (or 0xBC12FA) is known color: Electric Purple. HEX triplet: BC, 12 and FA. RGB value is (188,18,250). Sum of RGB (Red+Green+Blue) = 188+18+250=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC12FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC12FA is #43ED05. Grayscale: #5E5E5E. Windows color (decimal): -4451590 or 16388796. OLE color: 16388796.

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

Color convert

RGB 188 18 250 -
CMYK 0.25 0.93 0 0.02
HSL 283.97º 0.96% 0.53% -
HSV(B) 283.97º 0.93% 0.98% -
XYZ 38.21 18.03 91.91 -
YUV 95.28 215.32 194.14 -
System Red Green Blue C M Y K H S L
Decimal 188 18 250 0.25 0.93 0 0.02 283.97 0.96 0.53
Hex BC 12 FA 19 5D 0 2 11C 60 35
Octal 274 22 372 31 135 0 2 434 140 65
Binary 10111100 10010 11111010 11001 1011101 0 10 100011100 1100000 110101

Color Harmonies of #BC12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12FA

Black with #BC12FA

Text Example


Text Example

White with #BC12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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