Html Css Color HEX #BC13EF Electric Purple

📋 copy color: '#BC13EF'

red 188 ◦ green 19 ◦ blue 239

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

Shades of Electric Purple #BC13EF

Tints of Electric Purple #BC13EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 42.15%
G = 4.26%
B = 53.59%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC13EF (or 0xBC13EF) is known color: Electric Purple. HEX triplet: BC, 13 and EF. RGB value is (188,19,239). Sum of RGB (Red+Green+Blue) = 188+19+239=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC13EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC13EF is #43EC10. Grayscale: #5D5D5D. Windows color (decimal): -4451345 or 15668156. OLE color: 15668156.

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

Color convert

RGB 188 19 239 -
CMYK 0.21 0.92 0 0.06
HSL 286.09º 0.87% 0.51% -
HSV(B) 286.09º 0.92% 0.94% -
XYZ 36.55 17.39 83.09 -
YUV 94.61 209.49 194.61 -
System Red Green Blue C M Y K H S L
Decimal 188 19 239 0.21 0.92 0 0.06 286.09 0.87 0.51
Hex BC 13 EF 15 5C 0 6 11E 57 33
Octal 274 23 357 25 134 0 6 436 127 63
Binary 10111100 10011 11101111 10101 1011100 0 110 100011110 1010111 110011

Color Harmonies of #BC13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13EF

Black with #BC13EF

Text Example


Text Example

White with #BC13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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