Html Css Color HEX #BC00EC Electric Purple

📋 copy color: '#BC00EC'

red 188 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #BC00EC

Tints of Electric Purple #BC00EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.34%
G = 0%
B = 55.66%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC00EC (or 0xBC00EC) is known color: Electric Purple. HEX triplet: BC, 00 and EC. RGB value is (188,0,236). Sum of RGB (Red+Green+Blue) = 188+0+236=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00EC is #43FF13. Grayscale: #525252. Windows color (decimal): -4456212 or 15466684. OLE color: 15466684.

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

Color convert

RGB 188 0 236 -
CMYK 0.20 1 0 0.07
HSL 287.8º 1% 0.46% -
HSV(B) 287.8º 1% 0.93% -
XYZ 35.88 16.75 80.7 -
YUV 83.12 214.28 202.81 -
System Red Green Blue C M Y K H S L
Decimal 188 0 236 0.20 1 0 0.07 287.8 1 0.46
Hex BC 0 EC 14 64 0 7 120 64 2E
Octal 274 0 354 24 144 0 7 440 144 56
Binary 10111100 0 11101100 10100 1100100 0 111 100100000 1100100 101110

Color Harmonies of #BC00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00EC

Black with #BC00EC

Text Example


Text Example

White with #BC00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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