Html Css Color HEX #B620F1 Electric Purple

📋 copy color: '#B620F1'

red 182 ◦ green 32 ◦ blue 241

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

Shades of Electric Purple #B620F1

Tints of Electric Purple #B620F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 40%
G = 7.03%
B = 52.97%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B620F1 (or 0xB620F1) is known color: Electric Purple. HEX triplet: B6, 20 and F1. RGB value is (182,32,241). Sum of RGB (Red+Green+Blue) = 182+32+241=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #B620F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B620F1 is #49DF0E. Grayscale: #636363. Windows color (decimal): -4841231 or 15802550. OLE color: 15802550.

HSL color Cylindrical-coordinate representation of color #B620F1: hue angle of 283.06º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B620F1 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 32 241 -
CMYK 0.24 0.87 0 0.05
HSL 283.06º 0.88% 0.54% -
HSV(B) 283.06º 0.87% 0.95% -
XYZ 35.69 17.33 84.68 -
YUV 100.68 207.2 186.01 -
System Red Green Blue C M Y K H S L
Decimal 182 32 241 0.24 0.87 0 0.05 283.06 0.88 0.54
Hex B6 20 F1 18 57 0 5 11B 58 36
Octal 266 40 361 30 127 0 5 433 130 66
Binary 10110110 100000 11110001 11000 1010111 0 101 100011011 1011000 110110

Color Harmonies of #B620F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620F1

Black with #B620F1

Text Example


Text Example

White with #B620F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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