Html Css Color HEX #B324EE Electric Purple

📋 copy color: '#B324EE'

red 179 ◦ green 36 ◦ blue 238

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

Shades of Electric Purple #B324EE

Tints of Electric Purple #B324EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 39.51%
G = 7.95%
B = 52.54%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B324EE (or 0xB324EE) is known color: Electric Purple. HEX triplet: B3, 24 and EE. RGB value is (179,36,238). Sum of RGB (Red+Green+Blue) = 179+36+238=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #B324EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324EE is #4CDB11. Grayscale: #656565. Windows color (decimal): -5036818 or 15606963. OLE color: 15606963.

HSL color Cylindrical-coordinate representation of color #B324EE: hue angle of 282.48º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B324EE is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 36 238 -
CMYK 0.25 0.85 0 0.07
HSL 282.48º 0.86% 0.54% -
HSV(B) 282.48º 0.85% 0.93% -
XYZ 34.65 17.02 82.35 -
YUV 101.79 204.88 183.07 -
System Red Green Blue C M Y K H S L
Decimal 179 36 238 0.25 0.85 0 0.07 282.48 0.86 0.54
Hex B3 24 EE 19 55 0 7 11A 56 36
Octal 263 44 356 31 125 0 7 432 126 66
Binary 10110011 100100 11101110 11001 1010101 0 111 100011010 1010110 110110

Color Harmonies of #B324EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324EE

Black with #B324EE

Text Example


Text Example

White with #B324EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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