Html Css Color HEX #BC1FEC Electric Purple

📋 copy color: '#BC1FEC'

red 188 ◦ green 31 ◦ blue 236

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

Shades of Electric Purple #BC1FEC

Tints of Electric Purple #BC1FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.81%

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 41.32%
G = 6.81%
B = 51.87%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC1FEC (or 0xBC1FEC) is known color: Electric Purple. HEX triplet: BC, 1F and EC. RGB value is (188,31,236). Sum of RGB (Red+Green+Blue) = 188+31+236=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FEC is #43E013. Grayscale: #646464. Windows color (decimal): -4448276 or 15474620. OLE color: 15474620.

HSL color Cylindrical-coordinate representation of color #BC1FEC: hue angle of 285.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1FEC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 31 236 -
CMYK 0.20 0.87 0 0.07
HSL 285.95º 0.84% 0.52% -
HSV(B) 285.95º 0.87% 0.93% -
XYZ 36.37 17.73 80.86 -
YUV 101.31 204.01 189.83 -
System Red Green Blue C M Y K H S L
Decimal 188 31 236 0.20 0.87 0 0.07 285.95 0.84 0.52
Hex BC 1F EC 14 57 0 7 11E 54 34
Octal 274 37 354 24 127 0 7 436 124 64
Binary 10111100 11111 11101100 10100 1010111 0 111 100011110 1010100 110100

Color Harmonies of #BC1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FEC

Black with #BC1FEC

Text Example


Text Example

White with #BC1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FEC; }

 p { color: rgb(188,31,236); }

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

background-color css

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

 a { background-color: rgb(188,31,236); }

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

border-color css

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

 span { border-color: rgb(188,31,236); }

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