Html Css Color HEX #BC28FE Electric Purple

📋 copy color: '#BC28FE'

red 188 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #BC28FE

Tints of Electric Purple #BC28FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 39%
G = 8.3%
B = 52.7%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC28FE (or 0xBC28FE) is known color: Electric Purple. HEX triplet: BC, 28 and FE. RGB value is (188,40,254). Sum of RGB (Red+Green+Blue) = 188+40+254=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC28FE is #43D701. Grayscale: #6B6B6B. Windows color (decimal): -4445954 or 16656572. OLE color: 16656572.

HSL color Cylindrical-coordinate representation of color #BC28FE: hue angle of 281.5º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC28FE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 40 254 -
CMYK 0.26 0.84 0 0.00
HSL 281.5º 0.99% 0.58% -
HSV(B) 281.5º 0.84% 1% -
XYZ 39.39 19.36 95.43 -
YUV 108.65 210.03 184.6 -
System Red Green Blue C M Y K H S L
Decimal 188 40 254 0.26 0.84 0 0.00 281.5 0.99 0.58
Hex BC 28 FE 1A 54 0 0 119 63 3A
Octal 274 50 376 32 124 0 0 431 143 72
Binary 10111100 101000 11111110 11010 1010100 0 0 100011001 1100011 111010

Color Harmonies of #BC28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28FE

Black with #BC28FE

Text Example


Text Example

White with #BC28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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