Html Css Color HEX #B62EFF Electric Purple

📋 copy color: '#B62EFF'

red 182 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #B62EFF

Tints of Electric Purple #B62EFF

RGB

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

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

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

R = 37.68%
G = 9.52%
B = 52.8%

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

#B62EFF (or 0xB62EFF) is known color: Electric Purple. HEX triplet: B6, 2E and FF. RGB value is (182,46,255). Sum of RGB (Red+Green+Blue) = 182+46+255=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #B62EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62EFF is #49D100. Grayscale: #6D6D6D. Windows color (decimal): -4837633 or 16723638. OLE color: 16723638.

HSL color Cylindrical-coordinate representation of color #B62EFF: hue angle of 279.04º 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 #B62EFF is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 46 255 -
CMYK 0.29 0.82 0 0
HSL 279.04º 1% 0.59% -
HSV(B) 279.04º 0.82% 1% -
XYZ 38.32 19.12 96.28 -
YUV 110.49 209.56 179.01 -
System Red Green Blue C M Y K H S L
Decimal 182 46 255 0.29 0.82 0 0 279.04 1 0.59
Hex B6 2E FF 1D 52 0 0 117 64 3B
Octal 266 56 377 35 122 0 0 427 144 73
Binary 10110110 101110 11111111 11101 1010010 0 0 100010111 1100100 111011

Color Harmonies of #B62EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62EFF

Black with #B62EFF

Text Example


Text Example

White with #B62EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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