Html Css Color HEX #BC14EE Electric Purple

📋 copy color: '#BC14EE'

red 188 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #BC14EE

Tints of Electric Purple #BC14EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 42.15%
G = 4.48%
B = 53.36%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC14EE (or 0xBC14EE) is known color: Electric Purple. HEX triplet: BC, 14 and EE. RGB value is (188,20,238). Sum of RGB (Red+Green+Blue) = 188+20+238=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC14EE is #43EB11. Grayscale: #5E5E5E. Windows color (decimal): -4451090 or 15602876. OLE color: 15602876.

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

Color convert

RGB 188 20 238 -
CMYK 0.21 0.92 0 0.07
HSL 286.24º 0.87% 0.51% -
HSV(B) 286.24º 0.92% 0.93% -
XYZ 36.42 17.36 82.32 -
YUV 95.08 208.66 194.27 -
System Red Green Blue C M Y K H S L
Decimal 188 20 238 0.21 0.92 0 0.07 286.24 0.87 0.51
Hex BC 14 EE 15 5C 0 7 11E 57 33
Octal 274 24 356 25 134 0 7 436 127 63
Binary 10111100 10100 11101110 10101 1011100 0 111 100011110 1010111 110011

Color Harmonies of #BC14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14EE

Black with #BC14EE

Text Example


Text Example

White with #BC14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14EE; }

 p { color: rgb(188,20,238); }

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

background-color css

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

 a { background-color: rgb(188,20,238); }

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

border-color css

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

 span { border-color: rgb(188,20,238); }

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