Html Css Color HEX #B326FC Electric Purple

📋 copy color: '#B326FC'

red 179 ◦ green 38 ◦ blue 252

#B326FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #B326FC

Tints of Electric Purple #B326FC

RGB

 RED value IS 179 (70.31% from 255) = 38.17%

 GREEN value IS 38 (15.23% from 255) = 8.1%

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 38.17%
G = 8.1%
B = 53.73%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B326FC (or 0xB326FC) is known color: 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

RGB 179 38 252 -
CMYK 0.29 0.85 0 0.01
HSL 279.53º 0.97% 0.57% -
HSV(B) 279.53º 0.85% 0.99% -
XYZ 36.85 18 93.63 -
YUV 104.56 211.21 181.1 -
System Red Green Blue C M Y K H S L
Decimal 179 38 252 0.29 0.85 0 0.01 279.53 0.97 0.57
Hex B3 26 FC 1D 55 0 1 118 61 39
Octal 263 46 374 35 125 0 1 430 141 71
Binary 10110011 100110 11111100 11101 1010101 0 1 100011000 1100001 111001

Color Harmonies of #B326FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326FC

Black with #B326FC

Text Example


Text Example

White with #B326FC

Text Example


Text Example

HTML Codes & Css Web 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>