Html Css Color HEX #B601FA Electric Purple

📋 copy color: '#B601FA'

red 182 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #B601FA

Tints of Electric Purple #B601FA

RGB

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

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

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

R = 42.03%
G = 0.23%
B = 57.74%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B601FA (or 0xB601FA) is known color: Electric Purple. HEX triplet: B6, 01 and FA. RGB value is (182,1,250). Sum of RGB (Red+Green+Blue) = 182+1+250=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #B601FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B601FA is #49FE05. Grayscale: #525252. Windows color (decimal): -4849158 or 16384438. OLE color: 16384438.

HSL color Cylindrical-coordinate representation of color #B601FA: hue angle of 283.61º 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 #B601FA is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 1 250 -
CMYK 0.27 1.00 0 0.02
HSL 283.61º 0.99% 0.49% -
HSV(B) 283.61º 1% 0.98% -
XYZ 36.56 16.87 91.77 -
YUV 83.51 221.97 198.25 -
System Red Green Blue C M Y K H S L
Decimal 182 1 250 0.27 1.00 0 0.02 283.61 0.99 0.49
Hex B6 1 FA 1B 64 0 2 11C 63 31
Octal 266 1 372 33 144 0 2 434 143 61
Binary 10110110 1 11111010 11011 1100100 0 10 100011100 1100011 110001

Color Harmonies of #B601FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601FA

Black with #B601FA

Text Example


Text Example

White with #B601FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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