Html Css Color HEX #B323ED Electric Purple

📋 copy color: '#B323ED'

red 179 ◦ green 35 ◦ blue 237

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

Shades of Electric Purple #B323ED

Tints of Electric Purple #B323ED

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.76%

 BLUE value IS 237 (92.97% from 255) = 52.55%

R = 39.69%
G = 7.76%
B = 52.55%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B323ED (or 0xB323ED) is known color: Electric Purple. HEX triplet: B3, 23 and ED. RGB value is (179,35,237). Sum of RGB (Red+Green+Blue) = 179+35+237=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #B323ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323ED is #4CDC12. Grayscale: #646464. Windows color (decimal): -5037075 or 15541171. OLE color: 15541171.

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

Color convert

RGB 179 35 237 -
CMYK 0.24 0.85 0 0.07
HSL 282.77º 0.85% 0.53% -
HSV(B) 282.77º 0.85% 0.93% -
XYZ 34.48 16.9 81.57 -
YUV 101.08 204.71 183.57 -
System Red Green Blue C M Y K H S L
Decimal 179 35 237 0.24 0.85 0 0.07 282.77 0.85 0.53
Hex B3 23 ED 18 55 0 7 11B 55 35
Octal 263 43 355 30 125 0 7 433 125 65
Binary 10110011 100011 11101101 11000 1010101 0 111 100011011 1010101 110101

Color Harmonies of #B323ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323ED

Black with #B323ED

Text Example


Text Example

White with #B323ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323ED; }

 p { color: rgb(179,35,237); }

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

background-color css

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

 a { background-color: rgb(179,35,237); }

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

border-color css

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

 span { border-color: rgb(179,35,237); }

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