#bf1ee3

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

Shades of Electric Purple #BF1EE3

Tints of Electric Purple #BF1EE3

Color information

#BF1EE3 (or 0xBF1EE3) is unknown color: approx Electric Purple. HEX triplet: BF, 1E and E3. RGB value is (191,30,227). Sum of RGB (Red+Green+Blue) = 191+30+227=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 227 (89.06% from 255 or 50.67% from 448); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF1EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EE3 is #40E11C. Grayscale: #636363. Windows color (decimal): -4251933 or 14884543. OLE color: 14884543.

HSL color Cylindrical-coordinate representation of color #BF1EE3: hue angle of 289.04º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1EE3 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19130227-
CMYK0.160.8700.11
HSL289.04º77.87%50.39%-
HSV(B)289.04º86.78%89.02%-
XYZ35.8217.5574.17-
YUV100.6199.34192.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 30 (12.11% from 255) = 6.70%
BLUE value IS 227 (89.06% from 255) = 50.67%
R=42.63%
G=6.70%
B=50.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191302270.160.8700.11289.0477.8750.39
HexBF1EE310570B1214e32
Octal277363432012701344111662
Binary101111111111011100011100001010111010111001000011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1ee3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1ee3; }

 p { color: rgb(191,30,227); }

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

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

 a { background-color: rgb(191,30,227); }

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

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

 span { border-color: rgb(191,30,227); }

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