Html Css Color HEX #B426EF Electric Purple

📋 copy color: '#B426EF'

red 180 ◦ green 38 ◦ blue 239

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

Shades of Electric Purple #B426EF

Tints of Electric Purple #B426EF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.32%

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

R = 39.39%
G = 8.32%
B = 52.3%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B426EF (or 0xB426EF) is known color: Electric Purple. HEX triplet: B4, 26 and EF. RGB value is (180,38,239). Sum of RGB (Red+Green+Blue) = 180+38+239=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #B426EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426EF is #4BD910. Grayscale: #666666. Windows color (decimal): -4970769 or 15673012. OLE color: 15673012.

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

Color convert

RGB 180 38 239 -
CMYK 0.25 0.84 0 0.06
HSL 282.39º 0.86% 0.54% -
HSV(B) 282.39º 0.84% 0.94% -
XYZ 35.1 17.32 83.16 -
YUV 103.37 204.54 182.66 -
System Red Green Blue C M Y K H S L
Decimal 180 38 239 0.25 0.84 0 0.06 282.39 0.86 0.54
Hex B4 26 EF 19 54 0 6 11A 56 36
Octal 264 46 357 31 124 0 6 432 126 66
Binary 10110100 100110 11101111 11001 1010100 0 110 100011010 1010110 110110

Color Harmonies of #B426EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426EF

Black with #B426EF

Text Example


Text Example

White with #B426EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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