Html Css Color HEX #BC11EF Electric Purple

📋 copy color: '#BC11EF'

red 188 ◦ green 17 ◦ blue 239

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

Shades of Electric Purple #BC11EF

Tints of Electric Purple #BC11EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.83%

R = 42.34%
G = 3.83%
B = 53.83%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC11EF (or 0xBC11EF) is known color: Electric Purple. HEX triplet: BC, 11 and EF. RGB value is (188,17,239). Sum of RGB (Red+Green+Blue) = 188+17+239=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC11EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11EF is #43EE10. Grayscale: #5C5C5C. Windows color (decimal): -4451857 or 15667644. OLE color: 15667644.

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

Color convert

RGB 188 17 239 -
CMYK 0.21 0.93 0 0.06
HSL 286.22º 0.87% 0.5% -
HSV(B) 286.22º 0.93% 0.94% -
XYZ 36.52 17.32 83.08 -
YUV 93.44 210.15 195.45 -
System Red Green Blue C M Y K H S L
Decimal 188 17 239 0.21 0.93 0 0.06 286.22 0.87 0.5
Hex BC 11 EF 15 5D 0 6 11E 57 32
Octal 274 21 357 25 135 0 6 436 127 62
Binary 10111100 10001 11101111 10101 1011101 0 110 100011110 1010111 110010

Color Harmonies of #BC11EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11EF

Black with #BC11EF

Text Example


Text Example

White with #BC11EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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