Html Css Color HEX #BC19FE Electric Purple

📋 copy color: '#BC19FE'

red 188 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #BC19FE

Tints of Electric Purple #BC19FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.35%

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

R = 40.26%
G = 5.35%
B = 54.39%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC19FE (or 0xBC19FE) is known color: Electric Purple. HEX triplet: BC, 19 and FE. RGB value is (188,25,254). Sum of RGB (Red+Green+Blue) = 188+25+254=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC19FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19FE is #43E601. Grayscale: #636363. Windows color (decimal): -4449794 or 16652732. OLE color: 16652732.

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

Color convert

RGB 188 25 254 -
CMYK 0.26 0.90 0 0.00
HSL 282.71º 0.99% 0.55% -
HSV(B) 282.71º 0.9% 1% -
XYZ 38.98 18.54 95.29 -
YUV 99.84 215 190.88 -
System Red Green Blue C M Y K H S L
Decimal 188 25 254 0.26 0.90 0 0.00 282.71 0.99 0.55
Hex BC 19 FE 1A 5A 0 0 11B 63 37
Octal 274 31 376 32 132 0 0 433 143 67
Binary 10111100 11001 11111110 11010 1011010 0 0 100011011 1100011 110111

Color Harmonies of #BC19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19FE

Black with #BC19FE

Text Example


Text Example

White with #BC19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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