Html Css Color HEX #B621EA Electric Purple

📋 copy color: '#B621EA'

red 182 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #B621EA

Tints of Electric Purple #B621EA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.35%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 40.53%
G = 7.35%
B = 52.12%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B621EA (or 0xB621EA) is known color: Electric Purple. HEX triplet: B6, 21 and EA. RGB value is (182,33,234). Sum of RGB (Red+Green+Blue) = 182+33+234=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #B621EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B621EA is #49DE15. Grayscale: #636363. Windows color (decimal): -4840982 or 15344054. OLE color: 15344054.

HSL color Cylindrical-coordinate representation of color #B621EA: hue angle of 284.48º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B621EA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 33 234 -
CMYK 0.22 0.86 0 0.08
HSL 284.48º 0.83% 0.52% -
HSV(B) 284.48º 0.86% 0.92% -
XYZ 34.69 16.97 79.29 -
YUV 100.47 203.36 186.16 -
System Red Green Blue C M Y K H S L
Decimal 182 33 234 0.22 0.86 0 0.08 284.48 0.83 0.52
Hex B6 21 EA 16 56 0 8 11C 53 34
Octal 266 41 352 26 126 0 10 434 123 64
Binary 10110110 100001 11101010 10110 1010110 0 1000 100011100 1010011 110100

Color Harmonies of #B621EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621EA

Black with #B621EA

Text Example


Text Example

White with #B621EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621EA; }

 p { color: rgb(182,33,234); }

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

background-color css

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

 a { background-color: rgb(182,33,234); }

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

border-color css

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

 span { border-color: rgb(182,33,234); }

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