Html Css Color HEX #B621FA Electric Purple

📋 copy color: '#B621FA'

red 182 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #B621FA

Tints of Electric Purple #B621FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 39.14%
G = 7.1%
B = 53.76%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B621FA (or 0xB621FA) is known color: Electric Purple. HEX triplet: B6, 21 and FA. RGB value is (182,33,250). Sum of RGB (Red+Green+Blue) = 182+33+250=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #B621FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B621FA is #49DE05. Grayscale: #656565. Windows color (decimal): -4840966 or 16392630. OLE color: 16392630.

HSL color Cylindrical-coordinate representation of color #B621FA: hue angle of 281.2º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B621FA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 33 250 -
CMYK 0.27 0.87 0 0.02
HSL 281.2º 0.96% 0.55% -
HSV(B) 281.2º 0.87% 0.98% -
XYZ 37.09 17.93 91.95 -
YUV 102.29 211.36 184.86 -
System Red Green Blue C M Y K H S L
Decimal 182 33 250 0.27 0.87 0 0.02 281.2 0.96 0.55
Hex B6 21 FA 1B 57 0 2 119 60 37
Octal 266 41 372 33 127 0 2 431 140 67
Binary 10110110 100001 11111010 11011 1010111 0 10 100011001 1100000 110111

Color Harmonies of #B621FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621FA

Black with #B621FA

Text Example


Text Example

White with #B621FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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