Html Css Color HEX #B401FB Electric Purple

📋 copy color: '#B401FB'

red 180 ◦ green 1 ◦ blue 251

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

Shades of Electric Purple #B401FB

Tints of Electric Purple #B401FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.1%

R = 41.67%
G = 0.23%
B = 58.1%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B401FB (or 0xB401FB) is known color: Electric Purple. HEX triplet: B4, 01 and FB. RGB value is (180,1,251). Sum of RGB (Red+Green+Blue) = 180+1+251=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #B401FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401FB is #4BFE04. Grayscale: #525252. Windows color (decimal): -4980229 or 16449972. OLE color: 16449972.

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

Color convert

RGB 180 1 251 -
CMYK 0.28 1.00 0 0.02
HSL 282.96º 0.99% 0.49% -
HSV(B) 282.96º 1% 0.98% -
XYZ 36.25 16.69 92.58 -
YUV 83.02 222.8 197.17 -
System Red Green Blue C M Y K H S L
Decimal 180 1 251 0.28 1.00 0 0.02 282.96 0.99 0.49
Hex B4 1 FB 1C 64 0 2 11B 63 31
Octal 264 1 373 34 144 0 2 433 143 61
Binary 10110100 1 11111011 11100 1100100 0 10 100011011 1100011 110001

Color Harmonies of #B401FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401FB

Black with #B401FB

Text Example


Text Example

White with #B401FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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