Html Css Color HEX #BC28EF Electric Purple

📋 copy color: '#BC28EF'

red 188 ◦ green 40 ◦ blue 239

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

Shades of Electric Purple #BC28EF

Tints of Electric Purple #BC28EF

RGB

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

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

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

R = 40.26%
G = 8.57%
B = 51.18%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC28EF (or 0xBC28EF) is known color: Electric Purple. HEX triplet: BC, 28 and EF. RGB value is (188,40,239). Sum of RGB (Red+Green+Blue) = 188+40+239=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28EF is #43D710. Grayscale: #6A6A6A. Windows color (decimal): -4445969 or 15673532. OLE color: 15673532.

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

Color convert

RGB 188 40 239 -
CMYK 0.21 0.83 0 0.06
HSL 284.62º 0.86% 0.55% -
HSV(B) 284.62º 0.83% 0.94% -
XYZ 37.08 18.44 83.27 -
YUV 106.94 202.53 185.82 -
System Red Green Blue C M Y K H S L
Decimal 188 40 239 0.21 0.83 0 0.06 284.62 0.86 0.55
Hex BC 28 EF 15 53 0 6 11D 56 37
Octal 274 50 357 25 123 0 6 435 126 67
Binary 10111100 101000 11101111 10101 1010011 0 110 100011101 1010110 110111

Color Harmonies of #BC28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28EF

Black with #BC28EF

Text Example


Text Example

White with #BC28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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