Html Css Color HEX #BC12EA Electric Purple

📋 copy color: '#BC12EA'

red 188 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #BC12EA

Tints of Electric Purple #BC12EA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.09%

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 42.73%
G = 4.09%
B = 53.18%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC12EA (or 0xBC12EA) is known color: Electric Purple. HEX triplet: BC, 12 and EA. RGB value is (188,18,234). Sum of RGB (Red+Green+Blue) = 188+18+234=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC12EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC12EA is #43ED15. Grayscale: #5C5C5C. Windows color (decimal): -4451606 or 15340220. OLE color: 15340220.

HSL color Cylindrical-coordinate representation of color #BC12EA: hue angle of 287.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC12EA is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 18 234 -
CMYK 0.20 0.92 0 0.08
HSL 287.22º 0.86% 0.49% -
HSV(B) 287.22º 0.92% 0.92% -
XYZ 35.81 17.06 79.25 -
YUV 93.45 207.32 195.44 -
System Red Green Blue C M Y K H S L
Decimal 188 18 234 0.20 0.92 0 0.08 287.22 0.86 0.49
Hex BC 12 EA 14 5C 0 8 11F 56 31
Octal 274 22 352 24 134 0 10 437 126 61
Binary 10111100 10010 11101010 10100 1011100 0 1000 100011111 1010110 110001

Color Harmonies of #BC12EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12EA

Black with #BC12EA

Text Example


Text Example

White with #BC12EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12EA; }

 p { color: rgb(188,18,234); }

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

background-color css

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

 a { background-color: rgb(188,18,234); }

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

border-color css

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

 span { border-color: rgb(188,18,234); }

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