#B616F7

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

Shades of Electric Purple #B616F7

Tints of Electric Purple #B616F7

Color information

#B616F7 (or 0xB616F7) is unknown color: approx Electric Purple. HEX triplet: B6, 16 and F7. RGB value is (182,22,247). Sum of RGB (Red+Green+Blue) = 182+22+247=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #B616F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616F7 is #49E908. Grayscale: #5E5E5E. Windows color (decimal): -4843785 or 16193206. OLE color: 16193206.

HSL color Cylindrical-coordinate representation of color #B616F7: hue angle of 282.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B616F7 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18222247-
CMYK0.260.9100.03
HSL282.67º93.36%52.75%-
HSV(B)282.67º91.09%96.86%-
XYZ36.3717.2389.41-
YUV95.49213.51189.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 22 (8.98% from 255) = 4.88%
BLUE value IS 247 (96.88% from 255) = 54.77%
R=40.35%
G=4.88%
B=54.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182222470.260.9100.03282.6793.3652.75
HexB616F71A5B0311b5d35
Octal26626367321330343313565
Binary1011011010110111101111101010110110111000110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B616F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B616F7; }

 p { color: rgb(182,22,247); }

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

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

 a { background-color: rgb(182,22,247); }

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

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

 span { border-color: rgb(182,22,247); }

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