#B616F9

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

Shades of Electric Purple #B616F9

Tints of Electric Purple #B616F9

Color information

#B616F9 (or 0xB616F9) is unknown color: approx Electric Purple. HEX triplet: B6, 16 and F9. RGB value is (182,22,249). Sum of RGB (Red+Green+Blue) = 182+22+249=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #B616F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616F9 is #49E906. Grayscale: #5E5E5E. Windows color (decimal): -4843783 or 16324278. OLE color: 16324278.

HSL color Cylindrical-coordinate representation of color #B616F9: hue angle of 282.29º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B616F9 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18222249-
CMYK0.270.9100.02
HSL282.29º94.98%53.14%-
HSV(B)282.29º91.16%97.65%-
XYZ36.6817.3691.04-
YUV95.72214.51189.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 22 (8.98% from 255) = 4.86%
BLUE value IS 249 (97.66% from 255) = 54.97%
R=40.18%
G=4.86%
B=54.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182222490.270.9100.02282.2994.9853.14
HexB616F91B5B0211a5f35
Octal26626371331330243213765
Binary1011011010110111110011101110110110101000110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B616F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B616F9; }

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

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

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

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

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

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

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

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