Html Css Color HEX #B324FD Electric Purple

📋 copy color: '#B324FD'

red 179 ◦ green 36 ◦ blue 253

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

Shades of Electric Purple #B324FD

Tints of Electric Purple #B324FD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.69%

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 38.25%
G = 7.69%
B = 54.06%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B324FD (or 0xB324FD) is known color: Electric Purple. HEX triplet: B3, 24 and FD. RGB value is (179,36,253). Sum of RGB (Red+Green+Blue) = 179+36+253=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #B324FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324FD is #4CDB02. Grayscale: #666666. Windows color (decimal): -5036803 or 16590003. OLE color: 16590003.

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

Color convert

RGB 179 36 253 -
CMYK 0.29 0.86 0 0.01
HSL 279.54º 0.98% 0.57% -
HSV(B) 279.54º 0.86% 0.99% -
XYZ 36.95 17.94 94.44 -
YUV 103.5 212.38 181.86 -
System Red Green Blue C M Y K H S L
Decimal 179 36 253 0.29 0.86 0 0.01 279.54 0.98 0.57
Hex B3 24 FD 1D 56 0 1 118 62 39
Octal 263 44 375 35 126 0 1 430 142 71
Binary 10110011 100100 11111101 11101 1010110 0 1 100011000 1100010 111001

Color Harmonies of #B324FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324FD

Black with #B324FD

Text Example


Text Example

White with #B324FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324FD; }

 p { color: rgb(179,36,253); }

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

background-color css

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

 a { background-color: rgb(179,36,253); }

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

border-color css

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

 span { border-color: rgb(179,36,253); }

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