Html Css Color HEX #B400FE Electric Purple

📋 copy color: '#B400FE'

red 180 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #B400FE

Tints of Electric Purple #B400FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.47%
G = 0%
B = 58.53%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B400FE (or 0xB400FE) is known color: Electric Purple. HEX triplet: B4, 00 and FE. RGB value is (180,0,254). Sum of RGB (Red+Green+Blue) = 180+0+254=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #B400FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400FE is #4BFF01. Grayscale: #515151. Windows color (decimal): -4980482 or 16646324. OLE color: 16646324.

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

Color convert

RGB 180 0 254 -
CMYK 0.29 1 0 0.00
HSL 282.52º 1% 0.5% -
HSV(B) 282.52º 1% 1% -
XYZ 36.71 16.86 95.09 -
YUV 82.78 224.63 197.35 -
System Red Green Blue C M Y K H S L
Decimal 180 0 254 0.29 1 0 0.00 282.52 1 0.5
Hex B4 0 FE 1D 64 0 0 11B 64 32
Octal 264 0 376 35 144 0 0 433 144 62
Binary 10110100 0 11111110 11101 1100100 0 0 100011011 1100100 110010

Color Harmonies of #B400FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400FE

Black with #B400FE

Text Example


Text Example

White with #B400FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400FE; }

 p { color: rgb(180,0,254); }

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

background-color css

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

 a { background-color: rgb(180,0,254); }

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

border-color css

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

 span { border-color: rgb(180,0,254); }

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