Html Css Color HEX #BC05FE Electric Purple

📋 copy color: '#BC05FE'

red 188 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #BC05FE

Tints of Electric Purple #BC05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

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

R = 42.06%
G = 1.12%
B = 56.82%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC05FE (or 0xBC05FE) is known color: Electric Purple. HEX triplet: BC, 05 and FE. RGB value is (188,5,254). Sum of RGB (Red+Green+Blue) = 188+5+254=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC05FE is #43FA01. Grayscale: #575757. Windows color (decimal): -4454914 or 16647612. OLE color: 16647612.

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

Color convert

RGB 188 5 254 -
CMYK 0.26 0.98 0 0.00
HSL 284.1º 0.99% 0.51% -
HSV(B) 284.1º 0.98% 1% -
XYZ 38.68 17.96 95.19 -
YUV 88.1 221.63 199.25 -
System Red Green Blue C M Y K H S L
Decimal 188 5 254 0.26 0.98 0 0.00 284.1 0.99 0.51
Hex BC 5 FE 1A 62 0 0 11C 63 33
Octal 274 5 376 32 142 0 0 434 143 63
Binary 10111100 101 11111110 11010 1100010 0 0 100011100 1100011 110011

Color Harmonies of #BC05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC05FE

Black with #BC05FE

Text Example


Text Example

White with #BC05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC05FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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