Html Css Color HEX #B324FF Electric Purple

📋 copy color: '#B324FF'

red 179 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #B324FF

Tints of Electric Purple #B324FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 38.09%
G = 7.66%
B = 54.26%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B324FF (or 0xB324FF) is known color: Electric Purple. HEX triplet: B3, 24 and FF. RGB value is (179,36,255). Sum of RGB (Red+Green+Blue) = 179+36+255=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #B324FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324FF is #4CDB00. Grayscale: #666666. Windows color (decimal): -5036801 or 16721075. OLE color: 16721075.

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

Color convert

RGB 179 36 255 -
CMYK 0.30 0.86 0 0
HSL 279.18º 1% 0.57% -
HSV(B) 279.18º 0.86% 1% -
XYZ 37.27 18.07 96.13 -
YUV 103.72 213.38 181.69 -
System Red Green Blue C M Y K H S L
Decimal 179 36 255 0.30 0.86 0 0 279.18 1 0.57
Hex B3 24 FF 1E 56 0 0 117 64 39
Octal 263 44 377 36 126 0 0 427 144 71
Binary 10110011 100100 11111111 11110 1010110 0 0 100010111 1100100 111001

Color Harmonies of #B324FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324FF

Black with #B324FF

Text Example


Text Example

White with #B324FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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