Html Css Color HEX #B324FA Electric Purple

📋 copy color: '#B324FA'

red 179 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #B324FA

Tints of Electric Purple #B324FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 38.49%
G = 7.74%
B = 53.76%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B324FA (or 0xB324FA) is known color: Electric Purple. HEX triplet: B3, 24 and FA. RGB value is (179,36,250). Sum of RGB (Red+Green+Blue) = 179+36+250=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #B324FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324FA is #4CDB05. Grayscale: #666666. Windows color (decimal): -5036806 or 16393395. OLE color: 16393395.

HSL color Cylindrical-coordinate representation of color #B324FA: hue angle of 280.09º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B324FA is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 36 250 -
CMYK 0.28 0.86 0 0.02
HSL 280.09º 0.96% 0.56% -
HSV(B) 280.09º 0.86% 0.98% -
XYZ 36.48 17.75 91.95 -
YUV 103.15 210.88 182.1 -
System Red Green Blue C M Y K H S L
Decimal 179 36 250 0.28 0.86 0 0.02 280.09 0.96 0.56
Hex B3 24 FA 1C 56 0 2 118 60 38
Octal 263 44 372 34 126 0 2 430 140 70
Binary 10110011 100100 11111010 11100 1010110 0 10 100011000 1100000 111000

Color Harmonies of #B324FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324FA

Black with #B324FA

Text Example


Text Example

White with #B324FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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