Html Css Color HEX #B004FE Electric Purple

📋 copy color: '#B004FE'

red 176 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #B004FE

Tints of Electric Purple #B004FE

RGB

 RED value IS 176 (69.14% from 255) = 40.55%

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

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

R = 40.55%
G = 0.92%
B = 58.53%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B004FE (or 0xB004FE) is known color: Electric Purple. HEX triplet: B0, 04 and FE. RGB value is (176,4,254). Sum of RGB (Red+Green+Blue) = 176+4+254=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 4 (1.95% from 255 or 0.92% 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 #B004FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B004FE is #4FFB01. Grayscale: #535353. Windows color (decimal): -5241602 or 16647344. OLE color: 16647344.

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

Color convert

RGB 176 4 254 -
CMYK 0.31 0.98 0 0.00
HSL 281.28º 0.99% 0.51% -
HSV(B) 281.28º 0.98% 1% -
XYZ 35.84 16.47 95.06 -
YUV 83.93 223.98 193.67 -
System Red Green Blue C M Y K H S L
Decimal 176 4 254 0.31 0.98 0 0.00 281.28 0.99 0.51
Hex B0 4 FE 1F 62 0 0 119 63 33
Octal 260 4 376 37 142 0 0 431 143 63
Binary 10110000 100 11111110 11111 1100010 0 0 100011001 1100011 110011

Color Harmonies of #B004FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004FE

Black with #B004FE

Text Example


Text Example

White with #B004FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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