#B016F5

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

Shades of Electric Purple #B016F5

Tints of Electric Purple #B016F5

Color information

#B016F5 (or 0xB016F5) is unknown color: approx Electric Purple. HEX triplet: B0, 16 and F5. RGB value is (176,22,245). Sum of RGB (Red+Green+Blue) = 176+22+245=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #B016F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B016F5 is #4FE90A. Grayscale: #5C5C5C. Windows color (decimal): -5237003 or 16062128. OLE color: 16062128.

HSL color Cylindrical-coordinate representation of color #B016F5: hue angle of 281.43º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B016F5 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17622245-
CMYK0.280.9100.04
HSL281.43º91.77%52.35%-
HSV(B)281.43º91.02%96.08%-
XYZ34.6716.487.72-
YUV93.47213.52186.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 22 (8.98% from 255) = 4.97%
BLUE value IS 245 (96.09% from 255) = 55.30%
R=39.73%
G=4.97%
B=55.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176222450.280.9100.04281.4391.7752.35
HexB016F51C5B041195c34
Octal26026365341330443113464
Binary10110000101101111010111100101101101001000110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B016F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B016F5; }

 p { color: rgb(176,22,245); }

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

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

 a { background-color: rgb(176,22,245); }

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

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

 span { border-color: rgb(176,22,245); }

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