Html Css Color HEX #B324EB Electric Purple

📋 copy color: '#B324EB'

red 179 ◦ green 36 ◦ blue 235

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

Shades of Electric Purple #B324EB

Tints of Electric Purple #B324EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 39.78%
G = 8%
B = 52.22%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B324EB (or 0xB324EB) is known color: Electric Purple. HEX triplet: B3, 24 and EB. RGB value is (179,36,235). Sum of RGB (Red+Green+Blue) = 179+36+235=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #B324EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324EB is #4CDB14. Grayscale: #646464. Windows color (decimal): -5036821 or 15410355. OLE color: 15410355.

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

Color convert

RGB 179 36 235 -
CMYK 0.24 0.85 0 0.08
HSL 283.12º 0.83% 0.53% -
HSV(B) 283.12º 0.85% 0.92% -
XYZ 34.22 16.84 80.04 -
YUV 101.44 203.38 183.32 -
System Red Green Blue C M Y K H S L
Decimal 179 36 235 0.24 0.85 0 0.08 283.12 0.83 0.53
Hex B3 24 EB 18 55 0 8 11B 53 35
Octal 263 44 353 30 125 0 10 433 123 65
Binary 10110011 100100 11101011 11000 1010101 0 1000 100011011 1010011 110101

Color Harmonies of #B324EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324EB

Black with #B324EB

Text Example


Text Example

White with #B324EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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