Html Css Color HEX #B426FF Electric Purple

📋 copy color: '#B426FF'

red 180 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #B426FF

Tints of Electric Purple #B426FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.91%

R = 38.05%
G = 8.03%
B = 53.91%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B426FF (or 0xB426FF) is known color: Electric Purple. HEX triplet: B4, 26 and FF. RGB value is (180,38,255). Sum of RGB (Red+Green+Blue) = 180+38+255=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #B426FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426FF is #4BD900. Grayscale: #686868. Windows color (decimal): -4970753 or 16721588. OLE color: 16721588.

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

Color convert

RGB 180 38 255 -
CMYK 0.29 0.85 0 0
HSL 279.26º 1% 0.57% -
HSV(B) 279.26º 0.85% 1% -
XYZ 37.57 18.31 96.16 -
YUV 105.2 212.54 181.36 -
System Red Green Blue C M Y K H S L
Decimal 180 38 255 0.29 0.85 0 0 279.26 1 0.57
Hex B4 26 FF 1D 55 0 0 117 64 39
Octal 264 46 377 35 125 0 0 427 144 71
Binary 10110100 100110 11111111 11101 1010101 0 0 100010111 1100100 111001

Color Harmonies of #B426FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426FF

Black with #B426FF

Text Example


Text Example

White with #B426FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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