Html Css Color HEX #B62EFE Electric Purple

📋 copy color: '#B62EFE'

red 182 ◦ green 46 ◦ blue 254

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

Shades of Electric Purple #B62EFE

Tints of Electric Purple #B62EFE

RGB

 RED value IS 182 (71.48% from 255) = 37.76%

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 37.76%
G = 9.54%
B = 52.7%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B62EFE (or 0xB62EFE) is known color: Electric Purple. HEX triplet: B6, 2E and FE. RGB value is (182,46,254). Sum of RGB (Red+Green+Blue) = 182+46+254=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #B62EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62EFE is #49D101. Grayscale: #6D6D6D. Windows color (decimal): -4837634 or 16658102. OLE color: 16658102.

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

Color convert

RGB 182 46 254 -
CMYK 0.28 0.82 0 0.00
HSL 279.23º 0.99% 0.59% -
HSV(B) 279.23º 0.82% 1% -
XYZ 38.16 19.05 95.43 -
YUV 110.38 209.06 179.09 -
System Red Green Blue C M Y K H S L
Decimal 182 46 254 0.28 0.82 0 0.00 279.23 0.99 0.59
Hex B6 2E FE 1C 52 0 0 117 63 3B
Octal 266 56 376 34 122 0 0 427 143 73
Binary 10110110 101110 11111110 11100 1010010 0 0 100010111 1100011 111011

Color Harmonies of #B62EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62EFE

Black with #B62EFE

Text Example


Text Example

White with #B62EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62EFE; }

 p { color: rgb(182,46,254); }

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

background-color css

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

 a { background-color: rgb(182,46,254); }

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

border-color css

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

 span { border-color: rgb(182,46,254); }

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