Html Css Color HEX #BC20ED Electric Purple

📋 copy color: '#BC20ED'

red 188 ◦ green 32 ◦ blue 237

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

Shades of Electric Purple #BC20ED

Tints of Electric Purple #BC20ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7%

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

R = 41.14%
G = 7%
B = 51.86%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC20ED (or 0xBC20ED) is known color: Electric Purple. HEX triplet: BC, 20 and ED. RGB value is (188,32,237). Sum of RGB (Red+Green+Blue) = 188+32+237=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20ED is #43DF12. Grayscale: #656565. Windows color (decimal): -4448019 or 15540412. OLE color: 15540412.

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

Color convert

RGB 188 32 237 -
CMYK 0.21 0.86 0 0.07
HSL 285.66º 0.85% 0.53% -
HSV(B) 285.66º 0.86% 0.93% -
XYZ 36.54 17.84 81.64 -
YUV 102.01 204.18 189.33 -
System Red Green Blue C M Y K H S L
Decimal 188 32 237 0.21 0.86 0 0.07 285.66 0.85 0.53
Hex BC 20 ED 15 56 0 7 11E 55 35
Octal 274 40 355 25 126 0 7 436 125 65
Binary 10111100 100000 11101101 10101 1010110 0 111 100011110 1010101 110101

Color Harmonies of #BC20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20ED

Black with #BC20ED

Text Example


Text Example

White with #BC20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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