#B206FC

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

Shades of Electric Purple #B206FC

Tints of Electric Purple #B206FC

Color information

#B206FC (or 0xB206FC) is unknown color: approx Electric Purple. HEX triplet: B2, 06 and FC. RGB value is (178,6,252). Sum of RGB (Red+Green+Blue) = 178+6+252=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #B206FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B206FC is #4DF903. Grayscale: #545454. Windows color (decimal): -5110020 or 16516786. OLE color: 16516786.

HSL color Cylindrical-coordinate representation of color #B206FC: hue angle of 281.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B206FC is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1786252-
CMYK0.290.9800.01
HSL281.95º97.62%50.59%-
HSV(B)281.95º97.62%98.82%-
XYZ3616.6293.41-
YUV85.47221.98194-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 6 (2.73% from 255) = 1.38%
BLUE value IS 252 (98.83% from 255) = 57.80%
R=40.83%
G=1.38%
B=57.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17862520.290.9800.01281.9597.6250.59
HexB26FC1D620111a6233
Octal2626374351420143214263
Binary1011001011011111100111011100010011000110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B206FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B206FC; }

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

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

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

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

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

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

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

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