Html Css Color HEX #B404FC Electric Purple

📋 copy color: '#B404FC'

red 180 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #B404FC

Tints of Electric Purple #B404FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 41.28%
G = 0.92%
B = 57.8%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B404FC (or 0xB404FC) is known color: Electric Purple. HEX triplet: B4, 04 and FC. RGB value is (180,4,252). Sum of RGB (Red+Green+Blue) = 180+4+252=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #B404FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B404FC is #4BFB03. Grayscale: #545454. Windows color (decimal): -4979460 or 16516276. OLE color: 16516276.

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

Color convert

RGB 180 4 252 -
CMYK 0.29 0.98 0 0.01
HSL 282.58º 0.98% 0.5% -
HSV(B) 282.58º 0.98% 0.99% -
XYZ 36.44 16.82 93.42 -
YUV 84.9 222.31 195.83 -
System Red Green Blue C M Y K H S L
Decimal 180 4 252 0.29 0.98 0 0.01 282.58 0.98 0.5
Hex B4 4 FC 1D 62 0 1 11B 62 32
Octal 264 4 374 35 142 0 1 433 142 62
Binary 10110100 100 11111100 11101 1100010 0 1 100011011 1100010 110010

Color Harmonies of #B404FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B404FC

Black with #B404FC

Text Example


Text Example

White with #B404FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B404FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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