Html Css Color HEX #B324ED Electric Purple

📋 copy color: '#B324ED'

red 179 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #B324ED

Tints of Electric Purple #B324ED

RGB

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

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

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

R = 39.6%
G = 7.96%
B = 52.43%

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

#B324ED (or 0xB324ED) is known color: Electric Purple. HEX triplet: B3, 24 and ED. RGB value is (179,36,237). Sum of RGB (Red+Green+Blue) = 179+36+237=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #B324ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324ED is #4CDB12. Grayscale: #656565. Windows color (decimal): -5036819 or 15541427. OLE color: 15541427.

HSL color Cylindrical-coordinate representation of color #B324ED: hue angle of 282.69º degrees, saturation: 0.85, 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 #B324ED is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 36 237 -
CMYK 0.24 0.85 0 0.07
HSL 282.69º 0.85% 0.54% -
HSV(B) 282.69º 0.85% 0.93% -
XYZ 34.51 16.96 81.58 -
YUV 101.67 204.38 183.16 -
System Red Green Blue C M Y K H S L
Decimal 179 36 237 0.24 0.85 0 0.07 282.69 0.85 0.54
Hex B3 24 ED 18 55 0 7 11B 55 36
Octal 263 44 355 30 125 0 7 433 125 66
Binary 10110011 100100 11101101 11000 1010101 0 111 100011011 1010101 110110

Color Harmonies of #B324ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324ED

Black with #B324ED

Text Example


Text Example

White with #B324ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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