#B62BF2

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

Shades of Electric Purple #B62BF2

Tints of Electric Purple #B62BF2

Color information

#B62BF2 (or 0xB62BF2) is unknown color: approx Electric Purple. HEX triplet: B6, 2B and F2. RGB value is (182,43,242). Sum of RGB (Red+Green+Blue) = 182+43+242=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #B62BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62BF2 is #49D40D. Grayscale: #6A6A6A. Windows color (decimal): -4838414 or 15870902. OLE color: 15870902.

HSL color Cylindrical-coordinate representation of color #B62BF2: hue angle of 281.91º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62BF2 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18243242-
CMYK0.250.8200.05
HSL281.91º88.44%55.88%-
HSV(B)281.91º82.23%94.9%-
XYZ36.1818.0885.59-
YUV107.25204.05181.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 43 (17.19% from 255) = 9.21%
BLUE value IS 242 (94.92% from 255) = 51.82%
R=38.97%
G=9.21%
B=51.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182432420.250.8200.05281.9188.4455.88
HexB62BF219520511a5838
Octal26653362311220543213070
Binary101101101010111111001011001101001001011000110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62BF2; }

 p { color: rgb(182,43,242); }

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

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

 a { background-color: rgb(182,43,242); }

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

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

 span { border-color: rgb(182,43,242); }

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