Html Css Color HEX #B426ED Electric Purple

📋 copy color: '#B426ED'

red 180 ◦ green 38 ◦ blue 237

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

Shades of Electric Purple #B426ED

Tints of Electric Purple #B426ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 39.56%
G = 8.35%
B = 52.09%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B426ED (or 0xB426ED) is known color: Electric Purple. HEX triplet: B4, 26 and ED. RGB value is (180,38,237). Sum of RGB (Red+Green+Blue) = 180+38+237=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #B426ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426ED is #4BD912. Grayscale: #666666. Windows color (decimal): -4970771 or 15541940. OLE color: 15541940.

HSL color Cylindrical-coordinate representation of color #B426ED: hue angle of 282.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B426ED is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 38 237 -
CMYK 0.24 0.84 0 0.07
HSL 282.81º 0.85% 0.54% -
HSV(B) 282.81º 0.84% 0.93% -
XYZ 34.8 17.2 81.61 -
YUV 103.14 203.54 182.82 -
System Red Green Blue C M Y K H S L
Decimal 180 38 237 0.24 0.84 0 0.07 282.81 0.85 0.54
Hex B4 26 ED 18 54 0 7 11B 55 36
Octal 264 46 355 30 124 0 7 433 125 66
Binary 10110100 100110 11101101 11000 1010100 0 111 100011011 1010101 110110

Color Harmonies of #B426ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426ED

Black with #B426ED

Text Example


Text Example

White with #B426ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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