#BC17E2

Color #BC17E2 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BC17E2

Tints of Electric Purple #BC17E2

Color information

#BC17E2 (or 0xBC17E2) is unknown color: approx Electric Purple. HEX triplet: BC, 17 and E2. RGB value is (188,23,226). Sum of RGB (Red+Green+Blue) = 188+23+226=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 226 (88.67% from 255 or 51.72% from 437); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC17E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17E2 is #43E81D. Grayscale: #5E5E5E. Windows color (decimal): -4450334 or 14817212. OLE color: 14817212.

HSL color Cylindrical-coordinate representation of color #BC17E2: hue angle of 288.77º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC17E2 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18823226-
CMYK0.170.9000.11
HSL288.77º81.53%48.82%-
HSV(B)288.77º89.82%88.63%-
XYZ34.7716.873.36-
YUV95.48201.66193.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 23 (9.38% from 255) = 5.26%
BLUE value IS 226 (88.67% from 255) = 51.72%
R=43.02%
G=5.26%
B=51.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188232260.170.9000.11288.7781.5348.82
HexBC17E2115A0B1215231
Octal274273422113201344112261
Binary101111001011111100010100011011010010111001000011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC17E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC17E2; }

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

 H1.HeaderClassName
 {
   color: #BC17E2;
 }
 .AnyTagClassName
 {
   color: #BC17E2;
 }
</style>
background-color css

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

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

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

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

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

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