#bf17e7

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

Shades of Electric Purple #BF17E7

Tints of Electric Purple #BF17E7

Color information

#BF17E7 (or 0xBF17E7) is unknown color: approx Electric Purple. HEX triplet: BF, 17 and E7. RGB value is (191,23,231). Sum of RGB (Red+Green+Blue) = 191+23+231=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF17E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17E7 is #40E818. Grayscale: #606060. Windows color (decimal): -4253721 or 15144895. OLE color: 15144895.

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

Color convert

RGB19123231-
CMYK0.170.9000.09
HSL288.46º81.89%49.8%-
HSV(B)288.46º90.04%90.59%-
XYZ36.2217.4677.06-
YUV96.94203.66195.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 23 (9.38% from 255) = 5.17%
BLUE value IS 231 (90.62% from 255) = 51.91%
R=42.92%
G=5.17%
B=51.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191232310.170.9000.09288.4681.8949.8
HexBF17E7115A091205232
Octal277273472113201144012262
Binary101111111011111100111100011011010010011001000001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf17e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf17e7; }

 p { color: rgb(191,23,231); }

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

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

 a { background-color: rgb(191,23,231); }

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

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

 span { border-color: rgb(191,23,231); }

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