Html Css Color HEX #B428FA Electric Purple

📋 copy color: '#B428FA'

red 180 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #B428FA

Tints of Electric Purple #B428FA

RGB

 RED value IS 180 (70.7% from 255) = 38.3%

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

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

R = 38.3%
G = 8.51%
B = 53.19%

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

#B428FA (or 0xB428FA) is known color: Electric Purple. HEX triplet: B4, 28 and FA. RGB value is (180,40,250). Sum of RGB (Red+Green+Blue) = 180+40+250=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #B428FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B428FA is #4BD705. Grayscale: #696969. Windows color (decimal): -4970246 or 16394420. OLE color: 16394420.

HSL color Cylindrical-coordinate representation of color #B428FA: hue angle of 280º 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 #B428FA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 40 250 -
CMYK 0.28 0.84 0 0.02
HSL 280º 0.95% 0.57% -
HSV(B) 280º 0.84% 0.98% -
XYZ 36.84 18.12 92 -
YUV 105.8 209.38 180.92 -
System Red Green Blue C M Y K H S L
Decimal 180 40 250 0.28 0.84 0 0.02 280 0.95 0.57
Hex B4 28 FA 1C 54 0 2 118 5F 39
Octal 264 50 372 34 124 0 2 430 137 71
Binary 10110100 101000 11111010 11100 1010100 0 10 100011000 1011111 111001

Color Harmonies of #B428FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428FA

Black with #B428FA

Text Example


Text Example

White with #B428FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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