Html Css Color HEX #BC17EF Electric Purple

📋 copy color: '#BC17EF'

red 188 ◦ green 23 ◦ blue 239

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

Shades of Electric Purple #BC17EF

Tints of Electric Purple #BC17EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 41.78%
G = 5.11%
B = 53.11%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC17EF (or 0xBC17EF) is known color: Electric Purple. HEX triplet: BC, 17 and EF. RGB value is (188,23,239). Sum of RGB (Red+Green+Blue) = 188+23+239=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17EF is #43E810. Grayscale: #606060. Windows color (decimal): -4450321 or 15669180. OLE color: 15669180.

HSL color Cylindrical-coordinate representation of color #BC17EF: hue angle of 285.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC17EF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 23 239 -
CMYK 0.21 0.90 0 0.06
HSL 285.83º 0.87% 0.51% -
HSV(B) 285.83º 0.9% 0.94% -
XYZ 36.63 17.54 83.12 -
YUV 96.96 208.16 192.94 -
System Red Green Blue C M Y K H S L
Decimal 188 23 239 0.21 0.90 0 0.06 285.83 0.87 0.51
Hex BC 17 EF 15 5A 0 6 11E 57 33
Octal 274 27 357 25 132 0 6 436 127 63
Binary 10111100 10111 11101111 10101 1011010 0 110 100011110 1010111 110011

Color Harmonies of #BC17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17EF

Black with #BC17EF

Text Example


Text Example

White with #BC17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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