Html Css Color HEX #BC13EC Electric Purple

📋 copy color: '#BC13EC'

red 188 ◦ green 19 ◦ blue 236

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

Shades of Electric Purple #BC13EC

Tints of Electric Purple #BC13EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.29%

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

R = 42.44%
G = 4.29%
B = 53.27%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC13EC (or 0xBC13EC) is known color: Electric Purple. HEX triplet: BC, 13 and EC. RGB value is (188,19,236). Sum of RGB (Red+Green+Blue) = 188+19+236=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC13EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC13EC is #43EC13. Grayscale: #5D5D5D. Windows color (decimal): -4451348 or 15471548. OLE color: 15471548.

HSL color Cylindrical-coordinate representation of color #BC13EC: hue angle of 286.73º degrees, saturation: 0.85, 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 #BC13EC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 19 236 -
CMYK 0.20 0.92 0 0.07
HSL 286.73º 0.85% 0.5% -
HSV(B) 286.73º 0.92% 0.93% -
XYZ 36.11 17.21 80.78 -
YUV 94.27 207.99 194.86 -
System Red Green Blue C M Y K H S L
Decimal 188 19 236 0.20 0.92 0 0.07 286.73 0.85 0.5
Hex BC 13 EC 14 5C 0 7 11F 55 32
Octal 274 23 354 24 134 0 7 437 125 62
Binary 10111100 10011 11101100 10100 1011100 0 111 100011111 1010101 110010

Color Harmonies of #BC13EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13EC

Black with #BC13EC

Text Example


Text Example

White with #BC13EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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