Html Css Color HEX #B428FF Electric Purple

📋 copy color: '#B428FF'

red 180 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #B428FF

Tints of Electric Purple #B428FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 37.89%
G = 8.42%
B = 53.68%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B428FF (or 0xB428FF) is known color: Electric Purple. HEX triplet: B4, 28 and FF. RGB value is (180,40,255). Sum of RGB (Red+Green+Blue) = 180+40+255=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #B428FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B428FF is #4BD700. Grayscale: #696969. Windows color (decimal): -4970241 or 16722100. OLE color: 16722100.

HSL color Cylindrical-coordinate representation of color #B428FF: hue angle of 279.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B428FF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 40 255 -
CMYK 0.29 0.84 0 0
HSL 279.07º 1% 0.58% -
HSV(B) 279.07º 0.84% 1% -
XYZ 37.63 18.44 96.18 -
YUV 106.37 211.88 180.52 -
System Red Green Blue C M Y K H S L
Decimal 180 40 255 0.29 0.84 0 0 279.07 1 0.58
Hex B4 28 FF 1D 54 0 0 117 64 3A
Octal 264 50 377 35 124 0 0 427 144 72
Binary 10110100 101000 11111111 11101 1010100 0 0 100010111 1100100 111010

Color Harmonies of #B428FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428FF

Black with #B428FF

Text Example


Text Example

White with #B428FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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