#B017FC

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

Shades of Electric Purple #B017FC

Tints of Electric Purple #B017FC

Color information

#B017FC (or 0xB017FC) is unknown color: approx Electric Purple. HEX triplet: B0, 17 and FC. RGB value is (176,23,252). Sum of RGB (Red+Green+Blue) = 176+23+252=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #B017FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017FC is #4FE803. Grayscale: #5E5E5E. Windows color (decimal): -5236740 or 16521136. OLE color: 16521136.

HSL color Cylindrical-coordinate representation of color #B017FC: hue angle of 280.09º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B017FC is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17623252-
CMYK0.300.9100.01
HSL280.09º97.45%53.92%-
HSV(B)280.09º90.87%98.82%-
XYZ35.7816.8793.47-
YUV94.85216.69185.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 23 (9.38% from 255) = 5.10%
BLUE value IS 252 (98.83% from 255) = 55.88%
R=39.02%
G=5.10%
B=55.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal176232520.300.9100.01280.0997.4553.92
HexB017FC1E5B011186136
Octal26027374361330143014166
Binary101100001011111111100111101011011011000110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B017FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B017FC; }

 p { color: rgb(176,23,252); }

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

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

 a { background-color: rgb(176,23,252); }

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

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

 span { border-color: rgb(176,23,252); }

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