Html Css Color HEX #B426FA Electric Purple

📋 copy color: '#B426FA'

red 180 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #B426FA

Tints of Electric Purple #B426FA

RGB

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

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

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

R = 38.46%
G = 8.12%
B = 53.42%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B426FA (or 0xB426FA) is known color: Electric Purple. HEX triplet: B4, 26 and FA. RGB value is (180,38,250). Sum of RGB (Red+Green+Blue) = 180+38+250=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #B426FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426FA is #4BD905. Grayscale: #676767. Windows color (decimal): -4970758 or 16393908. OLE color: 16393908.

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

Color convert

RGB 180 38 250 -
CMYK 0.28 0.85 0 0.02
HSL 280.19º 0.95% 0.56% -
HSV(B) 280.19º 0.85% 0.98% -
XYZ 36.77 17.99 91.98 -
YUV 104.63 210.04 181.76 -
System Red Green Blue C M Y K H S L
Decimal 180 38 250 0.28 0.85 0 0.02 280.19 0.95 0.56
Hex B4 26 FA 1C 55 0 2 118 5F 38
Octal 264 46 372 34 125 0 2 430 137 70
Binary 10110100 100110 11111010 11100 1010101 0 10 100011000 1011111 111000

Color Harmonies of #B426FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426FA

Black with #B426FA

Text Example


Text Example

White with #B426FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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