Html Css Color HEX #B401FD Electric Purple

📋 copy color: '#B401FD'

red 180 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #B401FD

Tints of Electric Purple #B401FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 41.47%
G = 0.23%
B = 58.29%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B401FD (or 0xB401FD) is known color: Electric Purple. HEX triplet: B4, 01 and FD. RGB value is (180,1,253). Sum of RGB (Red+Green+Blue) = 180+1+253=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #B401FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401FD is #4BFE02. Grayscale: #525252. Windows color (decimal): -4980227 or 16581044. OLE color: 16581044.

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

Color convert

RGB 180 1 253 -
CMYK 0.29 1.00 0 0.01
HSL 282.62º 0.99% 0.5% -
HSV(B) 282.62º 1% 0.99% -
XYZ 36.56 16.82 94.25 -
YUV 83.25 223.8 197.01 -
System Red Green Blue C M Y K H S L
Decimal 180 1 253 0.29 1.00 0 0.01 282.62 0.99 0.5
Hex B4 1 FD 1D 64 0 1 11B 63 32
Octal 264 1 375 35 144 0 1 433 143 62
Binary 10110100 1 11111101 11101 1100100 0 1 100011011 1100011 110010

Color Harmonies of #B401FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401FD

Black with #B401FD

Text Example


Text Example

White with #B401FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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