Html Css Color HEX #B501FA Electric Purple

📋 copy color: '#B501FA'

red 181 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #B501FA

Tints of Electric Purple #B501FA

RGB

 RED value IS 181 (71.09% from 255) = 41.9%

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 41.9%
G = 0.23%
B = 57.87%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B501FA (or 0xB501FA) is known color: Electric Purple. HEX triplet: B5, 01 and FA. RGB value is (181,1,250). Sum of RGB (Red+Green+Blue) = 181+1+250=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #B501FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B501FA is #4AFE05. Grayscale: #525252. Windows color (decimal): -4914694 or 16384437. OLE color: 16384437.

HSL color Cylindrical-coordinate representation of color #B501FA: hue angle of 283.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501FA is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 1 250 -
CMYK 0.28 1.00 0 0.02
HSL 283.37º 0.99% 0.49% -
HSV(B) 283.37º 1% 0.98% -
XYZ 36.32 16.75 91.76 -
YUV 83.21 222.13 197.75 -
System Red Green Blue C M Y K H S L
Decimal 181 1 250 0.28 1.00 0 0.02 283.37 0.99 0.49
Hex B5 1 FA 1C 64 0 2 11B 63 31
Octal 265 1 372 34 144 0 2 433 143 61
Binary 10110101 1 11111010 11100 1100100 0 10 100011011 1100011 110001

Color Harmonies of #B501FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501FA

Black with #B501FA

Text Example


Text Example

White with #B501FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501FA; }

 p { color: rgb(181,1,250); }

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

background-color css

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

 a { background-color: rgb(181,1,250); }

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

border-color css

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

 span { border-color: rgb(181,1,250); }

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