#BC1CF1

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

Shades of Electric Purple #BC1CF1

Tints of Electric Purple #BC1CF1

Color information

#BC1CF1 (or 0xBC1CF1) is unknown color: approx Electric Purple. HEX triplet: BC, 1C and F1. RGB value is (188,28,241). Sum of RGB (Red+Green+Blue) = 188+28+241=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC1CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CF1 is #43E30E. Grayscale: #636363. Windows color (decimal): -4449039 or 15801532. OLE color: 15801532.

HSL color Cylindrical-coordinate representation of color #BC1CF1: hue angle of 285.07º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1CF1 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18828241-
CMYK0.220.8800.05
HSL285.07º88.38%52.75%-
HSV(B)285.07º88.38%94.51%-
XYZ37.0317.8784.72-
YUV100.12207.51190.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 28 (11.33% from 255) = 6.13%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=41.14%
G=6.13%
B=52.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188282410.220.8800.05285.0788.3852.75
HexBC1CF116580511d5835
Octal27434361261300543513065
Binary10111100111001111000110110101100001011000111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1CF1; }

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

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

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

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

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

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

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

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