Html Css Color HEX #B401FF Electric Purple

📋 copy color: '#B401FF'

red 180 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #B401FF

Tints of Electric Purple #B401FF

RGB

 RED value IS 180 (70.7% from 255) = 41.28%

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 41.28%
G = 0.23%
B = 58.49%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B401FF (or 0xB401FF) is known color: Electric Purple. HEX triplet: B4, 01 and FF. RGB value is (180,1,255). Sum of RGB (Red+Green+Blue) = 180+1+255=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #B401FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401FF is #4BFE00. Grayscale: #525252. Windows color (decimal): -4980225 or 16712116. OLE color: 16712116.

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

Color convert

RGB 180 1 255 -
CMYK 0.29 1.00 0 0
HSL 282.28º 1% 0.5% -
HSV(B) 282.28º 1% 1% -
XYZ 36.88 16.95 95.93 -
YUV 83.48 224.8 196.85 -
System Red Green Blue C M Y K H S L
Decimal 180 1 255 0.29 1.00 0 0 282.28 1 0.5
Hex B4 1 FF 1D 64 0 0 11A 64 32
Octal 264 1 377 35 144 0 0 432 144 62
Binary 10110100 1 11111111 11101 1100100 0 0 100011010 1100100 110010

Color Harmonies of #B401FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401FF

Black with #B401FF

Text Example


Text Example

White with #B401FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401FF; }

 p { color: rgb(180,1,255); }

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

background-color css

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

 a { background-color: rgb(180,1,255); }

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

border-color css

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

 span { border-color: rgb(180,1,255); }

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