Html Css Color HEX #B001FE Electric Purple

📋 copy color: '#B001FE'

red 176 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #B001FE

Tints of Electric Purple #B001FE

RGB

 RED value IS 176 (69.14% from 255) = 40.84%

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

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

R = 40.84%
G = 0.23%
B = 58.93%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B001FE (or 0xB001FE) is known color: Electric Purple. HEX triplet: B0, 01 and FE. RGB value is (176,1,254). Sum of RGB (Red+Green+Blue) = 176+1+254=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #B001FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B001FE is #4FFE01. Grayscale: #515151. Windows color (decimal): -5242370 or 16646576. OLE color: 16646576.

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

Color convert

RGB 176 1 254 -
CMYK 0.31 1.00 0 0.00
HSL 281.5º 0.99% 0.5% -
HSV(B) 281.5º 1% 1% -
XYZ 35.8 16.41 95.05 -
YUV 82.17 224.98 194.93 -
System Red Green Blue C M Y K H S L
Decimal 176 1 254 0.31 1.00 0 0.00 281.5 0.99 0.5
Hex B0 1 FE 1F 64 0 0 11A 63 32
Octal 260 1 376 37 144 0 0 432 143 62
Binary 10110000 1 11111110 11111 1100100 0 0 100011010 1100011 110010

Color Harmonies of #B001FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001FE

Black with #B001FE

Text Example


Text Example

White with #B001FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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