Html Css Color HEX #B329FC Electric Purple

📋 copy color: '#B329FC'

red 179 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #B329FC

Tints of Electric Purple #B329FC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.69%

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

R = 37.92%
G = 8.69%
B = 53.39%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B329FC (or 0xB329FC) is known color: Electric Purple. HEX triplet: B3, 29 and FC. RGB value is (179,41,252). Sum of RGB (Red+Green+Blue) = 179+41+252=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #B329FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329FC is #4CD603. Grayscale: #696969. Windows color (decimal): -5035524 or 16525747. OLE color: 16525747.

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

Color convert

RGB 179 41 252 -
CMYK 0.29 0.84 0 0.01
HSL 279.24º 0.97% 0.57% -
HSV(B) 279.24º 0.84% 0.99% -
XYZ 36.95 18.2 93.66 -
YUV 106.32 210.22 179.84 -
System Red Green Blue C M Y K H S L
Decimal 179 41 252 0.29 0.84 0 0.01 279.24 0.97 0.57
Hex B3 29 FC 1D 54 0 1 117 61 39
Octal 263 51 374 35 124 0 1 427 141 71
Binary 10110011 101001 11111100 11101 1010100 0 1 100010111 1100001 111001

Color Harmonies of #B329FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329FC

Black with #B329FC

Text Example


Text Example

White with #B329FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329FC; }

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

 H1.HeaderClassName
 {
   color: #B329FC;
 }
 .AnyTagClassName
 {
   color: #B329FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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