#BF0FFC

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

Shades of Electric Purple #BF0FFC

Tints of Electric Purple #BF0FFC

Color information

#BF0FFC (or 0xBF0FFC) is unknown color: approx Electric Purple. HEX triplet: BF, 0F and FC. RGB value is (191,15,252). Sum of RGB (Red+Green+Blue) = 191+15+252=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF0FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FFC is #40F003. Grayscale: #5D5D5D. Windows color (decimal): -4255748 or 16519103. OLE color: 16519103.

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

Color convert

RGB19115252-
CMYK0.240.9400.01
HSL284.56º97.53%52.35%-
HSV(B)284.56º94.05%98.82%-
XYZ39.2318.4593.59-
YUV94.64216.81196.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 15 (6.25% from 255) = 3.28%
BLUE value IS 252 (98.83% from 255) = 55.02%
R=41.70%
G=3.28%
B=55.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal191152520.240.9400.01284.5697.5352.35
HexBFFFC185E0111d6234
Octal27717374301360143514264
Binary10111111111111111100110001011110011000111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0FFC; }

 p { color: rgb(191,15,252); }

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

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

 a { background-color: rgb(191,15,252); }

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

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

 span { border-color: rgb(191,15,252); }

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