Html Css Color HEX #B426FD Electric Purple

📋 copy color: '#B426FD'

red 180 ◦ green 38 ◦ blue 253

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

Shades of Electric Purple #B426FD

Tints of Electric Purple #B426FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.72%

R = 38.22%
G = 8.07%
B = 53.72%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B426FD (or 0xB426FD) is known color: Electric Purple. HEX triplet: B4, 26 and FD. RGB value is (180,38,253). Sum of RGB (Red+Green+Blue) = 180+38+253=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #B426FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426FD is #4BD902. Grayscale: #686868. Windows color (decimal): -4970755 or 16590516. OLE color: 16590516.

HSL color Cylindrical-coordinate representation of color #B426FD: hue angle of 279.63º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B426FD is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 38 253 -
CMYK 0.29 0.85 0 0.01
HSL 279.63º 0.98% 0.57% -
HSV(B) 279.63º 0.85% 0.99% -
XYZ 37.25 18.18 94.47 -
YUV 104.97 211.54 181.52 -
System Red Green Blue C M Y K H S L
Decimal 180 38 253 0.29 0.85 0 0.01 279.63 0.98 0.57
Hex B4 26 FD 1D 55 0 1 118 62 39
Octal 264 46 375 35 125 0 1 430 142 71
Binary 10110100 100110 11111101 11101 1010101 0 1 100011000 1100010 111001

Color Harmonies of #B426FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426FD

Black with #B426FD

Text Example


Text Example

White with #B426FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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