Html Css Color HEX #B620FF Electric Purple

📋 copy color: '#B620FF'

red 182 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #B620FF

Tints of Electric Purple #B620FF

RGB

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

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

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

R = 38.81%
G = 6.82%
B = 54.37%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B620FF (or 0xB620FF) is known color: Electric Purple. HEX triplet: B6, 20 and FF. RGB value is (182,32,255). Sum of RGB (Red+Green+Blue) = 182+32+255=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #B620FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B620FF is #49DF00. Grayscale: #656565. Windows color (decimal): -4841217 or 16720054. OLE color: 16720054.

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

Color convert

RGB 182 32 255 -
CMYK 0.29 0.87 0 0
HSL 280.36º 1% 0.56% -
HSV(B) 280.36º 0.87% 1% -
XYZ 37.86 18.2 96.12 -
YUV 102.27 214.2 184.87 -
System Red Green Blue C M Y K H S L
Decimal 182 32 255 0.29 0.87 0 0 280.36 1 0.56
Hex B6 20 FF 1D 57 0 0 118 64 38
Octal 266 40 377 35 127 0 0 430 144 70
Binary 10110110 100000 11111111 11101 1010111 0 0 100011000 1100100 111000

Color Harmonies of #B620FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620FF

Black with #B620FF

Text Example


Text Example

White with #B620FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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