Html Css Color HEX #B42EFF Electric Purple

📋 copy color: '#B42EFF'

red 180 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #B42EFF

Tints of Electric Purple #B42EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.56%

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

R = 37.42%
G = 9.56%
B = 53.01%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B42EFF (or 0xB42EFF) is known color: Electric Purple. HEX triplet: B4, 2E and FF. RGB value is (180,46,255). Sum of RGB (Red+Green+Blue) = 180+46+255=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #B42EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42EFF is #4BD100. Grayscale: #6D6D6D. Windows color (decimal): -4968705 or 16723636. OLE color: 16723636.

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

Color convert

RGB 180 46 255 -
CMYK 0.29 0.82 0 0
HSL 278.47º 1% 0.59% -
HSV(B) 278.47º 0.82% 1% -
XYZ 37.85 18.88 96.26 -
YUV 109.89 209.89 178.01 -
System Red Green Blue C M Y K H S L
Decimal 180 46 255 0.29 0.82 0 0 278.47 1 0.59
Hex B4 2E FF 1D 52 0 0 116 64 3B
Octal 264 56 377 35 122 0 0 426 144 73
Binary 10110100 101110 11111111 11101 1010010 0 0 100010110 1100100 111011

Color Harmonies of #B42EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42EFF

Black with #B42EFF

Text Example


Text Example

White with #B42EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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