#B326FC

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

Shades of Electric Purple #B326FC

Tints of Electric Purple #B326FC

Color information

#B326FC (or 0xB326FC) is unknown color: approx Electric Purple. HEX triplet: B3, 26 and FC. RGB value is (179,38,252). Sum of RGB (Red+Green+Blue) = 179+38+252=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #B326FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B326FC is #4CD903. Grayscale: #676767. Windows color (decimal): -5036292 or 16524979. OLE color: 16524979.

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

Color convert

RGB17938252-
CMYK0.290.8500.01
HSL279.53º97.27%56.86%-
HSV(B)279.53º84.92%98.82%-
XYZ36.851893.63-
YUV104.56211.21181.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 38 (15.23% from 255) = 8.10%
BLUE value IS 252 (98.83% from 255) = 53.73%
R=38.17%
G=8.10%
B=53.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal179382520.290.8500.01279.5397.2756.86
HexB326FC1D55011186139
Octal26346374351250143014171
Binary1011001110011011111100111011010101011000110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B326FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B326FC; }

 p { color: rgb(179,38,252); }

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

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

 a { background-color: rgb(179,38,252); }

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

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

 span { border-color: rgb(179,38,252); }

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