Html Css Color HEX #B620FE Electric Purple

📋 copy color: '#B620FE'

red 182 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #B620FE

Tints of Electric Purple #B620FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.84%

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

R = 38.89%
G = 6.84%
B = 54.27%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B620FE (or 0xB620FE) is known color: Electric Purple. HEX triplet: B6, 20 and FE. RGB value is (182,32,254). Sum of RGB (Red+Green+Blue) = 182+32+254=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #B620FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B620FE is #49DF01. Grayscale: #656565. Windows color (decimal): -4841218 or 16654518. OLE color: 16654518.

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

Color convert

RGB 182 32 254 -
CMYK 0.28 0.87 0 0.00
HSL 280.54º 0.99% 0.56% -
HSV(B) 280.54º 0.87% 1% -
XYZ 37.7 18.13 95.28 -
YUV 102.16 213.7 184.95 -
System Red Green Blue C M Y K H S L
Decimal 182 32 254 0.28 0.87 0 0.00 280.54 0.99 0.56
Hex B6 20 FE 1C 57 0 0 119 63 38
Octal 266 40 376 34 127 0 0 431 143 70
Binary 10110110 100000 11111110 11100 1010111 0 0 100011001 1100011 111000

Color Harmonies of #B620FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620FE

Black with #B620FE

Text Example


Text Example

White with #B620FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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