Html Css Color HEX #BC17FE Electric Purple

📋 copy color: '#BC17FE'

red 188 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #BC17FE

Tints of Electric Purple #BC17FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.95%

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

R = 40.43%
G = 4.95%
B = 54.62%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC17FE (or 0xBC17FE) is known color: Electric Purple. HEX triplet: BC, 17 and FE. RGB value is (188,23,254). Sum of RGB (Red+Green+Blue) = 188+23+254=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17FE is #43E801. Grayscale: #616161. Windows color (decimal): -4450306 or 16652220. OLE color: 16652220.

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

Color convert

RGB 188 23 254 -
CMYK 0.26 0.91 0 0.00
HSL 282.86º 0.99% 0.54% -
HSV(B) 282.86º 0.91% 1% -
XYZ 38.93 18.46 95.28 -
YUV 98.67 215.66 191.72 -
System Red Green Blue C M Y K H S L
Decimal 188 23 254 0.26 0.91 0 0.00 282.86 0.99 0.54
Hex BC 17 FE 1A 5B 0 0 11B 63 36
Octal 274 27 376 32 133 0 0 433 143 66
Binary 10111100 10111 11111110 11010 1011011 0 0 100011011 1100011 110110

Color Harmonies of #BC17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17FE

Black with #BC17FE

Text Example


Text Example

White with #BC17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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