Html Css Color HEX #BC11EC Electric Purple

📋 copy color: '#BC11EC'

red 188 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #BC11EC

Tints of Electric Purple #BC11EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.85%

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

R = 42.63%
G = 3.85%
B = 53.51%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC11EC (or 0xBC11EC) is known color: Electric Purple. HEX triplet: BC, 11 and EC. RGB value is (188,17,236). Sum of RGB (Red+Green+Blue) = 188+17+236=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC11EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11EC is #43EE13. Grayscale: #5C5C5C. Windows color (decimal): -4451860 or 15471036. OLE color: 15471036.

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

Color convert

RGB 188 17 236 -
CMYK 0.20 0.93 0 0.07
HSL 286.85º 0.87% 0.5% -
HSV(B) 286.85º 0.93% 0.93% -
XYZ 36.08 17.15 80.77 -
YUV 93.1 208.65 195.69 -
System Red Green Blue C M Y K H S L
Decimal 188 17 236 0.20 0.93 0 0.07 286.85 0.87 0.5
Hex BC 11 EC 14 5D 0 7 11F 57 32
Octal 274 21 354 24 135 0 7 437 127 62
Binary 10111100 10001 11101100 10100 1011101 0 111 100011111 1010111 110010

Color Harmonies of #BC11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11EC

Black with #BC11EC

Text Example


Text Example

White with #BC11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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