#BF10FA

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

Shades of Electric Purple #BF10FA

Tints of Electric Purple #BF10FA

Color information

#BF10FA (or 0xBF10FA) is unknown color: approx Electric Purple. HEX triplet: BF, 10 and FA. RGB value is (191,16,250). Sum of RGB (Red+Green+Blue) = 191+16+250=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF10FA is #40EF05. Grayscale: #5E5E5E. Windows color (decimal): -4255494 or 16388287. OLE color: 16388287.

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

Color convert

RGB19116250-
CMYK0.240.9400.02
HSL284.87º95.9%52.16%-
HSV(B)284.87º93.6%98.04%-
XYZ38.9318.3591.93-
YUV95215.48196.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 16 (6.64% from 255) = 3.50%
BLUE value IS 250 (98.05% from 255) = 54.70%
R=41.79%
G=3.50%
B=54.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191162500.240.9400.02284.8795.952.16
HexBF10FA185E0211d6034
Octal27720372301360243514064
Binary1011111110000111110101100010111100101000111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF10FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF10FA; }

 p { color: rgb(191,16,250); }

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

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

 a { background-color: rgb(191,16,250); }

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

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

 span { border-color: rgb(191,16,250); }

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