Html Css Color HEX #BC13EA Electric Purple

📋 copy color: '#BC13EA'

red 188 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #BC13EA

Tints of Electric Purple #BC13EA

RGB

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

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

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

R = 42.63%
G = 4.31%
B = 53.06%

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

#BC13EA (or 0xBC13EA) is known color: Electric Purple. HEX triplet: BC, 13 and EA. RGB value is (188,19,234). Sum of RGB (Red+Green+Blue) = 188+19+234=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC13EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC13EA is #43EC15. Grayscale: #5D5D5D. Windows color (decimal): -4451350 or 15340476. OLE color: 15340476.

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

Color convert

RGB 188 19 234 -
CMYK 0.20 0.92 0 0.08
HSL 287.16º 0.85% 0.5% -
HSV(B) 287.16º 0.92% 0.92% -
XYZ 35.82 17.1 79.25 -
YUV 94.04 206.99 195.02 -
System Red Green Blue C M Y K H S L
Decimal 188 19 234 0.20 0.92 0 0.08 287.16 0.85 0.5
Hex BC 13 EA 14 5C 0 8 11F 55 32
Octal 274 23 352 24 134 0 10 437 125 62
Binary 10111100 10011 11101010 10100 1011100 0 1000 100011111 1010101 110010

Color Harmonies of #BC13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13EA

Black with #BC13EA

Text Example


Text Example

White with #BC13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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