#BF2CF9

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

Shades of Electric Purple #BF2CF9

Tints of Electric Purple #BF2CF9

Color information

#BF2CF9 (or 0xBF2CF9) is unknown color: approx Electric Purple. HEX triplet: BF, 2C and F9. RGB value is (191,44,249). Sum of RGB (Red+Green+Blue) = 191+44+249=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CF9 is #40D306. Grayscale: #6E6E6E. Windows color (decimal): -4248327 or 16329919. OLE color: 16329919.

HSL color Cylindrical-coordinate representation of color #BF2CF9: hue angle of 283.02º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2CF9 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19144249-
CMYK0.230.8200.02
HSL283.02º94.47%57.45%-
HSV(B)283.02º82.33%97.65%-
XYZ39.4919.7291.35-
YUV111.32205.7184.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 44 (17.58% from 255) = 9.09%
BLUE value IS 249 (97.66% from 255) = 51.45%
R=39.46%
G=9.09%
B=51.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191442490.230.8200.02283.0294.4757.45
HexBF2CF917520211b5e39
Octal27754371271220243313671
Binary10111111101100111110011011110100100101000110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2CF9; }

 p { color: rgb(191,44,249); }

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

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

 a { background-color: rgb(191,44,249); }

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

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

 span { border-color: rgb(191,44,249); }

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