#BF2CFF

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

Shades of Electric Purple #BF2CFF

Tints of Electric Purple #BF2CFF

Color information

#BF2CFF (or 0xBF2CFF) is unknown color: approx Electric Purple. HEX triplet: BF, 2C and FF. RGB value is (191,44,255). Sum of RGB (Red+Green+Blue) = 191+44+255=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 44 (17.58% from 255 or 8.98% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF2CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CFF is #40D300. Grayscale: #6F6F6F. Windows color (decimal): -4248321 or 16723135. OLE color: 16723135.

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

Color convert

RGB19144255-
CMYK0.250.8300
HSL281.8º100%58.63%-
HSV(B)281.8º82.75%100%-
XYZ40.4420.196.36-
YUV112.01208.7184.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 44 (17.58% from 255) = 8.98%
BLUE value IS 255 (100% from 255) = 52.04%
R=38.98%
G=8.98%
B=52.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191442550.250.8300281.810058.63
HexBF2CFF19530011a643b
Octal27754377311230043214473
Binary1011111110110011111111110011010011001000110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2CFF; }

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

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

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

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

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

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

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

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