Html Css Color HEX #BC28ED Electric Purple

📋 copy color: '#BC28ED'

red 188 ◦ green 40 ◦ blue 237

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

Shades of Electric Purple #BC28ED

Tints of Electric Purple #BC28ED

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.6%

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

R = 40.43%
G = 8.6%
B = 50.97%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC28ED (or 0xBC28ED) is known color: Electric Purple. HEX triplet: BC, 28 and ED. RGB value is (188,40,237). Sum of RGB (Red+Green+Blue) = 188+40+237=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28ED is #43D712. Grayscale: #6A6A6A. Windows color (decimal): -4445971 or 15542460. OLE color: 15542460.

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

Color convert

RGB 188 40 237 -
CMYK 0.21 0.83 0 0.07
HSL 285.08º 0.85% 0.54% -
HSV(B) 285.08º 0.83% 0.93% -
XYZ 36.78 18.32 81.72 -
YUV 106.71 201.53 185.98 -
System Red Green Blue C M Y K H S L
Decimal 188 40 237 0.21 0.83 0 0.07 285.08 0.85 0.54
Hex BC 28 ED 15 53 0 7 11D 55 36
Octal 274 50 355 25 123 0 7 435 125 66
Binary 10111100 101000 11101101 10101 1010011 0 111 100011101 1010101 110110

Color Harmonies of #BC28ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28ED

Black with #BC28ED

Text Example


Text Example

White with #BC28ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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