#B206E7

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

Shades of Electric Purple #B206E7

Tints of Electric Purple #B206E7

Color information

#B206E7 (or 0xB206E7) is unknown color: approx Electric Purple. HEX triplet: B2, 06 and E7. RGB value is (178,6,231). Sum of RGB (Red+Green+Blue) = 178+6+231=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #B206E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B206E7 is #4DF918. Grayscale: #525252. Windows color (decimal): -5110041 or 15140530. OLE color: 15140530.

HSL color Cylindrical-coordinate representation of color #B206E7: hue angle of 285.87º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206E7 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1786231-
CMYK0.230.9700.09
HSL285.87º94.94%46.47%-
HSV(B)285.87º97.4%90.59%-
XYZ32.8515.3676.84-
YUV83.08211.48195.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 6 (2.73% from 255) = 1.45%
BLUE value IS 231 (90.62% from 255) = 55.66%
R=42.89%
G=1.45%
B=55.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17862310.230.9700.09285.8794.9446.47
HexB26E717610911e5f2e
Octal26263472714101143613756
Binary1011001011011100111101111100001010011000111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B206E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B206E7; }

 p { color: rgb(178,6,231); }

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

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

 a { background-color: rgb(178,6,231); }

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

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

 span { border-color: rgb(178,6,231); }

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