#BF26ED

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

Shades of Electric Purple #BF26ED

Tints of Electric Purple #BF26ED

Color information

#BF26ED (or 0xBF26ED) is unknown color: approx Electric Purple. HEX triplet: BF, 26 and ED. RGB value is (191,38,237). Sum of RGB (Red+Green+Blue) = 191+38+237=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF26ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF26ED is #40D912. Grayscale: #696969. Windows color (decimal): -4249875 or 15541951. OLE color: 15541951.

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

Color convert

RGB19138237-
CMYK0.190.8400.07
HSL286.13º84.68%53.92%-
HSV(B)286.13º83.97%92.94%-
XYZ37.4718.5881.73-
YUV106.43201.69188.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 38 (15.23% from 255) = 8.15%
BLUE value IS 237 (92.97% from 255) = 50.86%
R=40.99%
G=8.15%
B=50.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191382370.190.8400.07286.1384.6853.92
HexBF26ED13540711e5536
Octal27746355231240743612566
Binary101111111001101110110110011101010001111000111101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF26ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF26ED; }

 p { color: rgb(191,38,237); }

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

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

 a { background-color: rgb(191,38,237); }

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

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

 span { border-color: rgb(191,38,237); }

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