Html Css Color HEX #BC17F7 Electric Purple

📋 copy color: '#BC17F7'

red 188 ◦ green 23 ◦ blue 247

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

Shades of Electric Purple #BC17F7

Tints of Electric Purple #BC17F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.93%

R = 41.05%
G = 5.02%
B = 53.93%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC17F7 (or 0xBC17F7) is known color: Electric Purple. HEX triplet: BC, 17 and F7. RGB value is (188,23,247). Sum of RGB (Red+Green+Blue) = 188+23+247=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC17F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17F7 is #43E808. Grayscale: #616161. Windows color (decimal): -4450313 or 16193468. OLE color: 16193468.

HSL color Cylindrical-coordinate representation of color #BC17F7: hue angle of 284.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC17F7 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 23 247 -
CMYK 0.24 0.91 0 0.03
HSL 284.2º 0.93% 0.53% -
HSV(B) 284.2º 0.91% 0.97% -
XYZ 37.83 18.02 89.48 -
YUV 97.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 188 23 247 0.24 0.91 0 0.03 284.2 0.93 0.53
Hex BC 17 F7 18 5B 0 3 11C 5D 35
Octal 274 27 367 30 133 0 3 434 135 65
Binary 10111100 10111 11110111 11000 1011011 0 11 100011100 1011101 110101

Color Harmonies of #BC17F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17F7

Black with #BC17F7

Text Example


Text Example

White with #BC17F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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