Html Css Color HEX #BC2EFC Electric Purple

📋 copy color: '#BC2EFC'

red 188 ◦ green 46 ◦ blue 252

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

Shades of Electric Purple #BC2EFC

Tints of Electric Purple #BC2EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.47%

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 38.68%
G = 9.47%
B = 51.85%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC2EFC (or 0xBC2EFC) is known color: Electric Purple. HEX triplet: BC, 2E and FC. RGB value is (188,46,252). Sum of RGB (Red+Green+Blue) = 188+46+252=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 46 (18.36% from 255 or 9.47% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC2EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EFC is #43D103. Grayscale: #6F6F6F. Windows color (decimal): -4444420 or 16527036. OLE color: 16527036.

HSL color Cylindrical-coordinate representation of color #BC2EFC: hue angle of 281.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2EFC is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 46 252 -
CMYK 0.25 0.82 0 0.01
HSL 281.36º 0.97% 0.58% -
HSV(B) 281.36º 0.82% 0.99% -
XYZ 39.29 19.67 93.82 -
YUV 111.94 207.04 182.25 -
System Red Green Blue C M Y K H S L
Decimal 188 46 252 0.25 0.82 0 0.01 281.36 0.97 0.58
Hex BC 2E FC 19 52 0 1 119 61 3A
Octal 274 56 374 31 122 0 1 431 141 72
Binary 10111100 101110 11111100 11001 1010010 0 1 100011001 1100001 111010

Color Harmonies of #BC2EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EFC

Black with #BC2EFC

Text Example


Text Example

White with #BC2EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EFC; }

 p { color: rgb(188,46,252); }

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

background-color css

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

 a { background-color: rgb(188,46,252); }

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

border-color css

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

 span { border-color: rgb(188,46,252); }

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