Html Css Color HEX #B428EF Electric Purple

📋 copy color: '#B428EF'

red 180 ◦ green 40 ◦ blue 239

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

Shades of Electric Purple #B428EF

Tints of Electric Purple #B428EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 39.22%
G = 8.71%
B = 52.07%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B428EF (or 0xB428EF) is known color: Electric Purple. HEX triplet: B4, 28 and EF. RGB value is (180,40,239). Sum of RGB (Red+Green+Blue) = 180+40+239=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #B428EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B428EF is #4BD710. Grayscale: #676767. Windows color (decimal): -4970257 or 15673524. OLE color: 15673524.

HSL color Cylindrical-coordinate representation of color #B428EF: hue angle of 282.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B428EF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 40 239 -
CMYK 0.25 0.83 0 0.06
HSL 282.21º 0.86% 0.55% -
HSV(B) 282.21º 0.83% 0.94% -
XYZ 35.16 17.45 83.18 -
YUV 104.55 203.88 181.82 -
System Red Green Blue C M Y K H S L
Decimal 180 40 239 0.25 0.83 0 0.06 282.21 0.86 0.55
Hex B4 28 EF 19 53 0 6 11A 56 37
Octal 264 50 357 31 123 0 6 432 126 67
Binary 10110100 101000 11101111 11001 1010011 0 110 100011010 1010110 110111

Color Harmonies of #B428EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B428EF

Black with #B428EF

Text Example


Text Example

White with #B428EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B428EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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