#BF03FB

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

Shades of Electric Purple #BF03FB

Tints of Electric Purple #BF03FB

Color information

#BF03FB (or 0xBF03FB) is unknown color: approx Electric Purple. HEX triplet: BF, 03 and FB. RGB value is (191,3,251). Sum of RGB (Red+Green+Blue) = 191+3+251=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF03FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF03FB is #40FC04. Grayscale: #565656. Windows color (decimal): -4258821 or 16450495. OLE color: 16450495.

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

Color convert

RGB1913251-
CMYK0.240.9900.02
HSL285.48º97.64%49.8%-
HSV(B)285.48º98.8%98.43%-
XYZ38.9318.1192.71-
YUV87.48220.28201.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 251 (98.44% from 255) = 56.40%
R=42.92%
G=0.67%
B=56.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19132510.240.9900.02285.4897.6449.8
HexBF3FB18630211d6232
Octal2773373301430243514262
Binary1011111111111110111100011000110101000111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF03FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF03FB; }

 p { color: rgb(191,3,251); }

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

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

 a { background-color: rgb(191,3,251); }

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

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

 span { border-color: rgb(191,3,251); }

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