#BC1BF7

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

Shades of Electric Purple #BC1BF7

Tints of Electric Purple #BC1BF7

Color information

#BC1BF7 (or 0xBC1BF7) is unknown color: approx Electric Purple. HEX triplet: BC, 1B and F7. RGB value is (188,27,247). Sum of RGB (Red+Green+Blue) = 188+27+247=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC1BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BF7 is #43E408. Grayscale: #636363. Windows color (decimal): -4449289 or 16194492. OLE color: 16194492.

HSL color Cylindrical-coordinate representation of color #BC1BF7: hue angle of 283.91º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1BF7 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18827247-
CMYK0.240.8900.03
HSL283.91º93.22%53.73%-
HSV(B)283.91º89.07%96.86%-
XYZ37.9218.1989.51-
YUV100.22210.84190.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 27 (10.94% from 255) = 5.84%
BLUE value IS 247 (96.88% from 255) = 53.46%
R=40.69%
G=5.84%
B=53.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188272470.240.8900.03283.9193.2253.73
HexBC1BF718590311c5d36
Octal27433367301310343413566
Binary1011110011011111101111100010110010111000111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1BF7; }

 p { color: rgb(188,27,247); }

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

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

 a { background-color: rgb(188,27,247); }

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

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

 span { border-color: rgb(188,27,247); }

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