Html Css Color HEX #BC18ED Electric Purple

📋 copy color: '#BC18ED'

red 188 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #BC18ED

Tints of Electric Purple #BC18ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.35%

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 41.87%
G = 5.35%
B = 52.78%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC18ED (or 0xBC18ED) is known color: Electric Purple. HEX triplet: BC, 18 and ED. RGB value is (188,24,237). Sum of RGB (Red+Green+Blue) = 188+24+237=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18ED is #43E712. Grayscale: #606060. Windows color (decimal): -4450067 or 15538364. OLE color: 15538364.

HSL color Cylindrical-coordinate representation of color #BC18ED: hue angle of 286.2º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC18ED is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 24 237 -
CMYK 0.21 0.90 0 0.07
HSL 286.2º 0.86% 0.51% -
HSV(B) 286.2º 0.9% 0.93% -
XYZ 36.35 17.46 81.57 -
YUV 97.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 188 24 237 0.21 0.90 0 0.07 286.2 0.86 0.51
Hex BC 18 ED 15 5A 0 7 11E 56 33
Octal 274 30 355 25 132 0 7 436 126 63
Binary 10111100 11000 11101101 10101 1011010 0 111 100011110 1010110 110011

Color Harmonies of #BC18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18ED

Black with #BC18ED

Text Example


Text Example

White with #BC18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18ED; }

 p { color: rgb(188,24,237); }

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

background-color css

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

 a { background-color: rgb(188,24,237); }

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

border-color css

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

 span { border-color: rgb(188,24,237); }

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