Html Css Color HEX #BC14ED Electric Purple

📋 copy color: '#BC14ED'

red 188 ◦ green 20 ◦ blue 237

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

Shades of Electric Purple #BC14ED

Tints of Electric Purple #BC14ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 42.25%
G = 4.49%
B = 53.26%

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

#BC14ED (or 0xBC14ED) is known color: Electric Purple. HEX triplet: BC, 14 and ED. RGB value is (188,20,237). Sum of RGB (Red+Green+Blue) = 188+20+237=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC14ED is #43EB12. Grayscale: #5E5E5E. Windows color (decimal): -4451091 or 15537340. OLE color: 15537340.

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

Color convert

RGB 188 20 237 -
CMYK 0.21 0.92 0 0.07
HSL 286.45º 0.86% 0.5% -
HSV(B) 286.45º 0.92% 0.93% -
XYZ 36.28 17.31 81.55 -
YUV 94.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 188 20 237 0.21 0.92 0 0.07 286.45 0.86 0.5
Hex BC 14 ED 15 5C 0 7 11E 56 32
Octal 274 24 355 25 134 0 7 436 126 62
Binary 10111100 10100 11101101 10101 1011100 0 111 100011110 1010110 110010

Color Harmonies of #BC14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14ED

Black with #BC14ED

Text Example


Text Example

White with #BC14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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