Html Css Color HEX #B601FE Electric Purple

📋 copy color: '#B601FE'

red 182 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #B601FE

Tints of Electric Purple #B601FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.12%

R = 41.65%
G = 0.23%
B = 58.12%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B601FE (or 0xB601FE) is known color: Electric Purple. HEX triplet: B6, 01 and FE. RGB value is (182,1,254). Sum of RGB (Red+Green+Blue) = 182+1+254=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #B601FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B601FE is #49FE01. Grayscale: #535353. Windows color (decimal): -4849154 or 16646582. OLE color: 16646582.

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

Color convert

RGB 182 1 254 -
CMYK 0.28 1.00 0 0.00
HSL 282.92º 0.99% 0.5% -
HSV(B) 282.92º 1% 1% -
XYZ 37.19 17.12 95.11 -
YUV 83.96 223.97 197.93 -
System Red Green Blue C M Y K H S L
Decimal 182 1 254 0.28 1.00 0 0.00 282.92 0.99 0.5
Hex B6 1 FE 1C 64 0 0 11B 63 32
Octal 266 1 376 34 144 0 0 433 143 62
Binary 10110110 1 11111110 11100 1100100 0 0 100011011 1100011 110010

Color Harmonies of #B601FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601FE

Black with #B601FE

Text Example


Text Example

White with #B601FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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