#B016EF

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

Shades of Electric Purple #B016EF

Tints of Electric Purple #B016EF

Color information

#B016EF (or 0xB016EF) is unknown color: approx Electric Purple. HEX triplet: B0, 16 and EF. RGB value is (176,22,239). Sum of RGB (Red+Green+Blue) = 176+22+239=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #B016EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B016EF is #4FE910. Grayscale: #5C5C5C. Windows color (decimal): -5237009 or 15668912. OLE color: 15668912.

HSL color Cylindrical-coordinate representation of color #B016EF: hue angle of 282.58º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B016EF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17622239-
CMYK0.260.9100.06
HSL282.58º87.15%51.18%-
HSV(B)282.58º90.79%93.73%-
XYZ33.7716.0482.98-
YUV92.78210.52187.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 22 (8.98% from 255) = 5.03%
BLUE value IS 239 (93.75% from 255) = 54.69%
R=40.27%
G=5.03%
B=54.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176222390.260.9100.06282.5887.1551.18
HexB016EF1A5B0611b5733
Octal26026357321330643312763
Binary10110000101101110111111010101101101101000110111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B016EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B016EF; }

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

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

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

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

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

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

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

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