Html Css Color HEX #B328FA Electric Purple

📋 copy color: '#B328FA'

red 179 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #B328FA

Tints of Electric Purple #B328FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.53%

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

R = 38.17%
G = 8.53%
B = 53.3%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B328FA (or 0xB328FA) is known color: Electric Purple. HEX triplet: B3, 28 and FA. RGB value is (179,40,250). Sum of RGB (Red+Green+Blue) = 179+40+250=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #B328FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B328FA is #4CD705. Grayscale: #686868. Windows color (decimal): -5035782 or 16394419. OLE color: 16394419.

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

Color convert

RGB 179 40 250 -
CMYK 0.28 0.84 0 0.02
HSL 279.71º 0.95% 0.57% -
HSV(B) 279.71º 0.84% 0.98% -
XYZ 36.6 18 91.99 -
YUV 105.5 209.55 180.42 -
System Red Green Blue C M Y K H S L
Decimal 179 40 250 0.28 0.84 0 0.02 279.71 0.95 0.57
Hex B3 28 FA 1C 54 0 2 118 5F 39
Octal 263 50 372 34 124 0 2 430 137 71
Binary 10110011 101000 11111010 11100 1010100 0 10 100011000 1011111 111001

Color Harmonies of #B328FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328FA

Black with #B328FA

Text Example


Text Example

White with #B328FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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