#BC1CEC

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

Shades of Electric Purple #BC1CEC

Tints of Electric Purple #BC1CEC

Color information

#BC1CEC (or 0xBC1CEC) is unknown color: approx Electric Purple. HEX triplet: BC, 1C and EC. RGB value is (188,28,236). Sum of RGB (Red+Green+Blue) = 188+28+236=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CEC is #43E313. Grayscale: #626262. Windows color (decimal): -4449044 or 15473852. OLE color: 15473852.

HSL color Cylindrical-coordinate representation of color #BC1CEC: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1CEC is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18828236-
CMYK0.200.8800.07
HSL286.15º84.55%51.76%-
HSV(B)286.15º88.14%92.55%-
XYZ36.2917.5880.84-
YUV99.55205.01191.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 28 (11.33% from 255) = 6.19%
BLUE value IS 236 (92.58% from 255) = 52.21%
R=41.59%
G=6.19%
B=52.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188282360.200.8800.07286.1584.5551.76
HexBC1CEC14580711e5534
Octal27434354241300743612564
Binary10111100111001110110010100101100001111000111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1CEC; }

 p { color: rgb(188,28,236); }

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

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

 a { background-color: rgb(188,28,236); }

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

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

 span { border-color: rgb(188,28,236); }

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