Html Css Color HEX #B326EE Electric Purple

📋 copy color: '#B326EE'

red 179 ◦ green 38 ◦ blue 238

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

Shades of Electric Purple #B326EE

Tints of Electric Purple #B326EE

RGB

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

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

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

R = 39.34%
G = 8.35%
B = 52.31%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B326EE (or 0xB326EE) is known color: Electric Purple. HEX triplet: B3, 26 and EE. RGB value is (179,38,238). Sum of RGB (Red+Green+Blue) = 179+38+238=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #B326EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B326EE is #4CD911. Grayscale: #666666. Windows color (decimal): -5036306 or 15607475. OLE color: 15607475.

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

Color convert

RGB 179 38 238 -
CMYK 0.25 0.84 0 0.07
HSL 282.3º 0.85% 0.54% -
HSV(B) 282.3º 0.84% 0.93% -
XYZ 34.72 17.14 82.37 -
YUV 102.96 204.21 182.24 -
System Red Green Blue C M Y K H S L
Decimal 179 38 238 0.25 0.84 0 0.07 282.3 0.85 0.54
Hex B3 26 EE 19 54 0 7 11A 55 36
Octal 263 46 356 31 124 0 7 432 125 66
Binary 10110011 100110 11101110 11001 1010100 0 111 100011010 1010101 110110

Color Harmonies of #B326EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326EE

Black with #B326EE

Text Example


Text Example

White with #B326EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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