#BF2BFF

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

Shades of Electric Purple #BF2BFF

Tints of Electric Purple #BF2BFF

Color information

#BF2BFF (or 0xBF2BFF) is unknown color: approx Electric Purple. HEX triplet: BF, 2B and FF. RGB value is (191,43,255). Sum of RGB (Red+Green+Blue) = 191+43+255=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2BFF is #40D400. Grayscale: #6E6E6E. Windows color (decimal): -4248577 or 16722879. OLE color: 16722879.

HSL color Cylindrical-coordinate representation of color #BF2BFF: hue angle of 281.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2BFF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19143255-
CMYK0.250.8300
HSL281.89º100%58.43%-
HSV(B)281.89º83.14%100%-
XYZ40.420.0296.34-
YUV111.42209.03184.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 43 (17.19% from 255) = 8.79%
BLUE value IS 255 (100% from 255) = 52.15%
R=39.06%
G=8.79%
B=52.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191432550.250.8300281.8910058.43
HexBF2BFF19530011a643a
Octal27753377311230043214472
Binary1011111110101111111111110011010011001000110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2BFF; }

 p { color: rgb(191,43,255); }

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

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

 a { background-color: rgb(191,43,255); }

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

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

 span { border-color: rgb(191,43,255); }

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