Html Css Color HEX #BC17FD Electric Purple

📋 copy color: '#BC17FD'

red 188 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #BC17FD

Tints of Electric Purple #BC17FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 40.52%
G = 4.96%
B = 54.53%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC17FD (or 0xBC17FD) is known color: Electric Purple. HEX triplet: BC, 17 and FD. RGB value is (188,23,253). Sum of RGB (Red+Green+Blue) = 188+23+253=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC17FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17FD is #43E802. Grayscale: #616161. Windows color (decimal): -4450307 or 16586684. OLE color: 16586684.

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

Color convert

RGB 188 23 253 -
CMYK 0.26 0.91 0 0.01
HSL 283.04º 0.98% 0.54% -
HSV(B) 283.04º 0.91% 0.99% -
XYZ 38.78 18.4 94.44 -
YUV 98.56 215.16 191.8 -
System Red Green Blue C M Y K H S L
Decimal 188 23 253 0.26 0.91 0 0.01 283.04 0.98 0.54
Hex BC 17 FD 1A 5B 0 1 11B 62 36
Octal 274 27 375 32 133 0 1 433 142 66
Binary 10111100 10111 11111101 11010 1011011 0 1 100011011 1100010 110110

Color Harmonies of #BC17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17FD

Black with #BC17FD

Text Example


Text Example

White with #BC17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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