Html Css Color HEX #BC28EE Electric Purple

📋 copy color: '#BC28EE'

red 188 ◦ green 40 ◦ blue 238

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

Shades of Electric Purple #BC28EE

Tints of Electric Purple #BC28EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 40.34%
G = 8.58%
B = 51.07%

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

#BC28EE (or 0xBC28EE) is known color: Electric Purple. HEX triplet: BC, 28 and EE. RGB value is (188,40,238). Sum of RGB (Red+Green+Blue) = 188+40+238=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC28EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28EE is #43D711. Grayscale: #6A6A6A. Windows color (decimal): -4445970 or 15607996. OLE color: 15607996.

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

Color convert

RGB 188 40 238 -
CMYK 0.21 0.83 0 0.07
HSL 284.85º 0.85% 0.55% -
HSV(B) 284.85º 0.83% 0.93% -
XYZ 36.93 18.38 82.49 -
YUV 106.82 202.03 185.9 -
System Red Green Blue C M Y K H S L
Decimal 188 40 238 0.21 0.83 0 0.07 284.85 0.85 0.55
Hex BC 28 EE 15 53 0 7 11D 55 37
Octal 274 50 356 25 123 0 7 435 125 67
Binary 10111100 101000 11101110 10101 1010011 0 111 100011101 1010101 110111

Color Harmonies of #BC28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28EE

Black with #BC28EE

Text Example


Text Example

White with #BC28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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