Html Css Color HEX #B404FE Electric Purple

📋 copy color: '#B404FE'

red 180 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #B404FE

Tints of Electric Purple #B404FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.91%

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

R = 41.1%
G = 0.91%
B = 57.99%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B404FE (or 0xB404FE) is known color: Electric Purple. HEX triplet: B4, 04 and FE. RGB value is (180,4,254). Sum of RGB (Red+Green+Blue) = 180+4+254=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #B404FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B404FE is #4BFB01. Grayscale: #545454. Windows color (decimal): -4979458 or 16647348. OLE color: 16647348.

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

Color convert

RGB 180 4 254 -
CMYK 0.29 0.98 0 0.00
HSL 282.24º 0.99% 0.51% -
HSV(B) 282.24º 0.98% 1% -
XYZ 36.76 16.95 95.1 -
YUV 85.12 223.31 195.67 -
System Red Green Blue C M Y K H S L
Decimal 180 4 254 0.29 0.98 0 0.00 282.24 0.99 0.51
Hex B4 4 FE 1D 62 0 0 11A 63 33
Octal 264 4 376 35 142 0 0 432 143 63
Binary 10110100 100 11111110 11101 1100010 0 0 100011010 1100011 110011

Color Harmonies of #B404FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B404FE

Black with #B404FE

Text Example


Text Example

White with #B404FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B404FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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