Html Css Color HEX #BC2EF2 Electric Purple

📋 copy color: '#BC2EF2'

red 188 ◦ green 46 ◦ blue 242

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

Shades of Electric Purple #BC2EF2

Tints of Electric Purple #BC2EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.84%

R = 39.5%
G = 9.66%
B = 50.84%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC2EF2 (or 0xBC2EF2) is known color: Electric Purple. HEX triplet: BC, 2E and F2. RGB value is (188,46,242). Sum of RGB (Red+Green+Blue) = 188+46+242=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC2EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EF2 is #43D10D. Grayscale: #6E6E6E. Windows color (decimal): -4444430 or 15871676. OLE color: 15871676.

HSL color Cylindrical-coordinate representation of color #BC2EF2: hue angle of 283.47º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2EF2 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 46 242 -
CMYK 0.22 0.81 0 0.05
HSL 283.47º 0.88% 0.56% -
HSV(B) 283.47º 0.81% 0.95% -
XYZ 37.74 19.06 85.69 -
YUV 110.8 202.04 183.06 -
System Red Green Blue C M Y K H S L
Decimal 188 46 242 0.22 0.81 0 0.05 283.47 0.88 0.56
Hex BC 2E F2 16 51 0 5 11B 58 38
Octal 274 56 362 26 121 0 5 433 130 70
Binary 10111100 101110 11110010 10110 1010001 0 101 100011011 1011000 111000

Color Harmonies of #BC2EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EF2

Black with #BC2EF2

Text Example


Text Example

White with #BC2EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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