#BF17E9

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

Shades of Electric Purple #BF17E9

Tints of Electric Purple #BF17E9

Color information

#BF17E9 (or 0xBF17E9) is unknown color: approx Electric Purple. HEX triplet: BF, 17 and E9. RGB value is (191,23,233). Sum of RGB (Red+Green+Blue) = 191+23+233=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF17E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17E9 is #40E816. Grayscale: #606060. Windows color (decimal): -4253719 or 15275967. OLE color: 15275967.

HSL color Cylindrical-coordinate representation of color #BF17E9: hue angle of 288º degrees, saturation: 0.83, 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 #BF17E9 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19123233-
CMYK0.180.9000.09
HSL288º82.68%50.2%-
HSV(B)288º90.13%91.37%-
XYZ36.517.5778.56-
YUV97.17204.66194.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 23 (9.38% from 255) = 5.15%
BLUE value IS 233 (91.41% from 255) = 52.13%
R=42.73%
G=5.15%
B=52.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191232330.180.9000.0928882.6850.2
HexBF17E9125A091205332
Octal277273512213201144012362
Binary101111111011111101001100101011010010011001000001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF17E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF17E9; }

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

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

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

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

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

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

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

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