Html Css Color HEX #BC04FE Electric Purple

📋 copy color: '#BC04FE'

red 188 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #BC04FE

Tints of Electric Purple #BC04FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 42.15%
G = 0.9%
B = 56.95%

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

#BC04FE (or 0xBC04FE) is known color: Electric Purple. HEX triplet: BC, 04 and FE. RGB value is (188,4,254). Sum of RGB (Red+Green+Blue) = 188+4+254=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04FE is #43FB01. Grayscale: #565656. Windows color (decimal): -4455170 or 16647356. OLE color: 16647356.

HSL color Cylindrical-coordinate representation of color #BC04FE: hue angle of 284.16º 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 #BC04FE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 4 254 -
CMYK 0.26 0.98 0 0.00
HSL 284.16º 0.99% 0.51% -
HSV(B) 284.16º 0.98% 1% -
XYZ 38.67 17.93 95.19 -
YUV 87.52 221.96 199.67 -
System Red Green Blue C M Y K H S L
Decimal 188 4 254 0.26 0.98 0 0.00 284.16 0.99 0.51
Hex BC 4 FE 1A 62 0 0 11C 63 33
Octal 274 4 376 32 142 0 0 434 143 63
Binary 10111100 100 11111110 11010 1100010 0 0 100011100 1100011 110011

Color Harmonies of #BC04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04FE

Black with #BC04FE

Text Example


Text Example

White with #BC04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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