#BC11E3

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

Shades of Electric Purple #BC11E3

Tints of Electric Purple #BC11E3

Color information

#BC11E3 (or 0xBC11E3) is unknown color: approx Electric Purple. HEX triplet: BC, 11 and E3. RGB value is (188,17,227). Sum of RGB (Red+Green+Blue) = 188+17+227=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 227 (89.06% from 255 or 52.55% from 432); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC11E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11E3 is #43EE1C. Grayscale: #5B5B5B. Windows color (decimal): -4451869 or 14881212. OLE color: 14881212.

HSL color Cylindrical-coordinate representation of color #BC11E3: hue angle of 288.86º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC11E3 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18817227-
CMYK0.170.9300.11
HSL288.86º86.07%47.84%-
HSV(B)288.86º92.51%89.02%-
XYZ34.816.6474.05-
YUV92.07204.15196.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 17 (7.03% from 255) = 3.94%
BLUE value IS 227 (89.06% from 255) = 52.55%
R=43.52%
G=3.94%
B=52.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188172270.170.9300.11288.8686.0747.84
HexBC11E3115D0B1215630
Octal274213432113501344112660
Binary101111001000111100011100011011101010111001000011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC11E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC11E3; }

 p { color: rgb(188,17,227); }

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

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

 a { background-color: rgb(188,17,227); }

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

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

 span { border-color: rgb(188,17,227); }

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