Html Css Color HEX #BC2EF0 Electric Purple

📋 copy color: '#BC2EF0'

red 188 ◦ green 46 ◦ blue 240

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

Shades of Electric Purple #BC2EF0

Tints of Electric Purple #BC2EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 39.66%
G = 9.7%
B = 50.63%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC2EF0 (or 0xBC2EF0) is known color: Electric Purple. HEX triplet: BC, 2E and F0. RGB value is (188,46,240). Sum of RGB (Red+Green+Blue) = 188+46+240=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC2EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EF0 is #43D10F. Grayscale: #6D6D6D. Windows color (decimal): -4444432 or 15740604. OLE color: 15740604.

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

Color convert

RGB 188 46 240 -
CMYK 0.22 0.81 0 0.06
HSL 283.92º 0.87% 0.56% -
HSV(B) 283.92º 0.81% 0.94% -
XYZ 37.44 18.94 84.12 -
YUV 110.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 188 46 240 0.22 0.81 0 0.06 283.92 0.87 0.56
Hex BC 2E F0 16 51 0 6 11C 57 38
Octal 274 56 360 26 121 0 6 434 127 70
Binary 10111100 101110 11110000 10110 1010001 0 110 100011100 1010111 111000

Color Harmonies of #BC2EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EF0

Black with #BC2EF0

Text Example


Text Example

White with #BC2EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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